#007f2a
a deep, electric green · cool · closest name: forestgreen
RGB
0, 127, 42
HSL
140°, 100%, 25%
CMYK
100, 0, 67, 50
Luminance
0.1535
Every format
| HEX | #007f2a |
| RGB | rgb(0, 127, 42) |
| HSL | hsl(140, 100%, 25%) |
| CMYK | cmyk(100%, 0%, 67%, 50%) |
| LAB | lab(46.1 -48.5 36.8) |
| LCH | lch(46.1 60.9 142.8) |
| OKLCH | oklch(0.519 0.156 146.7) |
Copy-ready code
/* CSS */
color: #007f2a;
background-color: #007f2a;
/* Tailwind (arbitrary) */
class="text-[#007f2a] bg-[#007f2a]"
/* SCSS */
$brand: #007f2a;
/* SwiftUI */
Color(red: 0.000, green: 0.498, blue: 0.165)
/* Android */
Color.parseColor("#007f2a")Accessibility — WCAG contrast
Aa
#007f2a on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007f2a on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.8%
Blue16.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow66.9%
Key (black)50.2%
Color previews
#007f2a text on a black background
contrast 4.07:1
Card sample
#007f2a text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007f2a;
Background color
Panel with #007f2a background
background-color: #007f2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007f2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 127, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 127, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007f2a; background: linear-gradient(135deg, #007f2a, #007F7F);