HSL(113, 46%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,46%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 46%, 20%) | color: hsl(113, 46%, 20%) | |
| HEX | #214A1C | color: #214A1C | |
| RGB | rgb(33, 74, 28) | color: rgb(33, 74, 28) | |
| CMYK | cmyk(55%, 0%, 62%, 71%) | — | |
| HSV | hsv(113, 62%, 29%) | — | |
| HWB | hwb(113 11% 71%) | color: hwb(113 11% 71%) | |
| OKLCH | oklch(0.3673 0.0871 141.56) | color: oklch(0.3673 0.0871 141.56) | |
| Lab | lab(27.59 -24.99 22.83) | color: lab(27.59 -24.99 22.83) | |
| LCH | lch(27.59 33.85 137.59) | color: lch(27.59 33.85 137.59) |
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)
#333327 — rgb(51, 51, 39)
Deuteranopia (Green-blind)
#302D2A — rgb(48, 45, 42)
Tritanopia (Blue-blind)
#233032 — rgb(35, 48, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 46%, 20%);
text
color: hsl(113, 46%, 20%);
border
border: 2px solid hsl(113, 46%, 20%);
gradient light
background: linear-gradient(to right, hsl(113, 46%, 40%), hsl(113, 46%, 20%));
gradient dark
background: linear-gradient(to right, hsl(113, 46%, 20%), hsl(113, 46%, 0%))
hex
background-color: #214A1C;
tailwind
bg-[hsl(113,46%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 46%, 20%, 0.4);
css variable
--color-primary: hsl(113, 46%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 46%, 20%)?
HEX: #214A1C | RGB: rgb(33, 74, 28) | CMYK: 55%, 0%, 62%, 71% | HSV: 113°, 62%, 29%. Copy any format from the conversion table above.
What colors go well with #214A1C?
The complementary color is HSL(293, 46%, 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, 46%, 20%) in CSS?
As HSL: color: hsl(113, 46%, 20%); — As HEX: color: #214A1C; — As RGB: color: rgb(33, 74, 28); — Tailwind CSS: bg-[hsl(113,46%,20%)] — CSS variable: --color-primary: hsl(113, 46%, 20%);