HSL(101, 20%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,20%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 20%, 24%) | color: hsl(101, 20%, 24%) | |
| HEX | #394931 | color: #394931 | |
| RGB | rgb(57, 73, 49) | color: rgb(57, 73, 49) | |
| CMYK | cmyk(22%, 0%, 33%, 71%) | — | |
| HSV | hsv(100, 33%, 29%) | — | |
| HWB | hwb(100 19% 71%) | color: hwb(100 19% 71%) | |
| OKLCH | oklch(0.3842 0.0444 135.47) | color: oklch(0.3842 0.0444 135.47) | |
| Lab | lab(29.05 -11.64 12.36) | color: lab(29.05 -11.64 12.36) | |
| LCH | lch(29.05 16.98 133.28) | color: lch(29.05 16.98 133.28) |
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)
#404037 — rgb(64, 64, 55)
Deuteranopia (Green-blind)
#3F3E38 — rgb(63, 62, 56)
Tritanopia (Blue-blind)
#3A3B3C — rgb(58, 59, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 20%, 24%);
text
color: hsl(101, 20%, 24%);
border
border: 2px solid hsl(101, 20%, 24%);
gradient light
background: linear-gradient(to right, hsl(101, 20%, 44%), hsl(101, 20%, 24%));
gradient dark
background: linear-gradient(to right, hsl(101, 20%, 24%), hsl(101, 20%, 4%))
hex
background-color: #394931;
tailwind
bg-[hsl(101,20%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 20%, 24%, 0.4);
css variable
--color-primary: hsl(101, 20%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 20%, 24%)?
HEX: #394931 | RGB: rgb(57, 73, 49) | CMYK: 22%, 0%, 33%, 71% | HSV: 100°, 33%, 29%. Copy any format from the conversion table above.
What colors go well with #394931?
The complementary color is HSL(281, 20%, 24%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 20%, 24%) in CSS?
As HSL: color: hsl(101, 20%, 24%); — As HEX: color: #394931; — As RGB: color: rgb(57, 73, 49); — Tailwind CSS: bg-[hsl(101,20%,24%)] — CSS variable: --color-primary: hsl(101, 20%, 24%);