#499112
a dark, electric green · cool · closest name: forestgreen
RGB
73, 145, 18
HSL
94°, 78%, 32%
CMYK
50, 0, 88, 43
Luminance
0.2171
Every format
| HEX | #499112 |
| RGB | rgb(73, 145, 18) |
| HSL | hsl(94, 78%, 32%) |
| CMYK | cmyk(50%, 0%, 88%, 43%) |
| LAB | lab(53.7 -43.0 53.3) |
| LCH | lch(53.7 68.5 128.9) |
| OKLCH | oklch(0.587 0.167 135.9) |
Copy-ready code
/* CSS */
color: #499112;
background-color: #499112;
/* Tailwind (arbitrary) */
class="text-[#499112] bg-[#499112]"
/* SCSS */
$brand: #499112;
/* SwiftUI */
Color(red: 0.286, green: 0.569, blue: 0.071)
/* Android */
Color.parseColor("#499112")Accessibility — WCAG contrast
Aa
#499112 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#499112 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green56.9%
Blue7.1%
CMYK percentages
Cyan49.7%
Magenta0.0%
Yellow87.6%
Key (black)43.1%
Color previews
#499112 text on a black background
contrast 5.34:1
Card sample
#499112 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #499112;
Background color
Panel with #499112 background
background-color: #499112;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #499112;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 145, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 145, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #499112; background: linear-gradient(135deg, #499112, #129130);