#319521
a dark, vivid green · cool · closest name: forestgreen
RGB
49, 149, 33
HSL
112°, 64%, 36%
CMYK
67, 0, 78, 42
Luminance
0.2226
Every format
| HEX | #319521 |
| RGB | rgb(49, 149, 33) |
| HSL | hsl(112, 64%, 36%) |
| CMYK | cmyk(67%, 0%, 78%, 42%) |
| LAB | lab(54.3 -50.2 49.2) |
| LCH | lch(54.3 70.3 135.6) |
| OKLCH | oklch(0.590 0.176 141.2) |
Copy-ready code
/* CSS */
color: #319521;
background-color: #319521;
/* Tailwind (arbitrary) */
class="text-[#319521] bg-[#319521]"
/* SCSS */
$brand: #319521;
/* SwiftUI */
Color(red: 0.192, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#319521")Accessibility — WCAG contrast
Aa
#319521 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#319521 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green58.4%
Blue12.9%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow77.9%
Key (black)41.6%
Color previews
#319521 text on a black background
contrast 5.45:1
Card sample
#319521 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #319521;
Background color
Panel with #319521 background
background-color: #319521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #319521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #319521; background: linear-gradient(135deg, #319521, #21955E);