#112b07
a deep, vivid green · cool · closest name: darkslategray
RGB
17, 43, 7
HSL
103°, 72%, 10%
CMYK
61, 0, 84, 83
Luminance
0.0186
Every format
| HEX | #112b07 |
| RGB | rgb(17, 43, 7) |
| HSL | hsl(103, 72%, 10%) |
| CMYK | cmyk(61%, 0%, 84%, 83%) |
| LAB | lab(14.8 -18.3 18.3) |
| LCH | lch(14.8 25.9 135.1) |
| OKLCH | oklch(0.259 0.068 138.2) |
Copy-ready code
/* CSS */
color: #112b07;
background-color: #112b07;
/* Tailwind (arbitrary) */
class="text-[#112b07] bg-[#112b07]"
/* SCSS */
$brand: #112b07;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.027)
/* Android */
Color.parseColor("#112b07")Accessibility — WCAG contrast
Aa
#112b07 on white: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112b07 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue2.7%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow83.7%
Key (black)83.1%
Color previews
#112b07 text on a black background
contrast 1.37:1
Card sample
#112b07 text on a white background
contrast 15.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112b07;
Background color
Panel with #112b07 background
background-color: #112b07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112b07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112b07; background: linear-gradient(135deg, #112b07, #072B15);