#499310
a dark, electric green · cool · closest name: forestgreen
RGB
73, 147, 16
HSL
94°, 80%, 32%
CMYK
50, 0, 89, 42
Luminance
0.2232
Every format
| HEX | #499310 |
| RGB | rgb(73, 147, 16) |
| HSL | hsl(94, 80%, 32%) |
| CMYK | cmyk(50%, 0%, 89%, 42%) |
| LAB | lab(54.4 -43.9 54.3) |
| LCH | lch(54.4 69.8 128.9) |
| OKLCH | oklch(0.592 0.170 136.0) |
Copy-ready code
/* CSS */
color: #499310;
background-color: #499310;
/* Tailwind (arbitrary) */
class="text-[#499310] bg-[#499310]"
/* SCSS */
$brand: #499310;
/* SwiftUI */
Color(red: 0.286, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#499310")Accessibility — WCAG contrast
Aa
#499310 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#499310 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green57.6%
Blue6.3%
CMYK percentages
Cyan50.3%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#499310 text on a black background
contrast 5.46:1
Card sample
#499310 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #499310;
Background color
Panel with #499310 background
background-color: #499310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #499310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #499310; background: linear-gradient(135deg, #499310, #10932E);