HSL(82, 67%, 14%)
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(82,67%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 67%, 14%) | color: hsl(82, 67%, 14%) | |
| HEX | #2A3C0C | color: #2A3C0C | |
| RGB | rgb(42, 60, 12) | color: rgb(42, 60, 12) | |
| CMYK | cmyk(30%, 0%, 80%, 76%) | — | |
| HSV | hsv(83, 80%, 24%) | — | |
| HWB | hwb(83 5% 76%) | color: hwb(83 5% 76%) | |
| OKLCH | oklch(0.3293 0.0744 127.89) | color: oklch(0.3293 0.0744 127.89) | |
| Lab | lab(22.83 -16 26.02) | color: lab(22.83 -16 26.02) | |
| LCH | lch(22.83 30.55 121.59) | color: lch(22.83 30.55 121.59) |
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)
#323218 — rgb(50, 50, 24)
Deuteranopia (Green-blind)
#312F1A — rgb(49, 47, 26)
Tritanopia (Blue-blind)
#2B2123 — rgb(43, 33, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 67%, 14%);
text
color: hsl(82, 67%, 14%);
border
border: 2px solid hsl(82, 67%, 14%);
gradient light
background: linear-gradient(to right, hsl(82, 67%, 34%), hsl(82, 67%, 14%));
gradient dark
background: linear-gradient(to right, hsl(82, 67%, 14%), hsl(82, 67%, 0%))
hex
background-color: #2A3C0C;
tailwind
bg-[hsl(82,67%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 67%, 14%, 0.4);
css variable
--color-primary: hsl(82, 67%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(82, 67%, 14%)?
HEX: #2A3C0C | RGB: rgb(42, 60, 12) | CMYK: 30%, 0%, 80%, 76% | HSV: 83°, 80%, 24%. Copy any format from the conversion table above.
What colors go well with #2A3C0C?
The complementary color is HSL(262, 67%, 14%). 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, 67%, 14%) in CSS?
As HSL: color: hsl(82, 67%, 14%); — As HEX: color: #2A3C0C; — As RGB: color: rgb(42, 60, 12); — Tailwind CSS: bg-[hsl(82,67%,14%)] — CSS variable: --color-primary: hsl(82, 67%, 14%);