Shades of Chateau Green #2AA143
Tints of Chateau Green #2AA143
RGB
CMYK
RGB Variations
Color information
#2AA143 (or 0x2AA143) is known color: Chateau Green. HEX triplet: 2A, A1 and 43. RGB value is (42,161,67). Sum of RGB (Red+Green+Blue) = 42+161+67=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 161 (63.28% from 255 or 59.63% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA143 is #D55EBC. Grayscale: #727272. Windows color (decimal): -13983421 or 4432170. OLE color: 4432170.
HSL color Cylindrical-coordinate representation of color #2AA143: hue angle of 132.61º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA143 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 161 | 67 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.37 |
| HSL | 132.61º | 0.59% | 0.4% | - |
| HSV(B) | 132.61º | 0.74% | 0.63% | - |
| XYZ | 14.71 | 26.39 | 9.63 | - |
| YUV | 114.7 | 101.08 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 67 | 0.74 | 0 | 0.58 | 0.37 | 132.61 | 0.59 | 0.4 |
| Hex | 2A | A1 | 43 | 4A | 0 | 3A | 25 | 85 | 3B | 28 |
| Octal | 52 | 241 | 103 | 112 | 0 | 72 | 45 | 205 | 73 | 50 |
| Binary | 101010 | 10100001 | 1000011 | 1001010 | 0 | 111010 | 100101 | 10000101 | 111011 | 101000 |
Color Harmonies of #2AA143
Complementary color
Monochromatic Colors of #2AA143
Black with #2AA143
Text Example
Text Example
White with #2AA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA143; }
p { color: rgb(42,161,67); }
H1.HeaderClassName
{
color: #2AA143;
}
.AnyTagClassName
{
color: #2AA143;
}
</style>
background-color css
<style>
a { background-color: #2AA143; }
a { background-color: rgb(42,161,67); }
div.DivClassName
{
background-color: #2AA143;
}
.BgClassName
{
background-color: #2AA143;
}
</style>
border-color css
<style>
span { border-color: #2AA143; }
span { border-color: rgb(42,161,67); }
td.TdClassName
{
border-color: #2AA143;
}
.TagClassName
{
border-color: #2AA143;
}
</style>