HSL(71, 65%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,65%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 65%, 20%) | color: hsl(71, 65%, 20%) | |
| HEX | #485412 | color: #485412 | |
| RGB | rgb(72, 84, 18) | color: rgb(72, 84, 18) | |
| CMYK | cmyk(14%, 0%, 79%, 67%) | — | |
| HSV | hsv(71, 79%, 33%) | — | |
| HWB | hwb(71 7% 67%) | color: hwb(71 7% 67%) | |
| OKLCH | oklch(0.4215 0.0888 119.46) | color: oklch(0.4215 0.0888 119.46) | |
| Lab | lab(33.48 -14.73 34.78) | color: lab(33.48 -14.73 34.78) | |
| LCH | lch(33.48 37.77 112.95) | color: lch(33.48 37.77 112.95) |
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)
#4D4D22 — rgb(77, 77, 34)
Deuteranopia (Green-blind)
#4D4C26 — rgb(77, 76, 38)
Tritanopia (Blue-blind)
#492F31 — rgb(73, 47, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 65%, 20%);
text
color: hsl(71, 65%, 20%);
border
border: 2px solid hsl(71, 65%, 20%);
gradient light
background: linear-gradient(to right, hsl(71, 65%, 40%), hsl(71, 65%, 20%));
gradient dark
background: linear-gradient(to right, hsl(71, 65%, 20%), hsl(71, 65%, 0%))
hex
background-color: #485412;
tailwind
bg-[hsl(71,65%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 65%, 20%, 0.4);
css variable
--color-primary: hsl(71, 65%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 65%, 20%)?
HEX: #485412 | RGB: rgb(72, 84, 18) | CMYK: 14%, 0%, 79%, 67% | HSV: 71°, 79%, 33%. Copy any format from the conversion table above.
What colors go well with #485412?
The complementary color is HSL(251, 65%, 20%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 65%, 20%) in CSS?
As HSL: color: hsl(71, 65%, 20%); — As HEX: color: #485412; — As RGB: color: rgb(72, 84, 18); — Tailwind CSS: bg-[hsl(71,65%,20%)] — CSS variable: --color-primary: hsl(71, 65%, 20%);