Haunted Forest
#032e0e
Haunted Forest, represented by the hex value #032e0e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #032e0e | |
|---|---|---|
| RGB | rgb(3, 46, 14) | |
| HSL | hsl(135, 88%, 10%) | |
| CMYK | cmyk(93%, 0%, 70%, 82%) | |
| LAB | lab(16, -21, 16) | |
| OKLCH | oklch(0.26 0.073 148) |
Color harmonies
Tints & shades
Code snippets
color: #032e0e;
background-color: #032e0e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF032E0E)
/* Swift / UIKit */
UIColor(red: 0.01, green: 0.18, blue: 0.05, alpha: 1.0)