#369019
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 144, 25
HSL
105°, 70%, 33%
CMYK
63, 0, 83, 44
Luminance
0.2080
Every format
| HEX | #369019 |
| RGB | rgb(54, 144, 25) |
| HSL | hsl(105, 70%, 33%) |
| CMYK | cmyk(63%, 0%, 83%, 44%) |
| LAB | lab(52.7 -47.7 50.3) |
| LCH | lch(52.7 69.3 133.5) |
| OKLCH | oklch(0.577 0.172 139.7) |
Copy-ready code
/* CSS */
color: #369019;
background-color: #369019;
/* Tailwind (arbitrary) */
class="text-[#369019] bg-[#369019]"
/* SCSS */
$brand: #369019;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.098)
/* Android */
Color.parseColor("#369019")Accessibility — WCAG contrast
Aa
#369019 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369019 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue9.8%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow82.6%
Key (black)43.5%
Color previews
#369019 text on a black background
contrast 5.16:1
Card sample
#369019 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369019;
Background color
Panel with #369019 background
background-color: #369019;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369019;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369019; background: linear-gradient(135deg, #369019, #19904B);