#33641e
a dark, vivid green · cool · closest name: seagreen
RGB
51, 100, 30
HSL
102°, 54%, 26%
CMYK
49, 0, 70, 61
Luminance
0.0991
Every format
| HEX | #33641e |
| RGB | rgb(51, 100, 30) |
| HSL | hsl(102, 54%, 26%) |
| CMYK | cmyk(49%, 0%, 70%, 61%) |
| LAB | lab(37.7 -30.6 33.4) |
| LCH | lch(37.7 45.3 132.5) |
| OKLCH | oklch(0.453 0.114 137.7) |
Copy-ready code
/* CSS */
color: #33641e;
background-color: #33641e;
/* Tailwind (arbitrary) */
class="text-[#33641e] bg-[#33641e]"
/* SCSS */
$brand: #33641e;
/* SwiftUI */
Color(red: 0.200, green: 0.392, blue: 0.118)
/* Android */
Color.parseColor("#33641e")Accessibility — WCAG contrast
Aa
#33641e on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33641e on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green39.2%
Blue11.8%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow70.0%
Key (black)60.8%
Color previews
#33641e text on a black background
contrast 2.98:1
Card sample
#33641e text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33641e;
Background color
Panel with #33641e background
background-color: #33641e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33641e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 100, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 100, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33641e; background: linear-gradient(135deg, #33641e, #1E6438);