#228822
a dark, vivid green · cool · “forestgreen”
RGB
34, 136, 34
HSL
120°, 60%, 33%
CMYK
75, 0, 75, 47
Luminance
0.1806
Every format
| HEX | #228822 |
| RGB | rgb(34, 136, 34) |
| HSL | hsl(120, 60%, 33%) |
| CMYK | cmyk(75%, 0%, 75%, 47%) |
| LAB | lab(49.6 -48.6 44.0) |
| LCH | lch(49.6 65.5 137.8) |
| OKLCH | oklch(0.549 0.165 142.9) |
Copy-ready code
/* CSS */
color: #228822;
background-color: #228822;
/* Tailwind (arbitrary) */
class="text-[#228822] bg-[#228822]"
/* SCSS */
$brand: #228822;
/* SwiftUI */
Color(red: 0.133, green: 0.533, blue: 0.133)
/* Android */
Color.parseColor("#228822")Accessibility — WCAG contrast
Aa
#228822 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#228822 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green53.3%
Blue13.3%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow75.0%
Key (black)46.7%
Color previews
#228822 text on a black background
contrast 4.61:1
Card sample
#228822 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #228822;
Background color
Panel with #228822 background
background-color: #228822;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #228822;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 136, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 136, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #228822; background: linear-gradient(135deg, #228822, #228866);