#459112
a dark, electric green · cool · closest name: forestgreen
RGB
69, 145, 18
HSL
96°, 78%, 32%
CMYK
52, 0, 88, 43
Luminance
0.2156
Every format
| HEX | #459112 |
| RGB | rgb(69, 145, 18) |
| HSL | hsl(96, 78%, 32%) |
| CMYK | cmyk(52%, 0%, 88%, 43%) |
| LAB | lab(53.6 -44.3 53.1) |
| LCH | lch(53.6 69.1 129.8) |
| OKLCH | oklch(0.585 0.169 136.7) |
Copy-ready code
/* CSS */
color: #459112;
background-color: #459112;
/* Tailwind (arbitrary) */
class="text-[#459112] bg-[#459112]"
/* SCSS */
$brand: #459112;
/* SwiftUI */
Color(red: 0.271, green: 0.569, blue: 0.071)
/* Android */
Color.parseColor("#459112")Accessibility — WCAG contrast
Aa
#459112 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#459112 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green56.9%
Blue7.1%
CMYK percentages
Cyan52.4%
Magenta0.0%
Yellow87.6%
Key (black)43.1%
Color previews
#459112 text on a black background
contrast 5.31:1
Card sample
#459112 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #459112;
Background color
Panel with #459112 background
background-color: #459112;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #459112;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 145, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 145, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #459112; background: linear-gradient(135deg, #459112, #129134);