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