HSL(94, 70%, 26%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(94,70%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(94, 70%, 26%) color: hsl(94, 70%, 26%)
HEX #3C7114 color: #3C7114
RGB rgb(60, 113, 20) color: rgb(60, 113, 20)
CMYK cmyk(47%, 0%, 82%, 56%)
HSV hsv(94, 82%, 44%)
HWB hwb(94 8% 56%) color: hwb(94 8% 56%)
OKLCH oklch(0.4929 0.1336 135.31) color: oklch(0.4929 0.1336 135.31)
Lab lab(42.49 -33.96 42.38) color: lab(42.49 -33.96 42.38)
LCH lch(42.49 54.31 128.71) color: lch(42.49 54.31 128.71)

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.89:1
vs Black 3.56: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)

#53532B — rgb(83, 83, 43)

Deuteranopia (Green-blind)

#504C30 — rgb(80, 76, 48)

Tritanopia (Blue-blind)

#3F3C40 — rgb(63, 60, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(94, 70%, 26%);

text

color: hsl(94, 70%, 26%);

border

border: 2px solid hsl(94, 70%, 26%);

gradient light

background: linear-gradient(to right, hsl(94, 70%, 46%), hsl(94, 70%, 26%));

gradient dark

background: linear-gradient(to right, hsl(94, 70%, 26%), hsl(94, 70%, 6%))

hex

background-color: #3C7114;

tailwind

bg-[hsl(94,70%,26%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(94, 70%, 26%, 0.4);

css variable

--color-primary: hsl(94, 70%, 26%);

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(94, 70%, 26%)?

HEX: #3C7114 | RGB: rgb(60, 113, 20) | CMYK: 47%, 0%, 82%, 56% | HSV: 94°, 82%, 44%. Copy any format from the conversion table above.

What colors go well with #3C7114?

The complementary color is HSL(274, 70%, 26%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(94, 70%, 26%) in CSS?

As HSL: color: hsl(94, 70%, 26%); — As HEX: color: #3C7114; — As RGB: color: rgb(60, 113, 20); — Tailwind CSS: bg-[hsl(94,70%,26%)] — CSS variable: --color-primary: hsl(94, 70%, 26%);