#229922
a dark, vivid green · cool · closest name: forestgreen
RGB
34, 153, 34
HSL
120°, 64%, 37%
CMYK
78, 0, 78, 40
Luminance
0.2324
Every format
| HEX | #229922 |
| RGB | rgb(34, 153, 34) |
| HSL | hsl(120, 64%, 37%) |
| CMYK | cmyk(78%, 0%, 78%, 40%) |
| LAB | lab(55.3 -54.2 49.7) |
| LCH | lch(55.3 73.6 137.5) |
| OKLCH | oklch(0.597 0.185 142.8) |
Copy-ready code
/* CSS */
color: #229922;
background-color: #229922;
/* Tailwind (arbitrary) */
class="text-[#229922] bg-[#229922]"
/* SCSS */
$brand: #229922;
/* SwiftUI */
Color(red: 0.133, green: 0.600, blue: 0.133)
/* Android */
Color.parseColor("#229922")Accessibility — WCAG contrast
Aa
#229922 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#229922 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green60.0%
Blue13.3%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow77.8%
Key (black)40.0%
Color previews
#229922 text on a black background
contrast 5.65:1
Card sample
#229922 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #229922;
Background color
Panel with #229922 background
background-color: #229922;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #229922;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 153, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 153, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #229922; background: linear-gradient(135deg, #229922, #229971);