#294f13
a deep, vivid green · cool · closest name: seagreen
RGB
41, 79, 19
HSL
98°, 61%, 19%
CMYK
48, 0, 76, 69
Luminance
0.0611
Every format
| HEX | #294f13 |
| RGB | rgb(41, 79, 19) |
| HSL | hsl(98, 61%, 19%) |
| CMYK | cmyk(48%, 0%, 76%, 69%) |
| LAB | lab(29.7 -25.6 29.9) |
| LCH | lch(29.7 39.3 130.6) |
| OKLCH | oklch(0.385 0.098 136.3) |
Copy-ready code
/* CSS */
color: #294f13;
background-color: #294f13;
/* Tailwind (arbitrary) */
class="text-[#294f13] bg-[#294f13]"
/* SCSS */
$brand: #294f13;
/* SwiftUI */
Color(red: 0.161, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#294f13")Accessibility — WCAG contrast
Aa
#294f13 on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294f13 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green31.0%
Blue7.5%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow75.9%
Key (black)69.0%
Color previews
#294f13 text on a black background
contrast 2.22:1
Card sample
#294f13 text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294f13;
Background color
Panel with #294f13 background
background-color: #294f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294f13; background: linear-gradient(135deg, #294f13, #134F25);