#00752f
a deep, electric green · cool · closest name: seagreen
RGB
0, 117, 47
HSL
144°, 100%, 23%
CMYK
100, 0, 60, 54
Luminance
0.1293
Every format
| HEX | #00752f |
| RGB | rgb(0, 117, 47) |
| HSL | hsl(144, 100%, 23%) |
| CMYK | cmyk(100%, 0%, 60%, 54%) |
| LAB | lab(42.6 -44.5 30.4) |
| LCH | lch(42.6 53.9 145.7) |
| OKLCH | oklch(0.491 0.139 148.8) |
Copy-ready code
/* CSS */
color: #00752f;
background-color: #00752f;
/* Tailwind (arbitrary) */
class="text-[#00752f] bg-[#00752f]"
/* SCSS */
$brand: #00752f;
/* SwiftUI */
Color(red: 0.000, green: 0.459, blue: 0.184)
/* Android */
Color.parseColor("#00752f")Accessibility — WCAG contrast
Aa
#00752f on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00752f on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green45.9%
Blue18.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow59.8%
Key (black)54.1%
Color previews
#00752f text on a black background
contrast 3.59:1
Card sample
#00752f text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00752f;
Background color
Panel with #00752f background
background-color: #00752f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00752f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 117, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 117, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00752f; background: linear-gradient(135deg, #00752f, #006D75);