HSL(83, 27%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,27%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 27%, 23%) | color: hsl(83, 27%, 23%) | |
| HEX | #3E4A2B | color: #3E4A2B | |
| RGB | rgb(62, 74, 43) | color: rgb(62, 74, 43) | |
| CMYK | cmyk(16%, 0%, 42%, 71%) | — | |
| HSV | hsv(83, 42%, 29%) | — | |
| HWB | hwb(83 17% 71%) | color: hwb(83 17% 71%) | |
| OKLCH | oklch(0.3897 0.0516 125.92) | color: oklch(0.3897 0.0516 125.92) | |
| Lab | lab(29.65 -11.06 16.96) | color: lab(29.65 -11.06 16.96) | |
| LCH | lch(29.65 20.25 123.11) | color: lch(29.65 20.25 123.11) |
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)
#434333 — rgb(67, 67, 51)
Deuteranopia (Green-blind)
#434234 — rgb(67, 66, 52)
Tritanopia (Blue-blind)
#3F383A — rgb(63, 56, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 27%, 23%);
text
color: hsl(83, 27%, 23%);
border
border: 2px solid hsl(83, 27%, 23%);
gradient light
background: linear-gradient(to right, hsl(83, 27%, 43%), hsl(83, 27%, 23%));
gradient dark
background: linear-gradient(to right, hsl(83, 27%, 23%), hsl(83, 27%, 3%))
hex
background-color: #3E4A2B;
tailwind
bg-[hsl(83,27%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 27%, 23%, 0.4);
css variable
--color-primary: hsl(83, 27%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 27%, 23%)?
HEX: #3E4A2B | RGB: rgb(62, 74, 43) | CMYK: 16%, 0%, 42%, 71% | HSV: 83°, 42%, 29%. Copy any format from the conversion table above.
What colors go well with #3E4A2B?
The complementary color is HSL(263, 27%, 23%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 27%, 23%) in CSS?
As HSL: color: hsl(83, 27%, 23%); — As HEX: color: #3E4A2B; — As RGB: color: rgb(62, 74, 43); — Tailwind CSS: bg-[hsl(83,27%,23%)] — CSS variable: --color-primary: hsl(83, 27%, 23%);