Skip to main content
vibrant

Black and Forest Green

4.78:1 contrast ratio —

AA

Visual Preview

#000000Black
#228B22Forest Green

The quick brown fox

Body text — Black on Forest Green

Supporting text at reduced opacity

Badge

Reversed — Forest Green on Black

Inverted combination preview

Contrast Analysis

Contrast Ratio

4.78:1

AA

WCAG AA

✓ Pass

Requires 4.5:1

WCAG AA Large

✓ Pass

Requires 3:1

WCAG AAA

✗ Fail

Requires 7:1

Color Values

Black

Foreground (Text)

HEX
#000000
RGB
rgb(0, 0, 0)
HSL
hsl(0, 0%, 0%)

Forest Green

Background

HEX
#228B22
RGB
rgb(34, 139, 34)
HSL
hsl(120, 61%, 34%)

Design Use Cases

  • UI components
  • Navigation
  • Call-to-action buttons
  • Form labels

Industry Recommendations

Digital Marketing
Consumer Apps
Retail
Social Media
E-commerce

Color Psychology

The Black tone evokes sophistication, power, and elegance, while Forest Green brings growth, health, and harmony. Together, they create a balanced palette suited for compelling visual communication.

Palette Exports

:root {
  --color-black: #000000;
  --color-forest-green: #228B22;
}

.combo-black-forest-green {
  color: var(--color-black);
  background-color: var(--color-forest-green);
}

Quick Snippets

CSS Variables

:root {
  --color-black: #000000;
  --color-forest-green: #228B22;
}

Tailwind CSS

<div class="bg-green-700 text-black">
  Your content here
</div>

Individual Colors

Similar Combinations