HSL(82, 50%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,50%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 50%, 34%) | color: hsl(82, 50%, 34%) | |
| HEX | #62822B | color: #62822B | |
| RGB | rgb(98, 130, 43) | color: rgb(98, 130, 43) | |
| CMYK | cmyk(25%, 0%, 67%, 49%) | — | |
| HSV | hsv(82, 67%, 51%) | — | |
| HWB | hwb(82 17% 49%) | color: hwb(82 17% 49%) | |
| OKLCH | oklch(0.5635 0.1202 127.18) | color: oklch(0.5635 0.1202 127.18) | |
| Lab | lab(50.38 -25.52 41.92) | color: lab(50.38 -25.52 41.92) | |
| LCH | lch(50.38 49.08 121.33) | color: lch(50.38 49.08 121.33) |
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)
#707040 — rgb(112, 112, 64)
Deuteranopia (Green-blind)
#6E6C45 — rgb(110, 108, 69)
Tritanopia (Blue-blind)
#645154 — rgb(100, 81, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 50%, 34%);
text
color: hsl(82, 50%, 34%);
border
border: 2px solid hsl(82, 50%, 34%);
gradient light
background: linear-gradient(to right, hsl(82, 50%, 54%), hsl(82, 50%, 34%));
gradient dark
background: linear-gradient(to right, hsl(82, 50%, 34%), hsl(82, 50%, 14%))
hex
background-color: #62822B;
tailwind
bg-[hsl(82,50%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 50%, 34%, 0.4);
css variable
--color-primary: hsl(82, 50%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 50%, 34%)?
HEX: #62822B | RGB: rgb(98, 130, 43) | CMYK: 25%, 0%, 67%, 49% | HSV: 82°, 67%, 51%. Copy any format from the conversion table above.
What colors go well with #62822B?
The complementary color is HSL(262, 50%, 34%). 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, 50%, 34%) in CSS?
As HSL: color: hsl(82, 50%, 34%); — As HEX: color: #62822B; — As RGB: color: rgb(98, 130, 43); — Tailwind CSS: bg-[hsl(82,50%,34%)] — CSS variable: --color-primary: hsl(82, 50%, 34%);