Shades of Chateau Green #2AAA43
Tints of Chateau Green #2AAA43
RGB
CMYK
RGB Variations
Color information
#2AAA43 (or 0x2AAA43) is known color: Chateau Green. HEX triplet: 2A, AA and 43. RGB value is (42,170,67). Sum of RGB (Red+Green+Blue) = 42+170+67=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA43 is #D555BC. Grayscale: #787878. Windows color (decimal): -13981117 or 4434474. OLE color: 4434474.
HSL color Cylindrical-coordinate representation of color #2AAA43: hue angle of 131.72º 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 #2AAA43 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 67 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.33 |
| HSL | 131.72º | 0.6% | 0.42% | - |
| HSV(B) | 131.72º | 0.75% | 0.67% | - |
| XYZ | 16.34 | 29.65 | 10.17 | - |
| YUV | 119.99 | 98.09 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 67 | 0.75 | 0 | 0.61 | 0.33 | 131.72 | 0.6 | 0.42 |
| Hex | 2A | AA | 43 | 4B | 0 | 3D | 21 | 84 | 3C | 2A |
| Octal | 52 | 252 | 103 | 113 | 0 | 75 | 41 | 204 | 74 | 52 |
| Binary | 101010 | 10101010 | 1000011 | 1001011 | 0 | 111101 | 100001 | 10000100 | 111100 | 101010 |
Color Harmonies of #2AAA43
Complementary color
Monochromatic Colors of #2AAA43
Black with #2AAA43
Text Example
Text Example
White with #2AAA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA43; }
p { color: rgb(42,170,67); }
H1.HeaderClassName
{
color: #2AAA43;
}
.AnyTagClassName
{
color: #2AAA43;
}
</style>
background-color css
<style>
a { background-color: #2AAA43; }
a { background-color: rgb(42,170,67); }
div.DivClassName
{
background-color: #2AAA43;
}
.BgClassName
{
background-color: #2AAA43;
}
</style>
border-color css
<style>
span { border-color: #2AAA43; }
span { border-color: rgb(42,170,67); }
td.TdClassName
{
border-color: #2AAA43;
}
.TagClassName
{
border-color: #2AAA43;
}
</style>