#319821
a dark, vivid green · cool · closest name: forestgreen
RGB
49, 152, 33
HSL
112°, 64%, 36%
CMYK
68, 0, 78, 40
Luminance
0.2322
Every format
| HEX | #319821 |
| RGB | rgb(49, 152, 33) |
| HSL | hsl(112, 64%, 36%) |
| CMYK | cmyk(68%, 0%, 78%, 40%) |
| LAB | lab(55.3 -51.2 50.1) |
| LCH | lch(55.3 71.7 135.6) |
| OKLCH | oklch(0.598 0.179 141.3) |
Copy-ready code
/* CSS */
color: #319821;
background-color: #319821;
/* Tailwind (arbitrary) */
class="text-[#319821] bg-[#319821]"
/* SCSS */
$brand: #319821;
/* SwiftUI */
Color(red: 0.192, green: 0.596, blue: 0.129)
/* Android */
Color.parseColor("#319821")Accessibility — WCAG contrast
Aa
#319821 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#319821 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green59.6%
Blue12.9%
CMYK percentages
Cyan67.8%
Magenta0.0%
Yellow78.3%
Key (black)40.4%
Color previews
#319821 text on a black background
contrast 5.64:1
Card sample
#319821 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #319821;
Background color
Panel with #319821 background
background-color: #319821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #319821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 152, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 152, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #319821; background: linear-gradient(135deg, #319821, #219860);