#00701f
a deep, electric green · cool · closest name: forestgreen
RGB
0, 112, 31
HSL
137°, 100%, 22%
CMYK
100, 0, 72, 56
Luminance
0.1169
Every format
| HEX | #00701f |
| RGB | rgb(0, 112, 31) |
| HSL | hsl(137, 100%, 22%) |
| CMYK | cmyk(100%, 0%, 72%, 56%) |
| LAB | lab(40.7 -44.9 35.9) |
| LCH | lch(40.7 57.5 141.4) |
| OKLCH | oklch(0.474 0.146 145.7) |
Copy-ready code
/* CSS */
color: #00701f;
background-color: #00701f;
/* Tailwind (arbitrary) */
class="text-[#00701f] bg-[#00701f]"
/* SCSS */
$brand: #00701f;
/* SwiftUI */
Color(red: 0.000, green: 0.439, blue: 0.122)
/* Android */
Color.parseColor("#00701f")Accessibility — WCAG contrast
Aa
#00701f on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00701f on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.9%
Blue12.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow72.3%
Key (black)56.1%
Color previews
#00701f text on a black background
contrast 3.34:1
Card sample
#00701f text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00701f;
Background color
Panel with #00701f background
background-color: #00701f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00701f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 112, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 112, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00701f; background: linear-gradient(135deg, #00701f, #00706A);