#1d5000
a deep, electric green · cool · closest name: olivedrab
RGB
29, 80, 0
HSL
98°, 100%, 16%
CMYK
64, 0, 100, 69
Luminance
0.0600
Every format
| HEX | #1d5000 |
| RGB | rgb(29, 80, 0) |
| HSL | hsl(98, 100%, 16%) |
| CMYK | cmyk(64%, 0%, 100%, 69%) |
| LAB | lab(29.4 -31.4 36.7) |
| LCH | lch(29.4 48.3 130.5) |
| OKLCH | oklch(0.381 0.117 137.9) |
Copy-ready code
/* CSS */
color: #1d5000;
background-color: #1d5000;
/* Tailwind (arbitrary) */
class="text-[#1d5000] bg-[#1d5000]"
/* SCSS */
$brand: #1d5000;
/* SwiftUI */
Color(red: 0.114, green: 0.314, blue: 0.000)
/* Android */
Color.parseColor("#1d5000")Accessibility — WCAG contrast
Aa
#1d5000 on white: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1d5000 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green31.4%
Blue0.0%
CMYK percentages
Cyan63.7%
Magenta0.0%
Yellow100.0%
Key (black)68.6%
Color previews
#1d5000 text on a black background
contrast 2.20:1
Card sample
#1d5000 text on a white background
contrast 9.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1d5000;
Background color
Panel with #1d5000 background
background-color: #1d5000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1d5000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 80, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 80, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1d5000; background: linear-gradient(135deg, #1d5000, #005018);