#007014
a deep, electric green · cool · closest name: forestgreen
RGB
0, 112, 20
HSL
131°, 100%, 22%
CMYK
100, 0, 82, 56
Luminance
0.1164
Every format
| HEX | #007014 |
| RGB | rgb(0, 112, 20) |
| HSL | hsl(131, 100%, 22%) |
| CMYK | cmyk(100%, 0%, 82%, 56%) |
| LAB | lab(40.6 -45.9 40.1) |
| LCH | lch(40.6 61.0 138.9) |
| OKLCH | oklch(0.473 0.153 144.1) |
Copy-ready code
/* CSS */
color: #007014;
background-color: #007014;
/* Tailwind (arbitrary) */
class="text-[#007014] bg-[#007014]"
/* SCSS */
$brand: #007014;
/* SwiftUI */
Color(red: 0.000, green: 0.439, blue: 0.078)
/* Android */
Color.parseColor("#007014")Accessibility — WCAG contrast
Aa
#007014 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007014 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.9%
Blue7.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow82.1%
Key (black)56.1%
Color previews
#007014 text on a black background
contrast 3.33:1
Card sample
#007014 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007014;
Background color
Panel with #007014 background
background-color: #007014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 112, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 112, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007014; background: linear-gradient(135deg, #007014, #00705F);