HSL(131, 49%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,49%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 49%, 24%) | color: hsl(131, 49%, 24%) | |
| HEX | #1F5B2A | color: #1F5B2A | |
| RGB | rgb(31, 91, 42) | color: rgb(31, 91, 42) | |
| CMYK | cmyk(66%, 0%, 54%, 64%) | — | |
| HSV | hsv(131, 66%, 36%) | — | |
| HWB | hwb(131 12% 64%) | color: hwb(131 12% 64%) | |
| OKLCH | oklch(0.4193 0.1001 147) | color: oklch(0.4193 0.1001 147) | |
| Lab | lab(33.86 -31.07 22.53) | color: lab(33.86 -31.07 22.53) | |
| LCH | lch(33.86 38.38 144.05) | color: lch(33.86 38.38 144.05) |
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)
#393A36 — rgb(57, 58, 54)
Deuteranopia (Green-blind)
#363139 — rgb(54, 49, 57)
Tritanopia (Blue-blind)
#223F41 — rgb(34, 63, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 49%, 24%);
text
color: hsl(131, 49%, 24%);
border
border: 2px solid hsl(131, 49%, 24%);
gradient light
background: linear-gradient(to right, hsl(131, 49%, 44%), hsl(131, 49%, 24%));
gradient dark
background: linear-gradient(to right, hsl(131, 49%, 24%), hsl(131, 49%, 4%))
hex
background-color: #1F5B2A;
tailwind
bg-[hsl(131,49%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 49%, 24%, 0.4);
css variable
--color-primary: hsl(131, 49%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 49%, 24%)?
HEX: #1F5B2A | RGB: rgb(31, 91, 42) | CMYK: 66%, 0%, 54%, 64% | HSV: 131°, 66%, 36%. Copy any format from the conversion table above.
What colors go well with #1F5B2A?
The complementary color is HSL(311, 49%, 24%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 49%, 24%) in CSS?
As HSL: color: hsl(131, 49%, 24%); — As HEX: color: #1F5B2A; — As RGB: color: rgb(31, 91, 42); — Tailwind CSS: bg-[hsl(131,49%,24%)] — CSS variable: --color-primary: hsl(131, 49%, 24%);