HSL(79, 72%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,72%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 72%, 30%) | color: hsl(79, 72%, 30%) | |
| HEX | #618415 | color: #618415 | |
| RGB | rgb(97, 132, 21) | color: rgb(97, 132, 21) | |
| CMYK | cmyk(27%, 0%, 84%, 48%) | — | |
| HSV | hsv(79, 84%, 52%) | — | |
| HWB | hwb(79 8% 48%) | color: hwb(79 8% 48%) | |
| OKLCH | oklch(0.5663 0.1373 126.63) | color: oklch(0.5663 0.1373 126.63) | |
| Lab | lab(50.8 -28.25 50.43) | color: lab(50.8 -28.25 50.43) | |
| LCH | lch(50.8 57.8 119.26) | color: lch(50.8 57.8 119.26) |
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)
#707030 — rgb(112, 112, 48)
Deuteranopia (Green-blind)
#6E6C36 — rgb(110, 108, 54)
Tritanopia (Blue-blind)
#63454A — rgb(99, 69, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 72%, 30%);
text
color: hsl(79, 72%, 30%);
border
border: 2px solid hsl(79, 72%, 30%);
gradient light
background: linear-gradient(to right, hsl(79, 72%, 50%), hsl(79, 72%, 30%));
gradient dark
background: linear-gradient(to right, hsl(79, 72%, 30%), hsl(79, 72%, 10%))
hex
background-color: #618415;
tailwind
bg-[hsl(79,72%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 72%, 30%, 0.4);
css variable
--color-primary: hsl(79, 72%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(79, 72%, 30%)?
HEX: #618415 | RGB: rgb(97, 132, 21) | CMYK: 27%, 0%, 84%, 48% | HSV: 79°, 84%, 52%. Copy any format from the conversion table above.
What colors go well with #618415?
The complementary color is HSL(259, 72%, 30%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(79, 72%, 30%) in CSS?
As HSL: color: hsl(79, 72%, 30%); — As HEX: color: #618415; — As RGB: color: rgb(97, 132, 21); — Tailwind CSS: bg-[hsl(79,72%,30%)] — CSS variable: --color-primary: hsl(79, 72%, 30%);