Bucolic
#1b6634
Looking for the precise values behind Bucolic (#1b6634)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1b6634 | |
|---|---|---|
| RGB | rgb(27, 102, 52) | |
| HSL | hsl(140, 58%, 25%) | |
| CMYK | cmyk(74%, 0%, 49%, 60%) | |
| LAB | lab(38, -33, 21) | |
| OKLCH | oklch(0.45 0.108 150) |
Color harmonies
Tints & shades
Code snippets
color: #1b6634;
background-color: #1b6634;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF1B6634)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.40, blue: 0.20, alpha: 1.0)