#33752c
a dark, vivid green · cool · closest name: seagreen
RGB
51, 117, 44
HSL
114°, 45%, 32%
CMYK
56, 0, 62, 54
Luminance
0.1361
Every format
| HEX | #33752c |
| RGB | rgb(51, 117, 44) |
| HSL | hsl(114, 45%, 32%) |
| CMYK | cmyk(56%, 0%, 62%, 54%) |
| LAB | lab(43.7 -36.4 33.3) |
| LCH | lch(43.7 49.4 137.5) |
| OKLCH | oklch(0.502 0.127 141.8) |
Copy-ready code
/* CSS */
color: #33752c;
background-color: #33752c;
/* Tailwind (arbitrary) */
class="text-[#33752c] bg-[#33752c]"
/* SCSS */
$brand: #33752c;
/* SwiftUI */
Color(red: 0.200, green: 0.459, blue: 0.173)
/* Android */
Color.parseColor("#33752c")Accessibility — WCAG contrast
Aa
#33752c on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#33752c on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green45.9%
Blue17.3%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow62.4%
Key (black)54.1%
Color previews
#33752c text on a black background
contrast 3.72:1
Card sample
#33752c text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33752c;
Background color
Panel with #33752c background
background-color: #33752c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33752c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 117, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 117, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33752c; background: linear-gradient(135deg, #33752c, #2C7556);