HSL(107, 74%, 7%)

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(107,74%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 74%, 7%) color: hsl(107, 74%, 7%)
HEX #0A1F05 color: #0A1F05
RGB rgb(10, 31, 5) color: rgb(10, 31, 5)
CMYK cmyk(68%, 0%, 84%, 88%)
HSV hsv(108, 84%, 12%)
HWB hwb(108 2% 88%) color: hwb(108 2% 88%)
OKLCH oklch(0.2143 0.0548 139.38) color: oklch(0.2143 0.0548 139.38)
Lab lab(9.44 -14.39 11.8) color: lab(9.44 -14.39 11.8)
LCH lch(9.44 18.61 140.65) color: lch(9.44 18.61 140.65)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 17.34:1
vs Black 1.21:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#13130B — rgb(19, 19, 11)

Deuteranopia (Green-blind)

#12100D — rgb(18, 16, 13)

Tritanopia (Blue-blind)

#0B1011 — rgb(11, 16, 17)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 74%, 7%);

text

color: hsl(107, 74%, 7%);

border

border: 2px solid hsl(107, 74%, 7%);

gradient light

background: linear-gradient(to right, hsl(107, 74%, 27%), hsl(107, 74%, 7%));

gradient dark

background: linear-gradient(to right, hsl(107, 74%, 7%), hsl(107, 74%, 0%))

hex

background-color: #0A1F05;

tailwind

bg-[hsl(107,74%,7%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(107, 74%, 7%, 0.4);

css variable

--color-primary: hsl(107, 74%, 7%);

Related Colors

Use Cases for Very Dark Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(107, 74%, 7%)?

HEX: #0A1F05 | RGB: rgb(10, 31, 5) | CMYK: 68%, 0%, 84%, 88% | HSV: 108°, 84%, 12%. Copy any format from the conversion table above.

What colors go well with #0A1F05?

The complementary color is HSL(287, 74%, 7%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 74%, 7%) in CSS?

As HSL: color: hsl(107, 74%, 7%); — As HEX: color: #0A1F05; — As RGB: color: rgb(10, 31, 5); — Tailwind CSS: bg-[hsl(107,74%,7%)] — CSS variable: --color-primary: hsl(107, 74%, 7%);