Shades of Chateau Green #2AAD55
Tints of Chateau Green #2AAD55
RGB
CMYK
RGB Variations
Color information
#2AAD55 (or 0x2AAD55) is known color: Chateau Green. HEX triplet: 2A, AD and 55. RGB value is (42,173,85). Sum of RGB (Red+Green+Blue) = 42+173+85=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAD55 is #D552AA. Grayscale: #7C7C7C. Windows color (decimal): -13980331 or 5614890. OLE color: 5614890.
HSL color Cylindrical-coordinate representation of color #2AAD55: hue angle of 139.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAD55 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 85 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.32 |
| HSL | 139.69º | 0.61% | 0.42% | - |
| HSV(B) | 139.69º | 0.76% | 0.68% | - |
| XYZ | 17.54 | 31.04 | 13.66 | - |
| YUV | 123.8 | 106.1 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 85 | 0.76 | 0 | 0.51 | 0.32 | 139.69 | 0.61 | 0.42 |
| Hex | 2A | AD | 55 | 4C | 0 | 33 | 20 | 8C | 3D | 2A |
| Octal | 52 | 255 | 125 | 114 | 0 | 63 | 40 | 214 | 75 | 52 |
| Binary | 101010 | 10101101 | 1010101 | 1001100 | 0 | 110011 | 100000 | 10001100 | 111101 | 101010 |
Color Harmonies of #2AAD55
Complementary color
Monochromatic Colors of #2AAD55
Black with #2AAD55
Text Example
Text Example
White with #2AAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD55; }
p { color: rgb(42,173,85); }
H1.HeaderClassName
{
color: #2AAD55;
}
.AnyTagClassName
{
color: #2AAD55;
}
</style>
background-color css
<style>
a { background-color: #2AAD55; }
a { background-color: rgb(42,173,85); }
div.DivClassName
{
background-color: #2AAD55;
}
.BgClassName
{
background-color: #2AAD55;
}
</style>
border-color css
<style>
span { border-color: #2AAD55; }
span { border-color: rgb(42,173,85); }
td.TdClassName
{
border-color: #2AAD55;
}
.TagClassName
{
border-color: #2AAD55;
}
</style>