HSL(134, 50%, 12%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,50%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 50%, 12%) | color: hsl(134, 50%, 12%) | |
| HEX | #0F2E16 | color: #0F2E16 | |
| RGB | rgb(15, 46, 22) | color: rgb(15, 46, 22) | |
| CMYK | cmyk(67%, 0%, 52%, 82%) | — | |
| HSV | hsv(134, 67%, 18%) | — | |
| HWB | hwb(134 6% 82%) | color: hwb(134 6% 82%) | |
| OKLCH | oklch(0.2703 0.0573 148.68) | color: oklch(0.2703 0.0573 148.68) | |
| Lab | lab(16.07 -18.09 12.09) | color: lab(16.07 -18.09 12.09) | |
| LCH | lch(16.07 21.76 146.24) | color: lch(16.07 21.76 146.24) |
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)
#1C1D1C — rgb(28, 29, 28)
Deuteranopia (Green-blind)
#1B181D — rgb(27, 24, 29)
Tritanopia (Blue-blind)
#112021 — rgb(17, 32, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 50%, 12%);
text
color: hsl(134, 50%, 12%);
border
border: 2px solid hsl(134, 50%, 12%);
gradient light
background: linear-gradient(to right, hsl(134, 50%, 32%), hsl(134, 50%, 12%));
gradient dark
background: linear-gradient(to right, hsl(134, 50%, 12%), hsl(134, 50%, 0%))
hex
background-color: #0F2E16;
tailwind
bg-[hsl(134,50%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 50%, 12%, 0.4);
css variable
--color-primary: hsl(134, 50%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(134, 50%, 12%)?
HEX: #0F2E16 | RGB: rgb(15, 46, 22) | CMYK: 67%, 0%, 52%, 82% | HSV: 134°, 67%, 18%. Copy any format from the conversion table above.
What colors go well with #0F2E16?
The complementary color is HSL(314, 50%, 12%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 50%, 12%) in CSS?
As HSL: color: hsl(134, 50%, 12%); — As HEX: color: #0F2E16; — As RGB: color: rgb(15, 46, 22); — Tailwind CSS: bg-[hsl(134,50%,12%)] — CSS variable: --color-primary: hsl(134, 50%, 12%);