Forest
#0b5509
Forest, represented by the hex value #0b5509, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #0b5509 | |
|---|---|---|
| RGB | rgb(11, 85, 9) | |
| HSL | hsl(118, 81%, 18%) | |
| CMYK | cmyk(87%, 0%, 89%, 67%) | |
| LAB | lab(31, -34, 34) | |
| OKLCH | oklch(0.39 0.125 142) |
Color harmonies
Tints & shades
Code snippets
color: #0b5509;
background-color: #0b5509;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF0B5509)
/* Swift / UIKit */
UIColor(red: 0.04, green: 0.33, blue: 0.04, alpha: 1.0)