colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "scheeles-green-vs-terre-verte",
"type": "nearest",
"name": "Scheele Green vs Terre Verte",
"verdict": "Scheele Green and Terre Verte are visually related colors. Scheele Green is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.73:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Scheele Green and Terre Verte are different green colors with HEX values #478800 and #385E0F. According to Colors Encyclopedia, their RGB distance is 47.1, their contrast ratio is 1.73:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 47.1,
"contrastRatio": 1.73,
"colors": [
{
"slug": "scheeles-green",
"name": "Scheele Green",
"hex": "#478800",
"rgb": [
71,
136,
0
],
"hsl": [
89,
100,
27
],
"cmyk": [
48,
0,
100,
47
],
"family": "green",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"luminance": 0.1895,
"contrast": {
"black": 4.79,
"white": 4.38
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 4.79
},
"description": "Scheele Green is #478800, a cool green color with jewel tone character. Compared with Terre Verte, it is lighter and more saturated. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/scheeles-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/scheeles-green.json"
},
{
"slug": "terre-verte",
"name": "Terre Verte",
"hex": "#385E0F",
"rgb": [
56,
94,
15
],
"hsl": [
89,
72,
21
],
"cmyk": [
40,
0,
84,
63
],
"family": "green",
"temperature": "cool",
"tone": [
"dark",
"jewel-tone"
],
"luminance": 0.0888,
"contrast": {
"black": 2.78,
"white": 7.56
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 7.56
},
"description": "Terre Verte is #385E0F, a cool green color with dark and jewel tone character. Compared with Scheele Green, it is darker and less saturated. Use it for historical references, pigment palettes, and cultural color systems, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/terre-verte/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/terre-verte.json"
}
],
"differences": {
"rgbDistance": 47.1,
"contrastRatio": 1.73,
"hslDelta": {
"hue": 0,
"saturation": 28,
"lightness": 6
},
"luminanceDelta": 0.1007,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"jewel-tone"
],
"lighterColor": "Scheele Green",
"moreSaturatedColor": "Scheele Green"
},
"accessibility": {
"pairContrastRatio": 1.73,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Scheele Green",
"background": "#478800",
"foreground": "#000000",
"label": "black text",
"ratio": 4.79
},
{
"color": "Terre Verte",
"background": "#385E0F",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 7.56
}
]
},
"useCases": {
"chooseFirstWhen": "Scheele Green is better when the design needs jewel tone green character, cool temperature, and the specific HEX value #478800.",
"chooseSecondWhen": "Terre Verte is better when the design needs dark and jewel tone green character, cool temperature, and the specific HEX value #385E0F.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/scheeles-green-vs-terre-verte.json",
"https://www.colorsencyclopedia.com/api/colors/scheeles-green.json",
"https://www.colorsencyclopedia.com/api/colors/terre-verte.json"
],
"url": "https://www.colorsencyclopedia.com/compare/scheeles-green-vs-terre-verte/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/scheeles-green-vs-terre-verte.json"
}