HSL(142, 83%, 16%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(142,83%,16%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 83%, 16%) color: hsl(142, 83%, 16%)
HEX #074B20 color: #074B20
RGB rgb(7, 75, 32) color: rgb(7, 75, 32)
CMYK cmyk(91%, 0%, 57%, 71%)
HSV hsv(142, 91%, 29%)
HWB hwb(142 3% 71%) color: hwb(142 3% 71%)
OKLCH oklch(0.3625 0.0957 149.74) color: oklch(0.3625 0.0957 149.74)
Lab lab(27.25 -30.81 19.96) color: lab(27.25 -30.81 19.96)
LCH lch(27.25 36.71 147.06) color: lch(27.25 36.71 147.06)

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 10.31:1
vs Black 2.04: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)

#24252A — rgb(36, 37, 42)

Deuteranopia (Green-blind)

#211B2D — rgb(33, 27, 45)

Tritanopia (Blue-blind)

#0A3334 — rgb(10, 51, 52)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 83%, 16%);

text

color: hsl(142, 83%, 16%);

border

border: 2px solid hsl(142, 83%, 16%);

gradient light

background: linear-gradient(to right, hsl(142, 83%, 36%), hsl(142, 83%, 16%));

gradient dark

background: linear-gradient(to right, hsl(142, 83%, 16%), hsl(142, 83%, 0%))

hex

background-color: #074B20;

tailwind

bg-[hsl(142,83%,16%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(142, 83%, 16%, 0.4);

css variable

--color-primary: hsl(142, 83%, 16%);

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(142, 83%, 16%)?

HEX: #074B20 | RGB: rgb(7, 75, 32) | CMYK: 91%, 0%, 57%, 71% | HSV: 142°, 91%, 29%. Copy any format from the conversion table above.

What colors go well with #074B20?

The complementary color is HSL(322, 83%, 16%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 83%, 16%) in CSS?

As HSL: color: hsl(142, 83%, 16%); — As HEX: color: #074B20; — As RGB: color: rgb(7, 75, 32); — Tailwind CSS: bg-[hsl(142,83%,16%)] — CSS variable: --color-primary: hsl(142, 83%, 16%);