Shades of Chateau Green #2AAA4C
Tints of Chateau Green #2AAA4C
RGB
CMYK
RGB Variations
Color information
#2AAA4C (or 0x2AAA4C) is known color: Chateau Green. HEX triplet: 2A, AA and 4C. RGB value is (42,170,76). Sum of RGB (Red+Green+Blue) = 42+170+76=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA4C is #D555B3. Grayscale: #797979. Windows color (decimal): -13981108 or 5024298. OLE color: 5024298.
HSL color Cylindrical-coordinate representation of color #2AAA4C: hue angle of 135.94º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA4C is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 76 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.33 |
| HSL | 135.94º | 0.6% | 0.42% | - |
| HSV(B) | 135.94º | 0.75% | 0.67% | - |
| XYZ | 16.63 | 29.76 | 11.71 | - |
| YUV | 121.01 | 102.59 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 76 | 0.75 | 0 | 0.55 | 0.33 | 135.94 | 0.6 | 0.42 |
| Hex | 2A | AA | 4C | 4B | 0 | 37 | 21 | 88 | 3C | 2A |
| Octal | 52 | 252 | 114 | 113 | 0 | 67 | 41 | 210 | 74 | 52 |
| Binary | 101010 | 10101010 | 1001100 | 1001011 | 0 | 110111 | 100001 | 10001000 | 111100 | 101010 |
Color Harmonies of #2AAA4C
Complementary color
Monochromatic Colors of #2AAA4C
Black with #2AAA4C
Text Example
Text Example
White with #2AAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA4C; }
p { color: rgb(42,170,76); }
H1.HeaderClassName
{
color: #2AAA4C;
}
.AnyTagClassName
{
color: #2AAA4C;
}
</style>
background-color css
<style>
a { background-color: #2AAA4C; }
a { background-color: rgb(42,170,76); }
div.DivClassName
{
background-color: #2AAA4C;
}
.BgClassName
{
background-color: #2AAA4C;
}
</style>
border-color css
<style>
span { border-color: #2AAA4C; }
span { border-color: rgb(42,170,76); }
td.TdClassName
{
border-color: #2AAA4C;
}
.TagClassName
{
border-color: #2AAA4C;
}
</style>