HSL(131, 52%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,52%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 52%, 35%) | color: hsl(131, 52%, 35%) | |
| HEX | #2B883C | color: #2B883C | |
| RGB | rgb(43, 136, 60) | color: rgb(43, 136, 60) | |
| CMYK | cmyk(68%, 0%, 56%, 47%) | — | |
| HSV | hsv(131, 68%, 53%) | — | |
| HWB | hwb(131 17% 47%) | color: hwb(131 17% 47%) | |
| OKLCH | oklch(0.5546 0.1419 146.53) | color: oklch(0.5546 0.1419 146.53) | |
| Lab | lab(50.03 -43.84 32.69) | color: lab(50.03 -43.84 32.69) | |
| LCH | lch(50.03 54.69 143.29) | color: lch(50.03 54.69 143.29) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#53544E — rgb(83, 84, 78)
Deuteranopia (Green-blind)
#4E4753 — rgb(78, 71, 83)
Tritanopia (Blue-blind)
#305D60 — rgb(48, 93, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 52%, 35%);
text
color: hsl(131, 52%, 35%);
border
border: 2px solid hsl(131, 52%, 35%);
gradient light
background: linear-gradient(to right, hsl(131, 52%, 55%), hsl(131, 52%, 35%));
gradient dark
background: linear-gradient(to right, hsl(131, 52%, 35%), hsl(131, 52%, 15%))
hex
background-color: #2B883C;
tailwind
bg-[hsl(131,52%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 52%, 35%, 0.4);
css variable
--color-primary: hsl(131, 52%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 52%, 35%)?
HEX: #2B883C | RGB: rgb(43, 136, 60) | CMYK: 68%, 0%, 56%, 47% | HSV: 131°, 68%, 53%. Copy any format from the conversion table above.
What colors go well with #2B883C?
The complementary color is HSL(311, 52%, 35%). 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, 52%, 35%) in CSS?
As HSL: color: hsl(131, 52%, 35%); — As HEX: color: #2B883C; — As RGB: color: rgb(43, 136, 60); — Tailwind CSS: bg-[hsl(131,52%,35%)] — CSS variable: --color-primary: hsl(131, 52%, 35%);