#234f12
a deep, vivid green · cool · closest name: seagreen
RGB
35, 79, 18
HSL
103°, 63%, 19%
CMYK
56, 0, 77, 69
Luminance
0.0599
Every format
| HEX | #234f12 |
| RGB | rgb(35, 79, 18) |
| HSL | hsl(103, 63%, 19%) |
| CMYK | cmyk(56%, 0%, 77%, 69%) |
| LAB | lab(29.4 -27.8 29.9) |
| LCH | lch(29.4 40.8 132.9) |
| OKLCH | oklch(0.382 0.102 138.4) |
Copy-ready code
/* CSS */
color: #234f12;
background-color: #234f12;
/* Tailwind (arbitrary) */
class="text-[#234f12] bg-[#234f12]"
/* SCSS */
$brand: #234f12;
/* SwiftUI */
Color(red: 0.137, green: 0.310, blue: 0.071)
/* Android */
Color.parseColor("#234f12")Accessibility — WCAG contrast
Aa
#234f12 on white: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#234f12 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green31.0%
Blue7.1%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow77.2%
Key (black)69.0%
Color previews
#234f12 text on a black background
contrast 2.20:1
Card sample
#234f12 text on a white background
contrast 9.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #234f12;
Background color
Panel with #234f12 background
background-color: #234f12;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #234f12;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 79, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 79, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #234f12; background: linear-gradient(135deg, #234f12, #124F2A);