#316f19
a dark, vivid green · cool · closest name: forestgreen
RGB
49, 111, 25
HSL
103°, 63%, 27%
CMYK
56, 0, 78, 57
Luminance
0.1209
Every format
| HEX | #316f19 |
| RGB | rgb(49, 111, 25) |
| HSL | hsl(103, 63%, 27%) |
| CMYK | cmyk(56%, 0%, 78%, 57%) |
| LAB | lab(41.4 -36.4 39.3) |
| LCH | lch(41.4 53.6 132.8) |
| OKLCH | oklch(0.482 0.134 138.6) |
Copy-ready code
/* CSS */
color: #316f19;
background-color: #316f19;
/* Tailwind (arbitrary) */
class="text-[#316f19] bg-[#316f19]"
/* SCSS */
$brand: #316f19;
/* SwiftUI */
Color(red: 0.192, green: 0.435, blue: 0.098)
/* Android */
Color.parseColor("#316f19")Accessibility — WCAG contrast
Aa
#316f19 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#316f19 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green43.5%
Blue9.8%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow77.5%
Key (black)56.5%
Color previews
#316f19 text on a black background
contrast 3.42:1
Card sample
#316f19 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #316f19;
Background color
Panel with #316f19 background
background-color: #316f19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #316f19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 111, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 111, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #316f19; background: linear-gradient(135deg, #316f19, #196F3A);