Shades of Chateau Green #2AAA53
Tints of Chateau Green #2AAA53
RGB
CMYK
RGB Variations
Color information
#2AAA53 (or 0x2AAA53) is known color: Chateau Green. HEX triplet: 2A, AA and 53. RGB value is (42,170,83). Sum of RGB (Red+Green+Blue) = 42+170+83=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA53 is #D555AC. Grayscale: #7A7A7A. Windows color (decimal): -13981101 or 5483050. OLE color: 5483050.
HSL color Cylindrical-coordinate representation of color #2AAA53: hue angle of 139.22º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA53 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 83 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.33 |
| HSL | 139.22º | 0.6% | 0.42% | - |
| HSV(B) | 139.22º | 0.75% | 0.67% | - |
| XYZ | 16.89 | 29.87 | 13.06 | - |
| YUV | 121.81 | 106.09 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 83 | 0.75 | 0 | 0.51 | 0.33 | 139.22 | 0.6 | 0.42 |
| Hex | 2A | AA | 53 | 4B | 0 | 33 | 21 | 8B | 3C | 2A |
| Octal | 52 | 252 | 123 | 113 | 0 | 63 | 41 | 213 | 74 | 52 |
| Binary | 101010 | 10101010 | 1010011 | 1001011 | 0 | 110011 | 100001 | 10001011 | 111100 | 101010 |
Color Harmonies of #2AAA53
Complementary color
Monochromatic Colors of #2AAA53
Black with #2AAA53
Text Example
Text Example
White with #2AAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA53; }
p { color: rgb(42,170,83); }
H1.HeaderClassName
{
color: #2AAA53;
}
.AnyTagClassName
{
color: #2AAA53;
}
</style>
background-color css
<style>
a { background-color: #2AAA53; }
a { background-color: rgb(42,170,83); }
div.DivClassName
{
background-color: #2AAA53;
}
.BgClassName
{
background-color: #2AAA53;
}
</style>
border-color css
<style>
span { border-color: #2AAA53; }
span { border-color: rgb(42,170,83); }
td.TdClassName
{
border-color: #2AAA53;
}
.TagClassName
{
border-color: #2AAA53;
}
</style>