HSL(113, 28%, 31%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,28%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 28%, 31%) | color: hsl(113, 28%, 31%) | |
| HEX | #3E6539 | color: #3E6539 | |
| RGB | rgb(62, 101, 57) | color: rgb(62, 101, 57) | |
| CMYK | cmyk(39%, 0%, 44%, 60%) | — | |
| HSV | hsv(113, 44%, 40%) | — | |
| HWB | hwb(113 22% 60%) | color: hwb(113 22% 60%) | |
| OKLCH | oklch(0.4655 0.0819 141.6) | color: oklch(0.4655 0.0819 141.6) | |
| Lab | lab(38.94 -23.53 20.65) | color: lab(38.94 -23.53 20.65) | |
| LCH | lch(38.94 31.31 138.73) | color: lch(38.94 31.31 138.73) |
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)
#4F4F44 — rgb(79, 79, 68)
Deuteranopia (Green-blind)
#4D4A46 — rgb(77, 74, 70)
Tritanopia (Blue-blind)
#404C4E — rgb(64, 76, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 28%, 31%);
text
color: hsl(113, 28%, 31%);
border
border: 2px solid hsl(113, 28%, 31%);
gradient light
background: linear-gradient(to right, hsl(113, 28%, 51%), hsl(113, 28%, 31%));
gradient dark
background: linear-gradient(to right, hsl(113, 28%, 31%), hsl(113, 28%, 11%))
hex
background-color: #3E6539;
tailwind
bg-[hsl(113,28%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 28%, 31%, 0.4);
css variable
--color-primary: hsl(113, 28%, 31%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 28%, 31%)?
HEX: #3E6539 | RGB: rgb(62, 101, 57) | CMYK: 39%, 0%, 44%, 60% | HSV: 113°, 44%, 40%. Copy any format from the conversion table above.
What colors go well with #3E6539?
The complementary color is HSL(293, 28%, 31%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 28%, 31%) in CSS?
As HSL: color: hsl(113, 28%, 31%); — As HEX: color: #3E6539; — As RGB: color: rgb(62, 101, 57); — Tailwind CSS: bg-[hsl(113,28%,31%)] — CSS variable: --color-primary: hsl(113, 28%, 31%);