HSL(113, 65%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,65%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 65%, 22%) | color: hsl(113, 65%, 22%) | |
| HEX | #1C5D14 | color: #1C5D14 | |
| RGB | rgb(28, 93, 20) | color: rgb(28, 93, 20) | |
| CMYK | cmyk(70%, 0%, 78%, 64%) | — | |
| HSV | hsv(113, 78%, 36%) | — | |
| HWB | hwb(113 8% 64%) | color: hwb(113 8% 64%) | |
| OKLCH | oklch(0.4215 0.1234 141.56) | color: oklch(0.4215 0.1234 141.56) | |
| Lab | lab(34.24 -35.43 33.93) | color: lab(34.24 -35.43 33.93) | |
| LCH | lch(34.24 49.06 136.24) | color: lch(34.24 49.06 136.24) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#383926 — rgb(56, 57, 38)
Deuteranopia (Green-blind)
#34302A — rgb(52, 48, 42)
Tritanopia (Blue-blind)
#1F3437 — rgb(31, 52, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 65%, 22%);
text
color: hsl(113, 65%, 22%);
border
border: 2px solid hsl(113, 65%, 22%);
gradient light
background: linear-gradient(to right, hsl(113, 65%, 42%), hsl(113, 65%, 22%));
gradient dark
background: linear-gradient(to right, hsl(113, 65%, 22%), hsl(113, 65%, 2%))
hex
background-color: #1C5D14;
tailwind
bg-[hsl(113,65%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 65%, 22%, 0.4);
css variable
--color-primary: hsl(113, 65%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 65%, 22%)?
HEX: #1C5D14 | RGB: rgb(28, 93, 20) | CMYK: 70%, 0%, 78%, 64% | HSV: 113°, 78%, 36%. Copy any format from the conversion table above.
What colors go well with #1C5D14?
The complementary color is HSL(293, 65%, 22%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 65%, 22%) in CSS?
As HSL: color: hsl(113, 65%, 22%); — As HEX: color: #1C5D14; — As RGB: color: rgb(28, 93, 20); — Tailwind CSS: bg-[hsl(113,65%,22%)] — CSS variable: --color-primary: hsl(113, 65%, 22%);