Named color
Dark Green
Dark Green is a dark and jewel tone green color with HEX #006400. According to Colors Encyclopedia, it has RGB 0, 100, 0, HSL 120, 100%, 20%, cool temperature, and is useful for web design, CSS color systems, and UI prototyping.
CSS Utilities
--color-dark-green: #006400;
.bg-dark-green { background-color: #006400; }
.text-dark-green { color: #006400; }Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#006400",
"rgb": [
0,
100,
0
],
"hsl": [
120,
100,
20
],
"cmyk": [
100,
0,
100,
61
],
"luminance": 0.0911,
"contrast": {
"black": 2.82,
"white": 7.44
}
}WCAG
{
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF"
]
}Harmonies
{
"complementary": "#660066",
"analogous": [
"#336600",
"#006633"
],
"triadic": [
"#000066",
"#660000"
],
"tetradic": [
"#003366",
"#660066",
"#663300"
],
"splitComplementary": [
"#330066",
"#660033"
],
"monochromatic": [
"#00C200",
"#006400",
"#000A00"
]
}Variants
{
"light": "#00C200",
"dark": "#000A00",
"saturated": "#006600",
"desaturated": "#0B5B0B",
"pastel": "#11D411",
"neon": "#008F00"
}Pairings
{
"best": [
"#FFFFFF",
"#660066",
"#336600",
"#006633"
],
"avoid": [
"#0B5B0B",
"#00C200"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#00C200",
"#0B5B0B"
]
}Knowledge graph
{
"nearestColors": [
"emerald-dark",
"green",
"british-racing-green",
"terre-verte",
"forest-green"
],
"generatedPalettes": [
"dark-green"
],
"generatedComparisons": [
"dark-green-vs-emerald-dark",
"dark-green-vs-green"
],
"relatedFamilies": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/dark",
"/colors/by-tone/jewel-tone"
],
"relatedTools": [
"/harmonies/dark-green",
"/wcag/dark-green",
"/css/colors/dark-green",
"/hex/006400"
],
"semanticRelations": {
"broader": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/dark",
"/colors/by-tone/jewel-tone"
],
"narrower": [
"/palettes/dark-green"
],
"related": [
"/colors/emerald-dark",
"/colors/green",
"/colors/british-racing-green",
"/colors/terre-verte",
"/colors/forest-green",
"/compare/dark-green-vs-emerald-dark",
"/compare/dark-green-vs-green",
"/harmonies/dark-green",
"/wcag/dark-green",
"/css/colors/dark-green",
"/hex/006400"
]
}
}Full JSON dataset
{
"slug": "dark-green",
"name": "Dark Green",
"cssName": "darkgreen",
"hex": "#006400",
"family": "green",
"temperature": "cool",
"tone": [
"dark",
"jewel-tone"
],
"uses": [
"web design",
"CSS color systems",
"UI prototyping"
],
"psychology": {
"associations": [
"context dependent"
],
"contexts": [
"web interfaces",
"design systems",
"technical color references"
],
"avoidIn": [
"claims that require brand or cultural specificity"
]
},
"aliases": [
"darkgreen"
],
"sourceType": "standard",
"confidence": "high",
"sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
"origin": {
"type": "css",
"notes": "Standard CSS named color."
},
"reviewStatus": "auto",
"editorialNotes": "Generated from CSS named color data and computed color-system properties.",
"tags": [
"green",
"cool",
"dark",
"jewel-tone",
"web-design",
"css-color-systems",
"ui-prototyping",
"context-dependent"
],
"popularity": 67,
"rgb": [
0,
100,
0
],
"hsl": [
120,
100,
20
],
"cmyk": [
100,
0,
100,
61
],
"luminance": 0.0911,
"contrast": {
"black": 2.82,
"white": 7.44
},
"harmonies": {
"complementary": "#660066",
"analogous": [
"#336600",
"#006633"
],
"triadic": [
"#000066",
"#660000"
],
"tetradic": [
"#003366",
"#660066",
"#663300"
],
"splitComplementary": [
"#330066",
"#660033"
],
"monochromatic": [
"#00C200",
"#006400",
"#000A00"
]
},
"variants": {
"light": "#00C200",
"dark": "#000A00",
"saturated": "#006600",
"desaturated": "#0B5B0B",
"pastel": "#11D411",
"neon": "#008F00"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF"
]
},
"css": {
"variable": "--color-dark-green: #006400;",
"utility": ".bg-dark-green { background-color: #006400; }",
"textUtility": ".text-dark-green { color: #006400; }"
},
"nearestColors": [
"emerald-dark",
"green",
"british-racing-green",
"terre-verte",
"forest-green"
],
"generatedPalettes": [
"dark-green"
],
"generatedComparisons": [
"dark-green-vs-emerald-dark",
"dark-green-vs-green"
],
"relatedFamilies": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/dark",
"/colors/by-tone/jewel-tone"
],
"relatedTools": [
"/harmonies/dark-green",
"/wcag/dark-green",
"/css/colors/dark-green",
"/hex/006400"
],
"semanticRelations": {
"broader": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/dark",
"/colors/by-tone/jewel-tone"
],
"narrower": [
"/palettes/dark-green"
],
"related": [
"/colors/emerald-dark",
"/colors/green",
"/colors/british-racing-green",
"/colors/terre-verte",
"/colors/forest-green",
"/compare/dark-green-vs-emerald-dark",
"/compare/dark-green-vs-green",
"/harmonies/dark-green",
"/wcag/dark-green",
"/css/colors/dark-green",
"/hex/006400"
]
},
"pairings": {
"best": [
"#FFFFFF",
"#660066",
"#336600",
"#006633"
],
"avoid": [
"#0B5B0B",
"#00C200"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#00C200",
"#0B5B0B"
]
}
}
Color meaning and use
About Dark Green Color
Dark Green sits in the green family with cool temperature and dark and jewel tone visual character. Standard CSS named color.
Its common associations include context dependent, which makes it relevant for web interfaces and design systems. In design work, Dark Green is most useful for web design, css color systems, and ui prototyping, especially when paired with white text for stronger contrast.
WCAG Accessibility
Contrast checks for Dark Green against black and white text.