#229944
a dark, vivid green · cool · closest name: forestgreen
RGB
34, 153, 68
HSL
137°, 64%, 37%
CMYK
78, 0, 56, 40
Luminance
0.2354
Every format
| HEX | #229944 |
| RGB | rgb(34, 153, 68) |
| HSL | hsl(137, 64%, 37%) |
| CMYK | cmyk(78%, 0%, 56%, 40%) |
| LAB | lab(55.6 -50.5 35.3) |
| LCH | lch(55.6 61.6 145.0) |
| OKLCH | oklch(0.601 0.160 148.1) |
Copy-ready code
/* CSS */
color: #229944;
background-color: #229944;
/* Tailwind (arbitrary) */
class="text-[#229944] bg-[#229944]"
/* SCSS */
$brand: #229944;
/* SwiftUI */
Color(red: 0.133, green: 0.600, blue: 0.267)
/* Android */
Color.parseColor("#229944")Accessibility — WCAG contrast
Aa
#229944 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#229944 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green60.0%
Blue26.7%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow55.6%
Key (black)40.0%
Color previews
#229944 text on a black background
contrast 5.71:1
Card sample
#229944 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #229944;
Background color
Panel with #229944 background
background-color: #229944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #229944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 153, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 153, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #229944; background: linear-gradient(135deg, #229944, #229993);