HSL(141, 59%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,59%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 59%, 23%) | color: hsl(141, 59%, 23%) | |
| HEX | #185D30 | color: #185D30 | |
| RGB | rgb(24, 93, 48) | color: rgb(24, 93, 48) | |
| CMYK | cmyk(74%, 0%, 48%, 64%) | — | |
| HSV | hsv(141, 74%, 36%) | — | |
| HWB | hwb(141 9% 64%) | color: hwb(141 9% 64%) | |
| OKLCH | oklch(0.4241 0.1 150.87) | color: oklch(0.4241 0.1 150.87) | |
| Lab | lab(34.47 -32.41 19.81) | color: lab(34.47 -32.41 19.81) | |
| LCH | lch(34.47 37.98 148.57) | color: lch(34.47 37.98 148.57) |
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)
#36363B — rgb(54, 54, 59)
Deuteranopia (Green-blind)
#322D3E — rgb(50, 45, 62)
Tritanopia (Blue-blind)
#1B4345 — rgb(27, 67, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 59%, 23%);
text
color: hsl(141, 59%, 23%);
border
border: 2px solid hsl(141, 59%, 23%);
gradient light
background: linear-gradient(to right, hsl(141, 59%, 43%), hsl(141, 59%, 23%));
gradient dark
background: linear-gradient(to right, hsl(141, 59%, 23%), hsl(141, 59%, 3%))
hex
background-color: #185D30;
tailwind
bg-[hsl(141,59%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 59%, 23%, 0.4);
css variable
--color-primary: hsl(141, 59%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 59%, 23%)?
HEX: #185D30 | RGB: rgb(24, 93, 48) | CMYK: 74%, 0%, 48%, 64% | HSV: 141°, 74%, 36%. Copy any format from the conversion table above.
What colors go well with #185D30?
The complementary color is HSL(321, 59%, 23%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 59%, 23%) in CSS?
As HSL: color: hsl(141, 59%, 23%); — As HEX: color: #185D30; — As RGB: color: rgb(24, 93, 48); — Tailwind CSS: bg-[hsl(141,59%,23%)] — CSS variable: --color-primary: hsl(141, 59%, 23%);