HSL(82, 70%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,70%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 70%, 34%) | color: hsl(82, 70%, 34%) | |
| HEX | #67931A | color: #67931A | |
| RGB | rgb(103, 147, 26) | color: rgb(103, 147, 26) | |
| CMYK | cmyk(30%, 0%, 82%, 42%) | — | |
| HSV | hsv(82, 82%, 58%) | — | |
| HWB | hwb(82 10% 42%) | color: hwb(82 10% 42%) | |
| OKLCH | oklch(0.6089 0.1506 128.56) | color: oklch(0.6089 0.1506 128.56) | |
| Lab | lab(55.91 -32.67 53.72) | color: lab(55.91 -32.67 53.72) | |
| LCH | lch(55.91 62.87 121.31) | color: lch(55.91 62.87 121.31) |
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)
#7A7A37 — rgb(122, 122, 55)
Deuteranopia (Green-blind)
#78743E — rgb(120, 116, 62)
Tritanopia (Blue-blind)
#694E53 — rgb(105, 78, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 70%, 34%);
text
color: hsl(82, 70%, 34%);
border
border: 2px solid hsl(82, 70%, 34%);
gradient light
background: linear-gradient(to right, hsl(82, 70%, 54%), hsl(82, 70%, 34%));
gradient dark
background: linear-gradient(to right, hsl(82, 70%, 34%), hsl(82, 70%, 14%))
hex
background-color: #67931A;
tailwind
bg-[hsl(82,70%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 70%, 34%, 0.4);
css variable
--color-primary: hsl(82, 70%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 70%, 34%)?
HEX: #67931A | RGB: rgb(103, 147, 26) | CMYK: 30%, 0%, 82%, 42% | HSV: 82°, 82%, 58%. Copy any format from the conversion table above.
What colors go well with #67931A?
The complementary color is HSL(262, 70%, 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, 70%, 34%) in CSS?
As HSL: color: hsl(82, 70%, 34%); — As HEX: color: #67931A; — As RGB: color: rgb(103, 147, 26); — Tailwind CSS: bg-[hsl(82,70%,34%)] — CSS variable: --color-primary: hsl(82, 70%, 34%);