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": "hunter-green-vs-pine-needle",
"type": "nearest",
"name": "Hunter Green vs Pine Needle",
"verdict": "Hunter Green and Pine Needle are very close colors. Hunter Green is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.24:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Hunter Green and Pine Needle are different green colors with HEX values #355E3B and #334D41. According to Colors Encyclopedia, their RGB distance is 18.1, their contrast ratio is 1.24:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 18.1,
"contrastRatio": 1.24,
"colors": [
{
"slug": "hunter-green",
"name": "Hunter Green",
"hex": "#355E3B",
"rgb": [
53,
94,
59
],
"hsl": [
129,
28,
29
],
"cmyk": [
44,
0,
37,
63
],
"family": "green",
"temperature": "cool",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.0908,
"contrast": {
"black": 2.82,
"white": 7.46
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 7.46
},
"description": "Hunter Green is #355E3B, a cool green color with muted and earth tone character. Compared with Pine Needle, it is lighter and more saturated. Use it for natural palettes, wellness branding, and sustainability design, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/hunter-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/hunter-green.json"
},
{
"slug": "pine-needle",
"name": "Pine Needle",
"hex": "#334D41",
"rgb": [
51,
77,
65
],
"hsl": [
152,
20,
25
],
"cmyk": [
34,
0,
16,
70
],
"family": "green",
"temperature": "cool",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.0639,
"contrast": {
"black": 2.28,
"white": 9.22
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 9.22
},
"description": "Pine Needle is #334D41, a cool green color with muted and earth tone character. Compared with Hunter Green, it is darker and less saturated. Use it for botanical palettes, natural product design, and seasonal editorial palettes, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/pine-needle/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pine-needle.json"
}
],
"differences": {
"rgbDistance": 18.1,
"contrastRatio": 1.24,
"hslDelta": {
"hue": 23,
"saturation": 8,
"lightness": 4
},
"luminanceDelta": 0.0269,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"muted",
"earth-tone"
],
"lighterColor": "Hunter Green",
"moreSaturatedColor": "Hunter Green"
},
"accessibility": {
"pairContrastRatio": 1.24,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Hunter Green",
"background": "#355E3B",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 7.46
},
{
"color": "Pine Needle",
"background": "#334D41",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 9.22
}
]
},
"useCases": {
"chooseFirstWhen": "Hunter Green is better when the design needs muted and earth tone green character, cool temperature, and the specific HEX value #355E3B.",
"chooseSecondWhen": "Pine Needle is better when the design needs muted and earth tone green character, cool temperature, and the specific HEX value #334D41.",
"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/hunter-green-vs-pine-needle.json",
"https://www.colorsencyclopedia.com/api/colors/hunter-green.json",
"https://www.colorsencyclopedia.com/api/colors/pine-needle.json"
],
"url": "https://www.colorsencyclopedia.com/compare/hunter-green-vs-pine-needle/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/hunter-green-vs-pine-needle.json"
}