HSL(67, 57%, 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(67,57%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 57%, 14%) | color: hsl(67, 57%, 14%) | |
| HEX | #33380F | color: #33380F | |
| RGB | rgb(51, 56, 15) | color: rgb(51, 56, 15) | |
| CMYK | cmyk(9%, 0%, 73%, 78%) | — | |
| HSV | hsv(67, 73%, 22%) | — | |
| HWB | hwb(67 6% 78%) | color: hwb(67 6% 78%) | |
| OKLCH | oklch(0.3261 0.061 115.77) | color: oklch(0.3261 0.061 115.77) | |
| Lab | lab(22.18 -8.96 24.1) | color: lab(22.18 -8.96 24.1) | |
| LCH | lch(22.18 25.71 110.39) | color: lch(22.18 25.71 110.39) |
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)
#353519 — rgb(53, 53, 25)
Deuteranopia (Green-blind)
#35351B — rgb(53, 53, 27)
Tritanopia (Blue-blind)
#332122 — rgb(51, 33, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 57%, 14%);
text
color: hsl(67, 57%, 14%);
border
border: 2px solid hsl(67, 57%, 14%);
gradient light
background: linear-gradient(to right, hsl(67, 57%, 34%), hsl(67, 57%, 14%));
gradient dark
background: linear-gradient(to right, hsl(67, 57%, 14%), hsl(67, 57%, 0%))
hex
background-color: #33380F;
tailwind
bg-[hsl(67,57%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 57%, 14%, 0.4);
css variable
--color-primary: hsl(67, 57%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(67, 57%, 14%)?
HEX: #33380F | RGB: rgb(51, 56, 15) | CMYK: 9%, 0%, 73%, 78% | HSV: 67°, 73%, 22%. Copy any format from the conversion table above.
What colors go well with #33380F?
The complementary color is HSL(247, 57%, 14%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 57%, 14%) in CSS?
As HSL: color: hsl(67, 57%, 14%); — As HEX: color: #33380F; — As RGB: color: rgb(51, 56, 15); — Tailwind CSS: bg-[hsl(67,57%,14%)] — CSS variable: --color-primary: hsl(67, 57%, 14%);