#00931f
a dark, electric green · cool · closest name: forestgreen
RGB
0, 147, 31
HSL
133°, 100%, 29%
CMYK
100, 0, 79, 42
Luminance
0.2097
Every format
| HEX | #00931f |
| RGB | rgb(0, 147, 31) |
| HSL | hsl(133, 100%, 29%) |
| CMYK | cmyk(100%, 0%, 79%, 42%) |
| LAB | lab(52.9 -55.8 48.3) |
| LCH | lch(52.9 73.7 139.1) |
| OKLCH | oklch(0.576 0.185 144.2) |
Copy-ready code
/* CSS */
color: #00931f;
background-color: #00931f;
/* Tailwind (arbitrary) */
class="text-[#00931f] bg-[#00931f]"
/* SCSS */
$brand: #00931f;
/* SwiftUI */
Color(red: 0.000, green: 0.576, blue: 0.122)
/* Android */
Color.parseColor("#00931f")Accessibility — WCAG contrast
Aa
#00931f on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00931f on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green57.6%
Blue12.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow78.9%
Key (black)42.4%
Color previews
#00931f text on a black background
contrast 5.19:1
Card sample
#00931f text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00931f;
Background color
Panel with #00931f background
background-color: #00931f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00931f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 147, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 147, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00931f; background: linear-gradient(135deg, #00931f, #009381);