Shades of Chateau Green #2AA647
Tints of Chateau Green #2AA647
RGB
CMYK
RGB Variations
Color information
#2AA647 (or 0x2AA647) is known color: Chateau Green. HEX triplet: 2A, A6 and 47. RGB value is (42,166,71). Sum of RGB (Red+Green+Blue) = 42+166+71=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 166 (65.23% from 255 or 59.50% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA647 is #D559B8. Grayscale: #767676. Windows color (decimal): -13982137 or 4695594. OLE color: 4695594.
HSL color Cylindrical-coordinate representation of color #2AA647: hue angle of 134.03º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA647 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 71 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.35 |
| HSL | 134.03º | 0.6% | 0.41% | - |
| HSV(B) | 134.03º | 0.75% | 0.65% | - |
| XYZ | 15.73 | 28.22 | 10.58 | - |
| YUV | 118.09 | 101.42 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 71 | 0.75 | 0 | 0.57 | 0.35 | 134.03 | 0.6 | 0.41 |
| Hex | 2A | A6 | 47 | 4B | 0 | 39 | 23 | 86 | 3C | 29 |
| Octal | 52 | 246 | 107 | 113 | 0 | 71 | 43 | 206 | 74 | 51 |
| Binary | 101010 | 10100110 | 1000111 | 1001011 | 0 | 111001 | 100011 | 10000110 | 111100 | 101001 |
Color Harmonies of #2AA647
Complementary color
Monochromatic Colors of #2AA647
Black with #2AA647
Text Example
Text Example
White with #2AA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA647; }
p { color: rgb(42,166,71); }
H1.HeaderClassName
{
color: #2AA647;
}
.AnyTagClassName
{
color: #2AA647;
}
</style>
background-color css
<style>
a { background-color: #2AA647; }
a { background-color: rgb(42,166,71); }
div.DivClassName
{
background-color: #2AA647;
}
.BgClassName
{
background-color: #2AA647;
}
</style>
border-color css
<style>
span { border-color: #2AA647; }
span { border-color: rgb(42,166,71); }
td.TdClassName
{
border-color: #2AA647;
}
.TagClassName
{
border-color: #2AA647;
}
</style>