HSL(146, 85%, 18%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(146,85%,18%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 85%, 18%) color: hsl(146, 85%, 18%)
HEX #075529 color: #075529
RGB rgb(7, 85, 41) color: rgb(7, 85, 41)
CMYK cmyk(92%, 0%, 52%, 67%)
HSV hsv(146, 92%, 33%)
HWB hwb(146 3% 67%) color: hwb(146 3% 67%)
OKLCH oklch(0.3951 0.1008 151.69) color: oklch(0.3951 0.1008 151.69)
Lab lab(31.12 -33.09 19.56) color: lab(31.12 -33.09 19.56)
LCH lch(31.12 38.44 149.41) color: lch(31.12 38.44 149.41)

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 8.97:1
vs Black 2.34: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)

#292934 — rgb(41, 41, 52)

Deuteranopia (Green-blind)

#241E36 — rgb(36, 30, 54)

Tritanopia (Blue-blind)

#0B3C3E — rgb(11, 60, 62)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 85%, 18%);

text

color: hsl(146, 85%, 18%);

border

border: 2px solid hsl(146, 85%, 18%);

gradient light

background: linear-gradient(to right, hsl(146, 85%, 38%), hsl(146, 85%, 18%));

gradient dark

background: linear-gradient(to right, hsl(146, 85%, 18%), hsl(146, 85%, 0%))

hex

background-color: #075529;

tailwind

bg-[hsl(146,85%,18%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(146, 85%, 18%, 0.4);

css variable

--color-primary: hsl(146, 85%, 18%);

Related Colors

Use Cases for Green

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

Frequently Asked Questions

What are all the color codes for HSL(146, 85%, 18%)?

HEX: #075529 | RGB: rgb(7, 85, 41) | CMYK: 92%, 0%, 52%, 67% | HSV: 146°, 92%, 33%. Copy any format from the conversion table above.

What colors go well with #075529?

The complementary color is HSL(326, 85%, 18%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(146, 85%, 18%) in CSS?

As HSL: color: hsl(146, 85%, 18%); — As HEX: color: #075529; — As RGB: color: rgb(7, 85, 41); — Tailwind CSS: bg-[hsl(146,85%,18%)] — CSS variable: --color-primary: hsl(146, 85%, 18%);