HSL(105, 50%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(105,50%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 50%, 24%) | color: hsl(105, 50%, 24%) | |
| HEX | #2E5C1F | color: #2E5C1F | |
| RGB | rgb(46, 92, 31) | color: rgb(46, 92, 31) | |
| CMYK | cmyk(50%, 0%, 66%, 64%) | — | |
| HSV | hsv(105, 66%, 36%) | — | |
| HWB | hwb(105 12% 64%) | color: hwb(105 12% 64%) | |
| OKLCH | oklch(0.4272 0.1044 138.8) | color: oklch(0.4272 0.1044 138.8) | |
| Lab | lab(34.67 -28.57 29.54) | color: lab(34.67 -28.57 29.54) | |
| LCH | lch(34.67 41.1 134.04) | color: lch(34.67 41.1 134.04) |
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)
#42422E — rgb(66, 66, 46)
Deuteranopia (Green-blind)
#3F3C31 — rgb(63, 60, 49)
Tritanopia (Blue-blind)
#30393C — rgb(48, 57, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 50%, 24%);
text
color: hsl(105, 50%, 24%);
border
border: 2px solid hsl(105, 50%, 24%);
gradient light
background: linear-gradient(to right, hsl(105, 50%, 44%), hsl(105, 50%, 24%));
gradient dark
background: linear-gradient(to right, hsl(105, 50%, 24%), hsl(105, 50%, 4%))
hex
background-color: #2E5C1F;
tailwind
bg-[hsl(105,50%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 50%, 24%, 0.4);
css variable
--color-primary: hsl(105, 50%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(105, 50%, 24%)?
HEX: #2E5C1F | RGB: rgb(46, 92, 31) | CMYK: 50%, 0%, 66%, 64% | HSV: 105°, 66%, 36%. Copy any format from the conversion table above.
What colors go well with #2E5C1F?
The complementary color is HSL(285, 50%, 24%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 50%, 24%) in CSS?
As HSL: color: hsl(105, 50%, 24%); — As HEX: color: #2E5C1F; — As RGB: color: rgb(46, 92, 31); — Tailwind CSS: bg-[hsl(105,50%,24%)] — CSS variable: --color-primary: hsl(105, 50%, 24%);