Forestry
#2f441f
Forestry is a color with the hex code #2f441f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #2f441f | |
|---|---|---|
| RGB | rgb(47, 68, 31) | |
| HSL | hsl(94, 37%, 19%) | |
| CMYK | cmyk(31%, 0%, 54%, 73%) | |
| LAB | lab(26, -14, 19) | |
| OKLCH | oklch(0.36 0.065 133) |
Color harmonies
Tints & shades
Code snippets
color: #2f441f;
background-color: #2f441f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF2F441F)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.27, blue: 0.12, alpha: 1.0)