Shades of Chateau Green #2AAD52
Tints of Chateau Green #2AAD52
RGB
CMYK
RGB Variations
Color information
#2AAD52 (or 0x2AAD52) is known color: Chateau Green. HEX triplet: 2A, AD and 52. RGB value is (42,173,82). Sum of RGB (Red+Green+Blue) = 42+173+82=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAD52 is #D552AD. Grayscale: #7B7B7B. Windows color (decimal): -13980334 or 5418282. OLE color: 5418282.
HSL color Cylindrical-coordinate representation of color #2AAD52: hue angle of 138.32º 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 #2AAD52 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 82 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.32 |
| HSL | 138.32º | 0.61% | 0.42% | - |
| HSV(B) | 138.32º | 0.76% | 0.68% | - |
| XYZ | 17.42 | 30.99 | 13.05 | - |
| YUV | 123.46 | 104.6 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 82 | 0.76 | 0 | 0.53 | 0.32 | 138.32 | 0.61 | 0.42 |
| Hex | 2A | AD | 52 | 4C | 0 | 35 | 20 | 8A | 3D | 2A |
| Octal | 52 | 255 | 122 | 114 | 0 | 65 | 40 | 212 | 75 | 52 |
| Binary | 101010 | 10101101 | 1010010 | 1001100 | 0 | 110101 | 100000 | 10001010 | 111101 | 101010 |
Color Harmonies of #2AAD52
Complementary color
Monochromatic Colors of #2AAD52
Black with #2AAD52
Text Example
Text Example
White with #2AAD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD52; }
p { color: rgb(42,173,82); }
H1.HeaderClassName
{
color: #2AAD52;
}
.AnyTagClassName
{
color: #2AAD52;
}
</style>
background-color css
<style>
a { background-color: #2AAD52; }
a { background-color: rgb(42,173,82); }
div.DivClassName
{
background-color: #2AAD52;
}
.BgClassName
{
background-color: #2AAD52;
}
</style>
border-color css
<style>
span { border-color: #2AAD52; }
span { border-color: rgb(42,173,82); }
td.TdClassName
{
border-color: #2AAD52;
}
.TagClassName
{
border-color: #2AAD52;
}
</style>