HSL(68, 56%, 10%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,56%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 56%, 10%) | color: hsl(68, 56%, 10%) | |
| HEX | #24280B | color: #24280B | |
| RGB | rgb(36, 40, 11) | color: rgb(36, 40, 11) | |
| CMYK | cmyk(10%, 0%, 73%, 84%) | — | |
| HSV | hsv(68, 73%, 16%) | — | |
| HWB | hwb(68 4% 84%) | color: hwb(68 4% 84%) | |
| OKLCH | oklch(0.2652 0.0468 116.26) | color: oklch(0.2652 0.0468 116.26) | |
| Lab | lab(15.04 -7.11 17.28) | color: lab(15.04 -7.11 17.28) | |
| LCH | lch(15.04 18.69 112.37) | color: lch(15.04 18.69 112.37) |
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)
#262612 — rgb(38, 38, 18)
Deuteranopia (Green-blind)
#262514 — rgb(38, 37, 20)
Tritanopia (Blue-blind)
#241819 — rgb(36, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 56%, 10%);
text
color: hsl(68, 56%, 10%);
border
border: 2px solid hsl(68, 56%, 10%);
gradient light
background: linear-gradient(to right, hsl(68, 56%, 30%), hsl(68, 56%, 10%));
gradient dark
background: linear-gradient(to right, hsl(68, 56%, 10%), hsl(68, 56%, 0%))
hex
background-color: #24280B;
tailwind
bg-[hsl(68,56%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 56%, 10%, 0.4);
css variable
--color-primary: hsl(68, 56%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(68, 56%, 10%)?
HEX: #24280B | RGB: rgb(36, 40, 11) | CMYK: 10%, 0%, 73%, 84% | HSV: 68°, 73%, 16%. Copy any format from the conversion table above.
What colors go well with #24280B?
The complementary color is HSL(248, 56%, 10%). 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, 56%, 10%) in CSS?
As HSL: color: hsl(68, 56%, 10%); — As HEX: color: #24280B; — As RGB: color: rgb(36, 40, 11); — Tailwind CSS: bg-[hsl(68,56%,10%)] — CSS variable: --color-primary: hsl(68, 56%, 10%);