Lincoln Green Color

What Color is Lincoln Green?

Lincoln green is a deep forest green. It looks rich like old cloth.

#1B4D3E
FormatCodeImage
Hex
#1B4D3E
Lincoln Green Color Code
RGB
27, 77, 62
HSL
162, 48%, 20%
CMYK
65%, 0%, 19%, 70%
OKLCH
oklch(0.382 0.060 170)

Color Harmonies

Balanced color combinations based on color theory. Click to copy.

Analogous

Adjacent colors - harmony and unity

Monochromatic

Same hue, varied lightness - cohesive designs

Complementary

Opposite colors - high contrast

Split Complementary

Base + adjacent complements - balanced contrast

Triadic

Evenly spaced - vibrant palettes

Square

Four colors at 90° - bold combinations

Tetradic

Rectangle shape - rich variety

Compound

Analogous + complements - sophisticated

Accessibility & Contrast Checker

Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #FFFFFF9.64:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #0000002.18:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F58.85:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A1.80:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333331.31:1
AA AA Large AAA

WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.

Code Snippets

Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.

CSS Variables
/* Lincoln Green Color */
:root {
  --color-lincoln-green-color: #1B4D3E;
  --color-lincoln-green-color-rgb: 27, 77, 62;
}

.element {
  background-color: var(--color-lincoln-green-color);
  color: rgba(var(--color-lincoln-green-color-rgb), 0.8);
}
SCSS
// Lincoln Green Color Variables
$lincoln-green-color: #1B4D3E;
$lincoln-green-color-rgb: 27, 77, 62;

// Usage
.element {
  background-color: $lincoln-green-color;
  border-color: darken($lincoln-green-color, 10%);
  box-shadow: 0 4px 6px rgba($lincoln-green-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'lincoln-green-color': '#1B4D3E',
        'lincoln-green-color-light': '#2E846A',
        'lincoln-green-color-dark': '#07130F',
      },
    },
  },
}
JSON
{
  "name": "Lincoln Green Color",
  "hex": "#1B4D3E",
  "rgb": {
    "r": 27,
    "g": 77,
    "b": 62
  },
  "hsl": {
    "h": 162,
    "s": 48,
    "l": 20
  }
}

Visual Usage Examples

See how Lincoln Green Color looks in real-world design applications.

Website Header
Logo
HomeAboutContact
Card Component
Buttons
Background Usage

Heading Text

This is how body text appears on this background color. Good contrast is essential for readability.

Badges & Tags
NewFeaturedPopular
Gradients (Click to copy)
Complementary
Fade
Analogous
Radial