HSL(95, 63%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(95,63%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(95, 63%, 27%) color: hsl(95, 63%, 27%)
HEX #3E7019 color: #3E7019
RGB rgb(62, 112, 25) color: rgb(62, 112, 25)
CMYK cmyk(45%, 0%, 78%, 56%)
HSV hsv(94, 78%, 44%)
HWB hwb(94 10% 56%) color: hwb(94 10% 56%)
OKLCH oklch(0.4916 0.1283 135.05) color: oklch(0.4916 0.1283 135.05)
Lab lab(42.28 -32.49 40.43) color: lab(42.28 -32.49 40.43)
LCH lch(42.28 51.87 128.79) color: lch(42.28 51.87 128.79)

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 5.94:1
vs Black 3.54:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#54542E — rgb(84, 84, 46)

Deuteranopia (Green-blind)

#514D33 — rgb(81, 77, 51)

Tritanopia (Blue-blind)

#413F42 — rgb(65, 63, 66)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(95, 63%, 27%);

text

color: hsl(95, 63%, 27%);

border

border: 2px solid hsl(95, 63%, 27%);

gradient light

background: linear-gradient(to right, hsl(95, 63%, 47%), hsl(95, 63%, 27%));

gradient dark

background: linear-gradient(to right, hsl(95, 63%, 27%), hsl(95, 63%, 7%))

hex

background-color: #3E7019;

tailwind

bg-[hsl(95,63%,27%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(95, 63%, 27%, 0.4);

css variable

--color-primary: hsl(95, 63%, 27%);

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(95, 63%, 27%)?

HEX: #3E7019 | RGB: rgb(62, 112, 25) | CMYK: 45%, 0%, 78%, 56% | HSV: 94°, 78%, 44%. Copy any format from the conversion table above.

What colors go well with #3E7019?

The complementary color is HSL(275, 63%, 27%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(95, 63%, 27%) in CSS?

As HSL: color: hsl(95, 63%, 27%); — As HEX: color: #3E7019; — As RGB: color: rgb(62, 112, 25); — Tailwind CSS: bg-[hsl(95,63%,27%)] — CSS variable: --color-primary: hsl(95, 63%, 27%);