HSL(85, 42%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,42%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 42%, 23%) | color: hsl(85, 42%, 23%) | |
| HEX | #3F5322 | color: #3F5322 | |
| RGB | rgb(63, 83, 34) | color: rgb(63, 83, 34) | |
| CMYK | cmyk(24%, 0%, 59%, 67%) | — | |
| HSV | hsv(84, 59%, 33%) | — | |
| HWB | hwb(84 14% 67%) | color: hwb(84 14% 67%) | |
| OKLCH | oklch(0.4132 0.0773 127.88) | color: oklch(0.4132 0.0773 127.88) | |
| Lab | lab(32.61 -16.93 25.87) | color: lab(32.61 -16.93 25.87) | |
| LCH | lch(32.61 30.92 123.2) | color: lch(32.61 30.92 123.2) |
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)
#48482E — rgb(72, 72, 46)
Deuteranopia (Green-blind)
#474531 — rgb(71, 69, 49)
Tritanopia (Blue-blind)
#403739 — rgb(64, 55, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 42%, 23%);
text
color: hsl(85, 42%, 23%);
border
border: 2px solid hsl(85, 42%, 23%);
gradient light
background: linear-gradient(to right, hsl(85, 42%, 43%), hsl(85, 42%, 23%));
gradient dark
background: linear-gradient(to right, hsl(85, 42%, 23%), hsl(85, 42%, 3%))
hex
background-color: #3F5322;
tailwind
bg-[hsl(85,42%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 42%, 23%, 0.4);
css variable
--color-primary: hsl(85, 42%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 42%, 23%)?
HEX: #3F5322 | RGB: rgb(63, 83, 34) | CMYK: 24%, 0%, 59%, 67% | HSV: 84°, 59%, 33%. Copy any format from the conversion table above.
What colors go well with #3F5322?
The complementary color is HSL(265, 42%, 23%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 42%, 23%) in CSS?
As HSL: color: hsl(85, 42%, 23%); — As HEX: color: #3F5322; — As RGB: color: rgb(63, 83, 34); — Tailwind CSS: bg-[hsl(85,42%,23%)] — CSS variable: --color-primary: hsl(85, 42%, 23%);