#228313
a dark, vivid green · cool · closest name: forestgreen
RGB
34, 131, 19
HSL
112°, 75%, 29%
CMYK
74, 0, 86, 49
Luminance
0.1662
Every format
| HEX | #228313 |
| RGB | rgb(34, 131, 19) |
| HSL | hsl(112, 75%, 29%) |
| CMYK | cmyk(74%, 0%, 86%, 49%) |
| LAB | lab(47.8 -47.9 47.3) |
| LCH | lch(47.8 67.3 135.4) |
| OKLCH | oklch(0.534 0.167 141.4) |
Copy-ready code
/* CSS */
color: #228313;
background-color: #228313;
/* Tailwind (arbitrary) */
class="text-[#228313] bg-[#228313]"
/* SCSS */
$brand: #228313;
/* SwiftUI */
Color(red: 0.133, green: 0.514, blue: 0.075)
/* Android */
Color.parseColor("#228313")Accessibility — WCAG contrast
Aa
#228313 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#228313 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green51.4%
Blue7.5%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow85.5%
Key (black)48.6%
Color previews
#228313 text on a black background
contrast 4.32:1
Card sample
#228313 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #228313;
Background color
Panel with #228313 background
background-color: #228313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #228313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 131, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 131, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #228313; background: linear-gradient(135deg, #228313, #13834F);