Shades of Chateau Green #2AA644
Tints of Chateau Green #2AA644
RGB
CMYK
RGB Variations
Color information
#2AA644 (or 0x2AA644) is known color: Chateau Green. HEX triplet: 2A, A6 and 44. RGB value is (42,166,68). Sum of RGB (Red+Green+Blue) = 42+166+68=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 166 (65.23% from 255 or 60.14% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA644 is #D559BB. Grayscale: #767676. Windows color (decimal): -13982140 or 4498986. OLE color: 4498986.
HSL color Cylindrical-coordinate representation of color #2AA644: hue angle of 132.58º 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 #2AA644 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 68 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.35 |
| HSL | 132.58º | 0.6% | 0.41% | - |
| HSV(B) | 132.58º | 0.75% | 0.65% | - |
| XYZ | 15.63 | 28.18 | 10.08 | - |
| YUV | 117.75 | 99.92 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 68 | 0.75 | 0 | 0.59 | 0.35 | 132.58 | 0.6 | 0.41 |
| Hex | 2A | A6 | 44 | 4B | 0 | 3B | 23 | 85 | 3C | 29 |
| Octal | 52 | 246 | 104 | 113 | 0 | 73 | 43 | 205 | 74 | 51 |
| Binary | 101010 | 10100110 | 1000100 | 1001011 | 0 | 111011 | 100011 | 10000101 | 111100 | 101001 |
Color Harmonies of #2AA644
Complementary color
Monochromatic Colors of #2AA644
Black with #2AA644
Text Example
Text Example
White with #2AA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA644; }
p { color: rgb(42,166,68); }
H1.HeaderClassName
{
color: #2AA644;
}
.AnyTagClassName
{
color: #2AA644;
}
</style>
background-color css
<style>
a { background-color: #2AA644; }
a { background-color: rgb(42,166,68); }
div.DivClassName
{
background-color: #2AA644;
}
.BgClassName
{
background-color: #2AA644;
}
</style>
border-color css
<style>
span { border-color: #2AA644; }
span { border-color: rgb(42,166,68); }
td.TdClassName
{
border-color: #2AA644;
}
.TagClassName
{
border-color: #2AA644;
}
</style>