HSL(113, 65%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,65%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 65%, 20%) | color: hsl(113, 65%, 20%) | |
| HEX | #1A5412 | color: #1A5412 | |
| RGB | rgb(26, 84, 18) | color: rgb(26, 84, 18) | |
| CMYK | cmyk(69%, 0%, 79%, 67%) | — | |
| HSV | hsv(113, 79%, 33%) | — | |
| HWB | hwb(113 7% 67%) | color: hwb(113 7% 67%) | |
| OKLCH | oklch(0.3934 0.1138 141.38) | color: oklch(0.3934 0.1138 141.38) | |
| Lab | lab(30.89 -32.56 31.33) | color: lab(30.89 -32.56 31.33) | |
| LCH | lch(30.89 45.19 136.1) | color: lch(30.89 45.19 136.1) |
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)
#333422 — rgb(51, 52, 34)
Deuteranopia (Green-blind)
#302B26 — rgb(48, 43, 38)
Tritanopia (Blue-blind)
#1D2F31 — rgb(29, 47, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 65%, 20%);
text
color: hsl(113, 65%, 20%);
border
border: 2px solid hsl(113, 65%, 20%);
gradient light
background: linear-gradient(to right, hsl(113, 65%, 40%), hsl(113, 65%, 20%));
gradient dark
background: linear-gradient(to right, hsl(113, 65%, 20%), hsl(113, 65%, 0%))
hex
background-color: #1A5412;
tailwind
bg-[hsl(113,65%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 65%, 20%, 0.4);
css variable
--color-primary: hsl(113, 65%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 65%, 20%)?
HEX: #1A5412 | RGB: rgb(26, 84, 18) | CMYK: 69%, 0%, 79%, 67% | HSV: 113°, 79%, 33%. Copy any format from the conversion table above.
What colors go well with #1A5412?
The complementary color is HSL(293, 65%, 20%). 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%, 20%) in CSS?
As HSL: color: hsl(113, 65%, 20%); — As HEX: color: #1A5412; — As RGB: color: rgb(26, 84, 18); — Tailwind CSS: bg-[hsl(113,65%,20%)] — CSS variable: --color-primary: hsl(113, 65%, 20%);