#367f24
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 127, 36
HSL
108°, 56%, 32%
CMYK
58, 0, 72, 50
Luminance
0.1609
Every format
| HEX | #367f24 |
| RGB | rgb(54, 127, 36) |
| HSL | hsl(108, 56%, 32%) |
| CMYK | cmyk(58%, 0%, 72%, 50%) |
| LAB | lab(47.1 -40.5 40.8) |
| LCH | lch(47.1 57.5 134.8) |
| OKLCH | oklch(0.530 0.145 140.0) |
Copy-ready code
/* CSS */
color: #367f24;
background-color: #367f24;
/* Tailwind (arbitrary) */
class="text-[#367f24] bg-[#367f24]"
/* SCSS */
$brand: #367f24;
/* SwiftUI */
Color(red: 0.212, green: 0.498, blue: 0.141)
/* Android */
Color.parseColor("#367f24")Accessibility — WCAG contrast
Aa
#367f24 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#367f24 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green49.8%
Blue14.1%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow71.7%
Key (black)50.2%
Color previews
#367f24 text on a black background
contrast 4.22:1
Card sample
#367f24 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367f24;
Background color
Panel with #367f24 background
background-color: #367f24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367f24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 127, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 127, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367f24; background: linear-gradient(135deg, #367f24, #247F4F);