#229113
a dark, electric green · cool · closest name: green
RGB
34, 145, 19
HSL
113°, 77%, 32%
CMYK
77, 0, 87, 43
Luminance
0.2064
Every format
| HEX | #229113 |
| RGB | rgb(34, 145, 19) |
| HSL | hsl(113, 77%, 32%) |
| CMYK | cmyk(77%, 0%, 87%, 43%) |
| LAB | lab(52.5 -52.5 51.6) |
| LCH | lch(52.5 73.6 135.5) |
| OKLCH | oklch(0.574 0.183 141.6) |
Copy-ready code
/* CSS */
color: #229113;
background-color: #229113;
/* Tailwind (arbitrary) */
class="text-[#229113] bg-[#229113]"
/* SCSS */
$brand: #229113;
/* SwiftUI */
Color(red: 0.133, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#229113")Accessibility — WCAG contrast
Aa
#229113 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#229113 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green56.9%
Blue7.5%
CMYK percentages
Cyan76.6%
Magenta0.0%
Yellow86.9%
Key (black)43.1%
Color previews
#229113 text on a black background
contrast 5.13:1
Card sample
#229113 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #229113;
Background color
Panel with #229113 background
background-color: #229113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #229113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #229113; background: linear-gradient(135deg, #229113, #139158);