HSL(68, 99%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,99%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 99%, 15%) | color: hsl(68, 99%, 15%) | |
| HEX | #424C00 | color: #424C00 | |
| RGB | rgb(66, 76, 0) | color: rgb(66, 76, 0) | |
| CMYK | cmyk(13%, 0%, 100%, 70%) | — | |
| HSV | hsv(68, 100%, 30%) | — | |
| HWB | hwb(68 0% 70%) | color: hwb(68 0% 70%) | |
| OKLCH | oklch(0.3937 0.0916 118) | color: oklch(0.3937 0.0916 118) | |
| Lab | lab(30.22 -14.02 38.28) | color: lab(30.22 -14.02 38.28) | |
| LCH | lch(30.22 40.77 110.12) | color: lch(30.22 40.77 110.12) |
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)
#464612 — rgb(70, 70, 18)
Deuteranopia (Green-blind)
#464517 — rgb(70, 69, 23)
Tritanopia (Blue-blind)
#432124 — rgb(67, 33, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 99%, 15%);
text
color: hsl(68, 99%, 15%);
border
border: 2px solid hsl(68, 99%, 15%);
gradient light
background: linear-gradient(to right, hsl(68, 99%, 35%), hsl(68, 99%, 15%));
gradient dark
background: linear-gradient(to right, hsl(68, 99%, 15%), hsl(68, 99%, 0%))
hex
background-color: #424C00;
tailwind
bg-[hsl(68,99%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 99%, 15%, 0.4);
css variable
--color-primary: hsl(68, 99%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 99%, 15%)?
HEX: #424C00 | RGB: rgb(66, 76, 0) | CMYK: 13%, 0%, 100%, 70% | HSV: 68°, 100%, 30%. Copy any format from the conversion table above.
What colors go well with #424C00?
The complementary color is HSL(248, 99%, 15%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 99%, 15%) in CSS?
As HSL: color: hsl(68, 99%, 15%); — As HEX: color: #424C00; — As RGB: color: rgb(66, 76, 0); — Tailwind CSS: bg-[hsl(68,99%,15%)] — CSS variable: --color-primary: hsl(68, 99%, 15%);