Queen of Trees
#1c401f
Queen of Trees, represented by the hex value #1c401f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #1c401f | |
|---|---|---|
| RGB | rgb(28, 64, 31) | |
| HSL | hsl(125, 39%, 18%) | |
| CMYK | cmyk(56%, 0%, 52%, 75%) | |
| LAB | lab(24, -20, 16) | |
| OKLCH | oklch(0.34 0.07 145) |
Color harmonies
Tints & shades
Code snippets
color: #1c401f;
background-color: #1c401f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF1C401F)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.25, blue: 0.12, alpha: 1.0)