#369f20
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 159, 32
HSL
110°, 67%, 38%
CMYK
66, 0, 80, 38
Luminance
0.2568
Every format
| HEX | #369f20 |
| RGB | rgb(54, 159, 32) |
| HSL | hsl(110, 67%, 38%) |
| CMYK | cmyk(66%, 0%, 80%, 38%) |
| LAB | lab(57.7 -52.6 52.9) |
| LCH | lch(57.7 74.6 134.9) |
| OKLCH | oklch(0.618 0.186 140.7) |
Copy-ready code
/* CSS */
color: #369f20;
background-color: #369f20;
/* Tailwind (arbitrary) */
class="text-[#369f20] bg-[#369f20]"
/* SCSS */
$brand: #369f20;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.125)
/* Android */
Color.parseColor("#369f20")Accessibility — WCAG contrast
Aa
#369f20 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369f20 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue12.5%
CMYK percentages
Cyan66.0%
Magenta0.0%
Yellow79.9%
Key (black)37.6%
Color previews
#369f20 text on a black background
contrast 6.14:1
Card sample
#369f20 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369f20;
Background color
Panel with #369f20 background
background-color: #369f20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369f20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369f20; background: linear-gradient(135deg, #369f20, #209F5F);