Shades of Chateau Green #2AA64C
Tints of Chateau Green #2AA64C
RGB
CMYK
RGB Variations
Color information
#2AA64C (or 0x2AA64C) is known color: Chateau Green. HEX triplet: 2A, A6 and 4C. RGB value is (42,166,76). Sum of RGB (Red+Green+Blue) = 42+166+76=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 166 (65.23% from 255 or 58.45% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA64C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA64C is #D559B3. Grayscale: #767676. Windows color (decimal): -13982132 or 5023274. OLE color: 5023274.
HSL color Cylindrical-coordinate representation of color #2AA64C: hue angle of 136.45º 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 #2AA64C is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 76 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.35 |
| HSL | 136.45º | 0.6% | 0.41% | - |
| HSV(B) | 136.45º | 0.75% | 0.65% | - |
| XYZ | 15.9 | 28.29 | 11.46 | - |
| YUV | 118.66 | 103.92 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 76 | 0.75 | 0 | 0.54 | 0.35 | 136.45 | 0.6 | 0.41 |
| Hex | 2A | A6 | 4C | 4B | 0 | 36 | 23 | 88 | 3C | 29 |
| Octal | 52 | 246 | 114 | 113 | 0 | 66 | 43 | 210 | 74 | 51 |
| Binary | 101010 | 10100110 | 1001100 | 1001011 | 0 | 110110 | 100011 | 10001000 | 111100 | 101001 |
Color Harmonies of #2AA64C
Complementary color
Monochromatic Colors of #2AA64C
Black with #2AA64C
Text Example
Text Example
White with #2AA64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA64C; }
p { color: rgb(42,166,76); }
H1.HeaderClassName
{
color: #2AA64C;
}
.AnyTagClassName
{
color: #2AA64C;
}
</style>
background-color css
<style>
a { background-color: #2AA64C; }
a { background-color: rgb(42,166,76); }
div.DivClassName
{
background-color: #2AA64C;
}
.BgClassName
{
background-color: #2AA64C;
}
</style>
border-color css
<style>
span { border-color: #2AA64C; }
span { border-color: rgb(42,166,76); }
td.TdClassName
{
border-color: #2AA64C;
}
.TagClassName
{
border-color: #2AA64C;
}
</style>