Named color
Forest Green
Forest Green is an earth tone and jewel tone green color with HEX #228B22. According to Colors Encyclopedia, it has RGB 34, 139, 34, HSL 120, 61%, 34%, cool temperature, and is useful for web design, CSS color systems, and UI prototyping.
CSS Utilities
--color-forest-green: #228B22;
.bg-forest-green { background-color: #228B22; }
.text-forest-green { color: #228B22; }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": "#228B22",
"rgb": [
34,
139,
34
],
"hsl": [
120,
61,
34
],
"cmyk": [
76,
0,
76,
45
],
"luminance": 0.1892,
"contrast": {
"black": 4.78,
"white": 4.39
}
}WCAG
{
"AA": [
"#000000"
],
"AAA": []
}Harmonies
{
"complementary": "#8C228C",
"analogous": [
"#578C22",
"#228C57"
],
"triadic": [
"#22228C",
"#8C2222"
],
"tetradic": [
"#22578C",
"#8C228C",
"#8C5722"
],
"splitComplementary": [
"#57228C",
"#8C2257"
],
"monochromatic": [
"#3ACF3A",
"#228B22",
"#104210"
]
}Variants
{
"light": "#3ACF3A",
"dark": "#104210",
"saturated": "#0F9F0F",
"desaturated": "#357935",
"pastel": "#66C766",
"neon": "#00D600"
}Pairings
{
"best": [
"#000000",
"#8C228C",
"#578C22",
"#228C57"
],
"avoid": [
"#357935",
"#3ACF3A"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#3ACF3A",
"#357935"
]
}Knowledge graph
{
"nearestColors": [
"green",
"scheeles-green",
"terre-verte",
"sea-green",
"hunter-green"
],
"generatedPalettes": [
"forest-green"
],
"generatedComparisons": [
"forest-green-vs-green",
"forest-green-vs-scheeles-green"
],
"relatedFamilies": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/earth-tone",
"/colors/by-tone/jewel-tone"
],
"relatedTools": [
"/harmonies/forest-green",
"/wcag/forest-green",
"/css/colors/forest-green",
"/hex/228b22"
],
"semanticRelations": {
"broader": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/earth-tone",
"/colors/by-tone/jewel-tone"
],
"narrower": [
"/palettes/forest-green"
],
"related": [
"/colors/green",
"/colors/scheeles-green",
"/colors/terre-verte",
"/colors/sea-green",
"/colors/hunter-green",
"/compare/forest-green-vs-green",
"/compare/forest-green-vs-scheeles-green",
"/harmonies/forest-green",
"/wcag/forest-green",
"/css/colors/forest-green",
"/hex/228b22"
]
}
}Full JSON dataset
{
"slug": "forest-green",
"name": "Forest Green",
"cssName": "forestgreen",
"hex": "#228B22",
"family": "green",
"temperature": "cool",
"tone": [
"earth-tone",
"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": [
"forestgreen"
],
"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",
"earth-tone",
"jewel-tone",
"web-design",
"css-color-systems",
"ui-prototyping",
"context-dependent"
],
"popularity": 67,
"rgb": [
34,
139,
34
],
"hsl": [
120,
61,
34
],
"cmyk": [
76,
0,
76,
45
],
"luminance": 0.1892,
"contrast": {
"black": 4.78,
"white": 4.39
},
"harmonies": {
"complementary": "#8C228C",
"analogous": [
"#578C22",
"#228C57"
],
"triadic": [
"#22228C",
"#8C2222"
],
"tetradic": [
"#22578C",
"#8C228C",
"#8C5722"
],
"splitComplementary": [
"#57228C",
"#8C2257"
],
"monochromatic": [
"#3ACF3A",
"#228B22",
"#104210"
]
},
"variants": {
"light": "#3ACF3A",
"dark": "#104210",
"saturated": "#0F9F0F",
"desaturated": "#357935",
"pastel": "#66C766",
"neon": "#00D600"
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"css": {
"variable": "--color-forest-green: #228B22;",
"utility": ".bg-forest-green { background-color: #228B22; }",
"textUtility": ".text-forest-green { color: #228B22; }"
},
"nearestColors": [
"green",
"scheeles-green",
"terre-verte",
"sea-green",
"hunter-green"
],
"generatedPalettes": [
"forest-green"
],
"generatedComparisons": [
"forest-green-vs-green",
"forest-green-vs-scheeles-green"
],
"relatedFamilies": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/earth-tone",
"/colors/by-tone/jewel-tone"
],
"relatedTools": [
"/harmonies/forest-green",
"/wcag/forest-green",
"/css/colors/forest-green",
"/hex/228b22"
],
"semanticRelations": {
"broader": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/earth-tone",
"/colors/by-tone/jewel-tone"
],
"narrower": [
"/palettes/forest-green"
],
"related": [
"/colors/green",
"/colors/scheeles-green",
"/colors/terre-verte",
"/colors/sea-green",
"/colors/hunter-green",
"/compare/forest-green-vs-green",
"/compare/forest-green-vs-scheeles-green",
"/harmonies/forest-green",
"/wcag/forest-green",
"/css/colors/forest-green",
"/hex/228b22"
]
},
"pairings": {
"best": [
"#000000",
"#8C228C",
"#578C22",
"#228C57"
],
"avoid": [
"#357935",
"#3ACF3A"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#3ACF3A",
"#357935"
]
}
}
Color meaning and use
About Forest Green Color
Forest Green sits in the green family with cool temperature and earth tone 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, Forest Green is most useful for web design, css color systems, and ui prototyping, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Forest Green against black and white text.