Shades of Chateau Green #2AA342
Tints of Chateau Green #2AA342
RGB
CMYK
RGB Variations
Color information
#2AA342 (or 0x2AA342) is known color: Chateau Green. HEX triplet: 2A, A3 and 42. RGB value is (42,163,66). Sum of RGB (Red+Green+Blue) = 42+163+66=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 163 (64.06% from 255 or 60.15% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA342 is #D55CBD. Grayscale: #747474. Windows color (decimal): -13982910 or 4367146. OLE color: 4367146.
HSL color Cylindrical-coordinate representation of color #2AA342: hue angle of 131.9º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA342 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 163 | 66 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.36 |
| HSL | 131.9º | 0.59% | 0.4% | - |
| HSV(B) | 131.9º | 0.74% | 0.64% | - |
| XYZ | 15.04 | 27.08 | 9.59 | - |
| YUV | 115.76 | 99.91 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 163 | 66 | 0.74 | 0 | 0.60 | 0.36 | 131.9 | 0.59 | 0.4 |
| Hex | 2A | A3 | 42 | 4A | 0 | 3C | 24 | 84 | 3B | 28 |
| Octal | 52 | 243 | 102 | 112 | 0 | 74 | 44 | 204 | 73 | 50 |
| Binary | 101010 | 10100011 | 1000010 | 1001010 | 0 | 111100 | 100100 | 10000100 | 111011 | 101000 |
Color Harmonies of #2AA342
Complementary color
Monochromatic Colors of #2AA342
Black with #2AA342
Text Example
Text Example
White with #2AA342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA342; }
p { color: rgb(42,163,66); }
H1.HeaderClassName
{
color: #2AA342;
}
.AnyTagClassName
{
color: #2AA342;
}
</style>
background-color css
<style>
a { background-color: #2AA342; }
a { background-color: rgb(42,163,66); }
div.DivClassName
{
background-color: #2AA342;
}
.BgClassName
{
background-color: #2AA342;
}
</style>
border-color css
<style>
span { border-color: #2AA342; }
span { border-color: rgb(42,163,66); }
td.TdClassName
{
border-color: #2AA342;
}
.TagClassName
{
border-color: #2AA342;
}
</style>