Lincoln Green (#195905)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 8.49:1 — vs black: 2.47:1
Color values
-
HEX
#195905 -
RGB
rgb(25, 89, 5) -
HSL
hsl(105, 94%, 34%) -
CMYK
cmyk( 71.91, 0, 94.38, 65.1 ) -
Websafe
#006600
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #195905 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#195905
Base
#450559
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#195905
Base
#435905
#05591B
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#195905
Base
#051959
#590519
Two colors flanking the complement — high contrast with less tension than full complementary.
#195905
Base
#1B0559
#590543
Four colors at 90° intervals — rich variety, best when one color dominates.
#195905
Base
#054359
#450559
#591B05
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#195905
Base
#071801
#0E3203
#248007
#2DA109
#42EA0D
Darker shades and lighter tints of Lincoln Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#071801
#0A2502
#0E3203
#123F04
#154C04
#195905
Base
#2EA309
#43ED0D
#7AF553
#B3F99D
#ECFEE7
Ready-to-use code snippets for #195905. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #195905;
}
/* Text */
.element {
color: #195905;
}
/* Border */
.element {
border: 1px solid #195905;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#195905,
#8505AD
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#195905,
#8505AD
);
}
// SCSS variable
$lincoln-green: #195905;
// With RGB channels (useful for rgba() usage)
$lincoln-green-r: 25;
$lincoln-green-g: 89;
$lincoln-green-b: 5;
// Usage
.element {
background-color: $lincoln-green;
color: rgba($lincoln-green-r, $lincoln-green-g, $lincoln-green-b, 0.8);
}
How Lincoln Green appears to people with different types of color vision deficiency.
#195905
How the color appears with full color vision.
#4D4D0B
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#555504
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#2A5353
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#4D4D4D
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.