#307718
a dark, vivid green · cool · closest name: forestgreen
RGB
48, 119, 24
HSL
105°, 66%, 28%
CMYK
60, 0, 80, 53
Luminance
0.1389
Every format
| HEX | #307718 |
| RGB | rgb(48, 119, 24) |
| HSL | hsl(105, 66%, 28%) |
| CMYK | cmyk(60%, 0%, 80%, 53%) |
| LAB | lab(44.1 -40.0 42.3) |
| LCH | lch(44.1 58.2 133.4) |
| OKLCH | oklch(0.505 0.145 139.3) |
Copy-ready code
/* CSS */
color: #307718;
background-color: #307718;
/* Tailwind (arbitrary) */
class="text-[#307718] bg-[#307718]"
/* SCSS */
$brand: #307718;
/* SwiftUI */
Color(red: 0.188, green: 0.467, blue: 0.094)
/* Android */
Color.parseColor("#307718")Accessibility — WCAG contrast
Aa
#307718 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#307718 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green46.7%
Blue9.4%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow79.8%
Key (black)53.3%
Color previews
#307718 text on a black background
contrast 3.78:1
Card sample
#307718 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #307718;
Background color
Panel with #307718 background
background-color: #307718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #307718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 119, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 119, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #307718; background: linear-gradient(135deg, #307718, #18773F);