HSL(141, 40%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,40%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 40%, 23%) | color: hsl(141, 40%, 23%) | |
| HEX | #235234 | color: #235234 | |
| RGB | rgb(35, 82, 52) | color: rgb(35, 82, 52) | |
| CMYK | cmyk(57%, 0%, 37%, 68%) | — | |
| HSV | hsv(142, 57%, 32%) | — | |
| HWB | hwb(142 14% 68%) | color: hwb(142 14% 68%) | |
| OKLCH | oklch(0.3966 0.0726 153.5) | color: oklch(0.3966 0.0726 153.5) | |
| Lab | lab(30.97 -23.89 12.87) | color: lab(30.97 -23.89 12.87) | |
| LCH | lch(30.97 27.14 151.69) | color: lch(30.97 27.14 151.69) |
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)
#37383B — rgb(55, 56, 59)
Deuteranopia (Green-blind)
#35313D — rgb(53, 49, 61)
Tritanopia (Blue-blind)
#254142 — rgb(37, 65, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 40%, 23%);
text
color: hsl(141, 40%, 23%);
border
border: 2px solid hsl(141, 40%, 23%);
gradient light
background: linear-gradient(to right, hsl(141, 40%, 43%), hsl(141, 40%, 23%));
gradient dark
background: linear-gradient(to right, hsl(141, 40%, 23%), hsl(141, 40%, 3%))
hex
background-color: #235234;
tailwind
bg-[hsl(141,40%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 40%, 23%, 0.4);
css variable
--color-primary: hsl(141, 40%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 40%, 23%)?
HEX: #235234 | RGB: rgb(35, 82, 52) | CMYK: 57%, 0%, 37%, 68% | HSV: 142°, 57%, 32%. Copy any format from the conversion table above.
What colors go well with #235234?
The complementary color is HSL(321, 40%, 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, 40%, 23%) in CSS?
As HSL: color: hsl(141, 40%, 23%); — As HEX: color: #235234; — As RGB: color: rgb(35, 82, 52); — Tailwind CSS: bg-[hsl(141,40%,23%)] — CSS variable: --color-primary: hsl(141, 40%, 23%);