Shades of Chateau Green #2AA744
Tints of Chateau Green #2AA744
RGB
CMYK
RGB Variations
Color information
#2AA744 (or 0x2AA744) is known color: Chateau Green. HEX triplet: 2A, A7 and 44. RGB value is (42,167,68). Sum of RGB (Red+Green+Blue) = 42+167+68=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 167 (65.62% from 255 or 60.29% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA744 is #D558BB. Grayscale: #767676. Windows color (decimal): -13981884 or 4499242. OLE color: 4499242.
HSL color Cylindrical-coordinate representation of color #2AA744: hue angle of 132.48º 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 #2AA744 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 68 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.35 |
| HSL | 132.48º | 0.6% | 0.41% | - |
| HSV(B) | 132.48º | 0.75% | 0.65% | - |
| XYZ | 15.82 | 28.55 | 10.15 | - |
| YUV | 118.34 | 99.59 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 68 | 0.75 | 0 | 0.59 | 0.35 | 132.48 | 0.6 | 0.41 |
| Hex | 2A | A7 | 44 | 4B | 0 | 3B | 23 | 84 | 3C | 29 |
| Octal | 52 | 247 | 104 | 113 | 0 | 73 | 43 | 204 | 74 | 51 |
| Binary | 101010 | 10100111 | 1000100 | 1001011 | 0 | 111011 | 100011 | 10000100 | 111100 | 101001 |
Color Harmonies of #2AA744
Complementary color
Monochromatic Colors of #2AA744
Black with #2AA744
Text Example
Text Example
White with #2AA744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA744; }
p { color: rgb(42,167,68); }
H1.HeaderClassName
{
color: #2AA744;
}
.AnyTagClassName
{
color: #2AA744;
}
</style>
background-color css
<style>
a { background-color: #2AA744; }
a { background-color: rgb(42,167,68); }
div.DivClassName
{
background-color: #2AA744;
}
.BgClassName
{
background-color: #2AA744;
}
</style>
border-color css
<style>
span { border-color: #2AA744; }
span { border-color: rgb(42,167,68); }
td.TdClassName
{
border-color: #2AA744;
}
.TagClassName
{
border-color: #2AA744;
}
</style>