HSL(115, 40%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,40%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 40%, 37%) | color: hsl(115, 40%, 37%) | |
| HEX | #3F8439 | color: #3F8439 | |
| RGB | rgb(63, 132, 57) | color: rgb(63, 132, 57) | |
| CMYK | cmyk(52%, 0%, 57%, 48%) | — | |
| HSV | hsv(115, 57%, 52%) | — | |
| HWB | hwb(115 22% 48%) | color: hwb(115 22% 48%) | |
| OKLCH | oklch(0.5504 0.1299 142.11) | color: oklch(0.5504 0.1299 142.11) | |
| Lab | lab(49.32 -37.59 33.52) | color: lab(49.32 -37.59 33.52) | |
| LCH | lch(49.32 50.36 138.28) | color: lch(49.32 50.36 138.28) |
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)
#5D5D4B — rgb(93, 93, 75)
Deuteranopia (Green-blind)
#595450 — rgb(89, 84, 80)
Tritanopia (Blue-blind)
#42595D — rgb(66, 89, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 40%, 37%);
text
color: hsl(115, 40%, 37%);
border
border: 2px solid hsl(115, 40%, 37%);
gradient light
background: linear-gradient(to right, hsl(115, 40%, 57%), hsl(115, 40%, 37%));
gradient dark
background: linear-gradient(to right, hsl(115, 40%, 37%), hsl(115, 40%, 17%))
hex
background-color: #3F8439;
tailwind
bg-[hsl(115,40%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 40%, 37%, 0.4);
css variable
--color-primary: hsl(115, 40%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 40%, 37%)?
HEX: #3F8439 | RGB: rgb(63, 132, 57) | CMYK: 52%, 0%, 57%, 48% | HSV: 115°, 57%, 52%. Copy any format from the conversion table above.
What colors go well with #3F8439?
The complementary color is HSL(295, 40%, 37%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 40%, 37%) in CSS?
As HSL: color: hsl(115, 40%, 37%); — As HEX: color: #3F8439; — As RGB: color: rgb(63, 132, 57); — Tailwind CSS: bg-[hsl(115,40%,37%)] — CSS variable: --color-primary: hsl(115, 40%, 37%);