#31991c
a dark, vivid green · cool · closest name: forestgreen
RGB
49, 153, 28
HSL
110°, 69%, 36%
CMYK
68, 0, 82, 40
Luminance
0.2352
Every format
| HEX | #31991c |
| RGB | rgb(49, 153, 28) |
| HSL | hsl(110, 69%, 36%) |
| CMYK | cmyk(68%, 0%, 82%, 40%) |
| LAB | lab(55.6 -51.9 52.0) |
| LCH | lch(55.6 73.5 134.9) |
| OKLCH | oklch(0.600 0.183 140.9) |
Copy-ready code
/* CSS */
color: #31991c;
background-color: #31991c;
/* Tailwind (arbitrary) */
class="text-[#31991c] bg-[#31991c]"
/* SCSS */
$brand: #31991c;
/* SwiftUI */
Color(red: 0.192, green: 0.600, blue: 0.110)
/* Android */
Color.parseColor("#31991c")Accessibility — WCAG contrast
Aa
#31991c on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#31991c on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green60.0%
Blue11.0%
CMYK percentages
Cyan68.0%
Magenta0.0%
Yellow81.7%
Key (black)40.0%
Color previews
#31991c text on a black background
contrast 5.70:1
Card sample
#31991c text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31991c;
Background color
Panel with #31991c background
background-color: #31991c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31991c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 153, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 153, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31991c; background: linear-gradient(135deg, #31991c, #1C995A);