#00702f
a deep, electric green · cool · closest name: seagreen
RGB
0, 112, 47
HSL
145°, 100%, 22%
CMYK
100, 0, 58, 56
Luminance
0.1179
Every format
| HEX | #00702f |
| RGB | rgb(0, 112, 47) |
| HSL | hsl(145, 100%, 22%) |
| CMYK | cmyk(100%, 0%, 58%, 56%) |
| LAB | lab(40.9 -42.8 28.3) |
| LCH | lch(40.9 51.3 146.5) |
| OKLCH | oklch(0.476 0.133 149.4) |
Copy-ready code
/* CSS */
color: #00702f;
background-color: #00702f;
/* Tailwind (arbitrary) */
class="text-[#00702f] bg-[#00702f]"
/* SCSS */
$brand: #00702f;
/* SwiftUI */
Color(red: 0.000, green: 0.439, blue: 0.184)
/* Android */
Color.parseColor("#00702f")Accessibility — WCAG contrast
Aa
#00702f on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00702f on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.9%
Blue18.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow58.0%
Key (black)56.1%
Color previews
#00702f text on a black background
contrast 3.36:1
Card sample
#00702f text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00702f;
Background color
Panel with #00702f background
background-color: #00702f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00702f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 112, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 112, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00702f; background: linear-gradient(135deg, #00702f, #006670);