HSL(112, 25%, 31%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,25%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 25%, 31%) | color: hsl(112, 25%, 31%) | |
| HEX | #41633B | color: #41633B | |
| RGB | rgb(65, 99, 59) | color: rgb(65, 99, 59) | |
| CMYK | cmyk(34%, 0%, 40%, 61%) | — | |
| HSV | hsv(111, 40%, 39%) | — | |
| HWB | hwb(111 23% 61%) | color: hwb(111 23% 61%) | |
| OKLCH | oklch(0.4624 0.0742 140.76) | color: oklch(0.4624 0.0742 140.76) | |
| Lab | lab(38.49 -21.05 18.93) | color: lab(38.49 -21.05 18.93) | |
| LCH | lch(38.49 28.31 138.04) | color: lch(38.49 28.31 138.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)
#505045 — rgb(80, 80, 69)
Deuteranopia (Green-blind)
#4E4B47 — rgb(78, 75, 71)
Tritanopia (Blue-blind)
#434C4E — rgb(67, 76, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 25%, 31%);
text
color: hsl(112, 25%, 31%);
border
border: 2px solid hsl(112, 25%, 31%);
gradient light
background: linear-gradient(to right, hsl(112, 25%, 51%), hsl(112, 25%, 31%));
gradient dark
background: linear-gradient(to right, hsl(112, 25%, 31%), hsl(112, 25%, 11%))
hex
background-color: #41633B;
tailwind
bg-[hsl(112,25%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 25%, 31%, 0.4);
css variable
--color-primary: hsl(112, 25%, 31%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 25%, 31%)?
HEX: #41633B | RGB: rgb(65, 99, 59) | CMYK: 34%, 0%, 40%, 61% | HSV: 111°, 40%, 39%. Copy any format from the conversion table above.
What colors go well with #41633B?
The complementary color is HSL(292, 25%, 31%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 25%, 31%) in CSS?
As HSL: color: hsl(112, 25%, 31%); — As HEX: color: #41633B; — As RGB: color: rgb(65, 99, 59); — Tailwind CSS: bg-[hsl(112,25%,31%)] — CSS variable: --color-primary: hsl(112, 25%, 31%);