Tree Shade Color Hex Code
#476a30What is Tree Shade Color Hex Code Color?
Tree Shade Color Hex Code is a dark, desaturated, muted green color with the hex code #476a30. Its RGB value is rgb(71, 106, 48), meaning it contains 71 red, 106 green, and 48 blue light values. In the HSL color model, it has a hue of 96°, saturation of 38%, and lightness of 30%.
Tree Shade Color Hex Code Color Codes
Here are all the color format codes for Tree Shade Color Hex Code:
- HEX: #476a30
- RGB: rgb(71, 106, 48)
- HSL: hsl(96°, 38%, 30%)
- CMYK: cmyk(33%, 0%, 55%, 58%)
- Android/Flutter: Color(0xFF476A30)
- Swift UIColor: UIColor(red: 0.278, green: 0.416, blue: 0.188, alpha: 1.0)
Is Tree Shade Color Hex Code Accessible?
Tree Shade Color Hex Code (#476a30) passes WCAG AA accessibility standards. It has a contrast ratio of 6.23:1 against white and 3.37:1 against black text. White text on this color passes WCAG AA for normal body text.
How to Use Tree Shade Color Hex Code in Design
Tree Shade Color Hex Code is a dark green tone that works well as
a primary brand color, button color, or dark background in modern UI designs.
Use lighter tints of this color to create depth and hierarchy in your layouts.
In CSS, you can use it directly as color: #476a30; or
background-color: #476a30;.
Tree Shade Color Hex Code Shades and Tints
Shades of Tree Shade Color Hex Code are created by mixing it with black, ranging from the original #476a30 down to near-black #3f5e2b. Tints are made by adding white — from the base color up to near-white #eaf3e4. These variations help build complete design system palettes and Tailwind CSS color scales.
Tree Shade Color Hex Code Color Harmonies
The complementary color of Tree Shade Color Hex Code is #522f6a. Its analogous colors are #2f6a35 and #646a2f. For a triadic palette, combine it with #2f476a and #6a2f47.
Frequently Asked Questions
What is the hex code for Tree Shade Color Hex Code?
The hex code for Tree Shade Color Hex Code is #476a30.
What is the RGB value of Tree Shade Color Hex Code?
The RGB value is rgb(71, 106, 48). Red channel: 71/255, Green: 106/255, Blue: 48/255.
Is Tree Shade Color Hex Code good for web accessibility?
Tree Shade Color Hex Code has a contrast ratio of 6.23:1 with white and 3.37:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Tree Shade Color Hex Code?
Tree Shade Color Hex Code pairs well with its complementary color #522f6a, analogous colors #2f6a35 and #646a2f, or neutral whites and grays for a clean, modern look.
How do I use Tree Shade Color Hex Code in CSS?
Use it in CSS like this:
background-color: #476a30;
color: #476a30;
Or as a CSS variable: --color-primary: #476a30;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #476a30;
--color-primary-rgb: 71, 106, 48;
--color-primary-hsl: 96 38% 30%;
--color-primary-text: #ffffff;
colors: {
'tree-shade-color-hex-code': {
DEFAULT: '#476a30',
100: '#ffffff',
200: '#eaf3e4',
300: '#d4e6c8',
400: '#bfdaad',
500: '#aace92',
600: '#3f5e2b',
700: '#375225',
800: '#2f4720',
900: '#273b1b',
950: '#202f15',
}
}
'base': #476a30,
'light': #d4e6c8,
'dark': #375225,
'rgb': 71, 106, 48
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.