HSL(141, 32%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,32%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 32%, 26%) | color: hsl(141, 32%, 26%) | |
| HEX | #2D583C | color: #2D583C | |
| RGB | rgb(45, 88, 60) | color: rgb(45, 88, 60) | |
| CMYK | cmyk(49%, 0%, 32%, 65%) | — | |
| HSV | hsv(141, 49%, 35%) | — | |
| HWB | hwb(141 18% 65%) | color: hwb(141 18% 65%) | |
| OKLCH | oklch(0.4206 0.0674 153.86) | color: oklch(0.4206 0.0674 153.86) | |
| Lab | lab(33.7 -22.15 11.72) | color: lab(33.7 -22.15 11.72) | |
| LCH | lch(33.7 25.06 152.12) | color: lch(33.7 25.06 152.12) |
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)
#404043 — rgb(64, 64, 67)
Deuteranopia (Green-blind)
#3D3A44 — rgb(61, 58, 68)
Tritanopia (Blue-blind)
#2F4849 — rgb(47, 72, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 32%, 26%);
text
color: hsl(141, 32%, 26%);
border
border: 2px solid hsl(141, 32%, 26%);
gradient light
background: linear-gradient(to right, hsl(141, 32%, 46%), hsl(141, 32%, 26%));
gradient dark
background: linear-gradient(to right, hsl(141, 32%, 26%), hsl(141, 32%, 6%))
hex
background-color: #2D583C;
tailwind
bg-[hsl(141,32%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 32%, 26%, 0.4);
css variable
--color-primary: hsl(141, 32%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 32%, 26%)?
HEX: #2D583C | RGB: rgb(45, 88, 60) | CMYK: 49%, 0%, 32%, 65% | HSV: 141°, 49%, 35%. Copy any format from the conversion table above.
What colors go well with #2D583C?
The complementary color is HSL(321, 32%, 26%). 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, 32%, 26%) in CSS?
As HSL: color: hsl(141, 32%, 26%); — As HEX: color: #2D583C; — As RGB: color: rgb(45, 88, 60); — Tailwind CSS: bg-[hsl(141,32%,26%)] — CSS variable: --color-primary: hsl(141, 32%, 26%);