#317413
a dark, vivid green · cool · closest name: forestgreen
RGB
49, 116, 19
HSL
101°, 72%, 27%
CMYK
58, 0, 84, 55
Luminance
0.1319
Every format
| HEX | #317413 |
| RGB | rgb(49, 116, 19) |
| HSL | hsl(101, 72%, 27%) |
| CMYK | cmyk(58%, 0%, 84%, 55%) |
| LAB | lab(43.0 -38.8 43.1) |
| LCH | lch(43.0 58.0 132.0) |
| OKLCH | oklch(0.496 0.144 138.4) |
Copy-ready code
/* CSS */
color: #317413;
background-color: #317413;
/* Tailwind (arbitrary) */
class="text-[#317413] bg-[#317413]"
/* SCSS */
$brand: #317413;
/* SwiftUI */
Color(red: 0.192, green: 0.455, blue: 0.075)
/* Android */
Color.parseColor("#317413")Accessibility — WCAG contrast
Aa
#317413 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#317413 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green45.5%
Blue7.5%
CMYK percentages
Cyan57.8%
Magenta0.0%
Yellow83.6%
Key (black)54.5%
Color previews
#317413 text on a black background
contrast 3.64:1
Card sample
#317413 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #317413;
Background color
Panel with #317413 background
background-color: #317413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #317413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 116, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 116, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #317413; background: linear-gradient(135deg, #317413, #137436);