HSL(85, 40%, 42%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,40%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 40%, 42%) | color: hsl(85, 40%, 42%) | |
| HEX | #729640 | color: #729640 | |
| RGB | rgb(114, 150, 64) | color: rgb(114, 150, 64) | |
| CMYK | cmyk(24%, 0%, 57%, 41%) | — | |
| HSV | hsv(85, 57%, 59%) | — | |
| HWB | hwb(85 25% 41%) | color: hwb(85 25% 41%) | |
| OKLCH | oklch(0.627 0.1218 128.43) | color: oklch(0.627 0.1218 128.43) | |
| Lab | lab(57.81 -26.97 40.68) | color: lab(57.81 -26.97 40.68) | |
| LCH | lch(57.81 48.81 123.54) | color: lch(57.81 48.81 123.54) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#828255 — rgb(130, 130, 85)
Deuteranopia (Green-blind)
#807D5A — rgb(128, 125, 90)
Tritanopia (Blue-blind)
#746569 — rgb(116, 101, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 40%, 42%);
text
color: hsl(85, 40%, 42%);
border
border: 2px solid hsl(85, 40%, 42%);
gradient light
background: linear-gradient(to right, hsl(85, 40%, 62%), hsl(85, 40%, 42%));
gradient dark
background: linear-gradient(to right, hsl(85, 40%, 42%), hsl(85, 40%, 22%))
hex
background-color: #729640;
tailwind
bg-[hsl(85,40%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 40%, 42%, 0.4);
css variable
--color-primary: hsl(85, 40%, 42%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 40%, 42%)?
HEX: #729640 | RGB: rgb(114, 150, 64) | CMYK: 24%, 0%, 57%, 41% | HSV: 85°, 57%, 59%. Copy any format from the conversion table above.
What colors go well with #729640?
The complementary color is HSL(265, 40%, 42%). 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, 40%, 42%) in CSS?
As HSL: color: hsl(85, 40%, 42%); — As HEX: color: #729640; — As RGB: color: rgb(114, 150, 64); — Tailwind CSS: bg-[hsl(85,40%,42%)] — CSS variable: --color-primary: hsl(85, 40%, 42%);