Shades of Chateau Green #2AAA4A
Tints of Chateau Green #2AAA4A
RGB
CMYK
RGB Variations
Color information
#2AAA4A (or 0x2AAA4A) is known color: Chateau Green. HEX triplet: 2A, AA and 4A. RGB value is (42,170,74). Sum of RGB (Red+Green+Blue) = 42+170+74=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA4A is #D555B5. Grayscale: #797979. Windows color (decimal): -13981110 or 4893226. OLE color: 4893226.
HSL color Cylindrical-coordinate representation of color #2AAA4A: hue angle of 135º 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 #2AAA4A is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 74 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.33 |
| HSL | 135º | 0.6% | 0.42% | - |
| HSV(B) | 135º | 0.75% | 0.67% | - |
| XYZ | 16.57 | 29.74 | 11.35 | - |
| YUV | 120.78 | 101.59 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 74 | 0.75 | 0 | 0.56 | 0.33 | 135 | 0.6 | 0.42 |
| Hex | 2A | AA | 4A | 4B | 0 | 38 | 21 | 87 | 3C | 2A |
| Octal | 52 | 252 | 112 | 113 | 0 | 70 | 41 | 207 | 74 | 52 |
| Binary | 101010 | 10101010 | 1001010 | 1001011 | 0 | 111000 | 100001 | 10000111 | 111100 | 101010 |
Color Harmonies of #2AAA4A
Complementary color
Monochromatic Colors of #2AAA4A
Black with #2AAA4A
Text Example
Text Example
White with #2AAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA4A; }
p { color: rgb(42,170,74); }
H1.HeaderClassName
{
color: #2AAA4A;
}
.AnyTagClassName
{
color: #2AAA4A;
}
</style>
background-color css
<style>
a { background-color: #2AAA4A; }
a { background-color: rgb(42,170,74); }
div.DivClassName
{
background-color: #2AAA4A;
}
.BgClassName
{
background-color: #2AAA4A;
}
</style>
border-color css
<style>
span { border-color: #2AAA4A; }
span { border-color: rgb(42,170,74); }
td.TdClassName
{
border-color: #2AAA4A;
}
.TagClassName
{
border-color: #2AAA4A;
}
</style>