Shades of Chateau Green #2AAC46
Tints of Chateau Green #2AAC46
RGB
CMYK
RGB Variations
Color information
#2AAC46 (or 0x2AAC46) is known color: Chateau Green. HEX triplet: 2A, AC and 46. RGB value is (42,172,70). Sum of RGB (Red+Green+Blue) = 42+172+70=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC46 is #D553B9. Grayscale: #797979. Windows color (decimal): -13980602 or 4631594. OLE color: 4631594.
HSL color Cylindrical-coordinate representation of color #2AAC46: hue angle of 132.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC46 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 70 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.33 |
| HSL | 132.92º | 0.61% | 0.42% | - |
| HSV(B) | 132.92º | 0.76% | 0.67% | - |
| XYZ | 16.81 | 30.44 | 10.78 | - |
| YUV | 121.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 70 | 0.76 | 0 | 0.59 | 0.33 | 132.92 | 0.61 | 0.42 |
| Hex | 2A | AC | 46 | 4C | 0 | 3B | 21 | 85 | 3D | 2A |
| Octal | 52 | 254 | 106 | 114 | 0 | 73 | 41 | 205 | 75 | 52 |
| Binary | 101010 | 10101100 | 1000110 | 1001100 | 0 | 111011 | 100001 | 10000101 | 111101 | 101010 |
Color Harmonies of #2AAC46
Complementary color
Monochromatic Colors of #2AAC46
Black with #2AAC46
Text Example
Text Example
White with #2AAC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC46; }
p { color: rgb(42,172,70); }
H1.HeaderClassName
{
color: #2AAC46;
}
.AnyTagClassName
{
color: #2AAC46;
}
</style>
background-color css
<style>
a { background-color: #2AAC46; }
a { background-color: rgb(42,172,70); }
div.DivClassName
{
background-color: #2AAC46;
}
.BgClassName
{
background-color: #2AAC46;
}
</style>
border-color css
<style>
span { border-color: #2AAC46; }
span { border-color: rgb(42,172,70); }
td.TdClassName
{
border-color: #2AAC46;
}
.TagClassName
{
border-color: #2AAC46;
}
</style>