Shades of Chateau Green #2AA649
Tints of Chateau Green #2AA649
RGB
CMYK
RGB Variations
Color information
#2AA649 (or 0x2AA649) is known color: Chateau Green. HEX triplet: 2A, A6 and 49. RGB value is (42,166,73). Sum of RGB (Red+Green+Blue) = 42+166+73=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA649 is #D559B6. Grayscale: #767676. Windows color (decimal): -13982135 or 4826666. OLE color: 4826666.
HSL color Cylindrical-coordinate representation of color #2AA649: hue angle of 135º 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 #2AA649 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 73 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.35 |
| HSL | 135º | 0.6% | 0.41% | - |
| HSV(B) | 135º | 0.75% | 0.65% | - |
| XYZ | 15.79 | 28.25 | 10.92 | - |
| YUV | 118.32 | 102.42 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 73 | 0.75 | 0 | 0.56 | 0.35 | 135 | 0.6 | 0.41 |
| Hex | 2A | A6 | 49 | 4B | 0 | 38 | 23 | 87 | 3C | 29 |
| Octal | 52 | 246 | 111 | 113 | 0 | 70 | 43 | 207 | 74 | 51 |
| Binary | 101010 | 10100110 | 1001001 | 1001011 | 0 | 111000 | 100011 | 10000111 | 111100 | 101001 |
Color Harmonies of #2AA649
Complementary color
Monochromatic Colors of #2AA649
Black with #2AA649
Text Example
Text Example
White with #2AA649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA649; }
p { color: rgb(42,166,73); }
H1.HeaderClassName
{
color: #2AA649;
}
.AnyTagClassName
{
color: #2AA649;
}
</style>
background-color css
<style>
a { background-color: #2AA649; }
a { background-color: rgb(42,166,73); }
div.DivClassName
{
background-color: #2AA649;
}
.BgClassName
{
background-color: #2AA649;
}
</style>
border-color css
<style>
span { border-color: #2AA649; }
span { border-color: rgb(42,166,73); }
td.TdClassName
{
border-color: #2AA649;
}
.TagClassName
{
border-color: #2AA649;
}
</style>