#112a00
a deep, electric green · cool · closest name: darkslategray
RGB
17, 42, 0
HSL
96°, 100%, 8%
CMYK
60, 0, 100, 84
Luminance
0.0178
Every format
| HEX | #112a00 |
| RGB | rgb(17, 42, 0) |
| HSL | hsl(96, 100%, 8%) |
| CMYK | cmyk(60%, 0%, 100%, 84%) |
| LAB | lab(14.3 -18.8 20.5) |
| LCH | lch(14.3 27.8 132.5) |
| OKLCH | oklch(0.255 0.074 135.1) |
Copy-ready code
/* CSS */
color: #112a00;
background-color: #112a00;
/* Tailwind (arbitrary) */
class="text-[#112a00] bg-[#112a00]"
/* SCSS */
$brand: #112a00;
/* SwiftUI */
Color(red: 0.067, green: 0.165, blue: 0.000)
/* Android */
Color.parseColor("#112a00")Accessibility — WCAG contrast
Aa
#112a00 on white: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112a00 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.5%
Blue0.0%
CMYK percentages
Cyan59.5%
Magenta0.0%
Yellow100.0%
Key (black)83.5%
Color previews
#112a00 text on a black background
contrast 1.36:1
Card sample
#112a00 text on a white background
contrast 15.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112a00;
Background color
Panel with #112a00 background
background-color: #112a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 42, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 42, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112a00; background: linear-gradient(135deg, #112a00, #002A0B);