Shades of Chateau Green #2AAD44
Tints of Chateau Green #2AAD44
RGB
CMYK
RGB Variations
Color information
#2AAD44 (or 0x2AAD44) is known color: Chateau Green. HEX triplet: 2A, AD and 44. RGB value is (42,173,68). Sum of RGB (Red+Green+Blue) = 42+173+68=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 173 (67.97% from 255 or 61.13% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD44 is #D552BB. Grayscale: #7A7A7A. Windows color (decimal): -13980348 or 4500778. OLE color: 4500778.
HSL color Cylindrical-coordinate representation of color #2AAD44: hue angle of 131.91º 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 #2AAD44 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 68 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.32 |
| HSL | 131.91º | 0.61% | 0.42% | - |
| HSV(B) | 131.91º | 0.76% | 0.68% | - |
| XYZ | 16.94 | 30.8 | 10.52 | - |
| YUV | 121.86 | 97.6 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 68 | 0.76 | 0 | 0.61 | 0.32 | 131.91 | 0.61 | 0.42 |
| Hex | 2A | AD | 44 | 4C | 0 | 3D | 20 | 84 | 3D | 2A |
| Octal | 52 | 255 | 104 | 114 | 0 | 75 | 40 | 204 | 75 | 52 |
| Binary | 101010 | 10101101 | 1000100 | 1001100 | 0 | 111101 | 100000 | 10000100 | 111101 | 101010 |
Color Harmonies of #2AAD44
Complementary color
Monochromatic Colors of #2AAD44
Black with #2AAD44
Text Example
Text Example
White with #2AAD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD44; }
p { color: rgb(42,173,68); }
H1.HeaderClassName
{
color: #2AAD44;
}
.AnyTagClassName
{
color: #2AAD44;
}
</style>
background-color css
<style>
a { background-color: #2AAD44; }
a { background-color: rgb(42,173,68); }
div.DivClassName
{
background-color: #2AAD44;
}
.BgClassName
{
background-color: #2AAD44;
}
</style>
border-color css
<style>
span { border-color: #2AAD44; }
span { border-color: rgb(42,173,68); }
td.TdClassName
{
border-color: #2AAD44;
}
.TagClassName
{
border-color: #2AAD44;
}
</style>