HSL(85, 70%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,70%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 70%, 22%) | color: hsl(85, 70%, 22%) | |
| HEX | #3F5F11 | color: #3F5F11 | |
| RGB | rgb(63, 95, 17) | color: rgb(63, 95, 17) | |
| CMYK | cmyk(34%, 0%, 82%, 63%) | — | |
| HSV | hsv(85, 82%, 37%) | — | |
| HWB | hwb(85 7% 63%) | color: hwb(85 7% 63%) | |
| OKLCH | oklch(0.4445 0.1094 129.95) | color: oklch(0.4445 0.1094 129.95) | |
| Lab | lab(36.52 -24.64 37.85) | color: lab(36.52 -24.64 37.85) | |
| LCH | lch(36.52 45.16 123.06) | color: lch(36.52 45.16 123.06) |
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)
#4D4D24 — rgb(77, 77, 36)
Deuteranopia (Green-blind)
#4B4928 — rgb(75, 73, 40)
Tritanopia (Blue-blind)
#413336 — rgb(65, 51, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 70%, 22%);
text
color: hsl(85, 70%, 22%);
border
border: 2px solid hsl(85, 70%, 22%);
gradient light
background: linear-gradient(to right, hsl(85, 70%, 42%), hsl(85, 70%, 22%));
gradient dark
background: linear-gradient(to right, hsl(85, 70%, 22%), hsl(85, 70%, 2%))
hex
background-color: #3F5F11;
tailwind
bg-[hsl(85,70%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 70%, 22%, 0.4);
css variable
--color-primary: hsl(85, 70%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 70%, 22%)?
HEX: #3F5F11 | RGB: rgb(63, 95, 17) | CMYK: 34%, 0%, 82%, 63% | HSV: 85°, 82%, 37%. Copy any format from the conversion table above.
What colors go well with #3F5F11?
The complementary color is HSL(265, 70%, 22%). 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, 70%, 22%) in CSS?
As HSL: color: hsl(85, 70%, 22%); — As HEX: color: #3F5F11; — As RGB: color: rgb(63, 95, 17); — Tailwind CSS: bg-[hsl(85,70%,22%)] — CSS variable: --color-primary: hsl(85, 70%, 22%);