#225310
a deep, vivid green · cool · closest name: seagreen
RGB
34, 83, 16
HSL
104°, 68%, 19%
CMYK
59, 0, 81, 68
Luminance
0.0656
Every format
| HEX | #225310 |
| RGB | rgb(34, 83, 16) |
| HSL | hsl(104, 68%, 19%) |
| CMYK | cmyk(59%, 0%, 81%, 68%) |
| LAB | lab(30.8 -30.0 32.2) |
| LCH | lch(30.8 44.0 133.0) |
| OKLCH | oklch(0.393 0.110 138.8) |
Copy-ready code
/* CSS */
color: #225310;
background-color: #225310;
/* Tailwind (arbitrary) */
class="text-[#225310] bg-[#225310]"
/* SCSS */
$brand: #225310;
/* SwiftUI */
Color(red: 0.133, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#225310")Accessibility — WCAG contrast
Aa
#225310 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#225310 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green32.5%
Blue6.3%
CMYK percentages
Cyan59.0%
Magenta0.0%
Yellow80.7%
Key (black)67.5%
Color previews
#225310 text on a black background
contrast 2.31:1
Card sample
#225310 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #225310;
Background color
Panel with #225310 background
background-color: #225310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #225310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #225310; background: linear-gradient(135deg, #225310, #10532B);