HSL(82, 27%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,27%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 27%, 35%) | color: hsl(82, 27%, 35%) | |
| HEX | #607141 | color: #607141 | |
| RGB | rgb(96, 113, 65) | color: rgb(96, 113, 65) | |
| CMYK | cmyk(15%, 0%, 42%, 56%) | — | |
| HSV | hsv(81, 42%, 44%) | — | |
| HWB | hwb(81 26% 56%) | color: hwb(81 26% 56%) | |
| OKLCH | oklch(0.5222 0.0731 124.78) | color: oklch(0.5222 0.0731 124.78) | |
| Lab | lab(45.19 -15.15 24.56) | color: lab(45.19 -15.15 24.56) | |
| LCH | lch(45.19 28.86 121.67) | color: lch(45.19 28.86 121.67) |
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)
#67684D — rgb(103, 104, 77)
Deuteranopia (Green-blind)
#66654F — rgb(102, 101, 79)
Tritanopia (Blue-blind)
#615658 — rgb(97, 86, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 27%, 35%);
text
color: hsl(82, 27%, 35%);
border
border: 2px solid hsl(82, 27%, 35%);
gradient light
background: linear-gradient(to right, hsl(82, 27%, 55%), hsl(82, 27%, 35%));
gradient dark
background: linear-gradient(to right, hsl(82, 27%, 35%), hsl(82, 27%, 15%))
hex
background-color: #607141;
tailwind
bg-[hsl(82,27%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 27%, 35%, 0.4);
css variable
--color-primary: hsl(82, 27%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 27%, 35%)?
HEX: #607141 | RGB: rgb(96, 113, 65) | CMYK: 15%, 0%, 42%, 56% | HSV: 81°, 42%, 44%. Copy any format from the conversion table above.
What colors go well with #607141?
The complementary color is HSL(262, 27%, 35%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 27%, 35%) in CSS?
As HSL: color: hsl(82, 27%, 35%); — As HEX: color: #607141; — As RGB: color: rgb(96, 113, 65); — Tailwind CSS: bg-[hsl(82,27%,35%)] — CSS variable: --color-primary: hsl(82, 27%, 35%);