HSL(76, 16%, 13%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(76,16%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 16%, 13%) | color: hsl(76, 16%, 13%) | |
| HEX | #24261C | color: #24261C | |
| RGB | rgb(36, 38, 28) | color: rgb(36, 38, 28) | |
| CMYK | cmyk(5%, 0%, 26%, 85%) | — | |
| HSV | hsv(72, 26%, 15%) | — | |
| HWB | hwb(72 11% 85%) | color: hwb(72 11% 85%) | |
| OKLCH | oklch(0.2631 0.0182 116.85) | color: oklch(0.2631 0.0182 116.85) | |
| Lab | lab(14.65 -3.18 6.35) | color: lab(14.65 -3.18 6.35) | |
| LCH | lch(14.65 7.1 116.6) | color: lch(14.65 7.1 116.6) |
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)
#25251E — rgb(37, 37, 30)
Deuteranopia (Green-blind)
#25251F — rgb(37, 37, 31)
Tritanopia (Blue-blind)
#242021 — rgb(36, 32, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 16%, 13%);
text
color: hsl(76, 16%, 13%);
border
border: 2px solid hsl(76, 16%, 13%);
gradient light
background: linear-gradient(to right, hsl(76, 16%, 33%), hsl(76, 16%, 13%));
gradient dark
background: linear-gradient(to right, hsl(76, 16%, 13%), hsl(76, 16%, 0%))
hex
background-color: #24261C;
tailwind
bg-[hsl(76,16%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 16%, 13%, 0.4);
css variable
--color-primary: hsl(76, 16%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(76, 16%, 13%)?
HEX: #24261C | RGB: rgb(36, 38, 28) | CMYK: 5%, 0%, 26%, 85% | HSV: 72°, 26%, 15%. Copy any format from the conversion table above.
What colors go well with #24261C?
The complementary color is HSL(256, 16%, 13%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(76, 16%, 13%) in CSS?
As HSL: color: hsl(76, 16%, 13%); — As HEX: color: #24261C; — As RGB: color: rgb(36, 38, 28); — Tailwind CSS: bg-[hsl(76,16%,13%)] — CSS variable: --color-primary: hsl(76, 16%, 13%);