Shades of Chateau Green #2AAA3F
Tints of Chateau Green #2AAA3F
RGB
CMYK
RGB Variations
Color information
#2AAA3F (or 0x2AAA3F) is known color: Chateau Green. HEX triplet: 2A, AA and 3F. RGB value is (42,170,63). Sum of RGB (Red+Green+Blue) = 42+170+63=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA3F is #D555C0. Grayscale: #777777. Windows color (decimal): -13981121 or 4172330. OLE color: 4172330.
HSL color Cylindrical-coordinate representation of color #2AAA3F: hue angle of 129.84º 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 #2AAA3F is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 63 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.33 |
| HSL | 129.84º | 0.6% | 0.42% | - |
| HSV(B) | 129.84º | 0.75% | 0.67% | - |
| XYZ | 16.23 | 29.6 | 9.56 | - |
| YUV | 119.53 | 96.09 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 63 | 0.75 | 0 | 0.63 | 0.33 | 129.84 | 0.6 | 0.42 |
| Hex | 2A | AA | 3F | 4B | 0 | 3F | 21 | 82 | 3C | 2A |
| Octal | 52 | 252 | 77 | 113 | 0 | 77 | 41 | 202 | 74 | 52 |
| Binary | 101010 | 10101010 | 111111 | 1001011 | 0 | 111111 | 100001 | 10000010 | 111100 | 101010 |
Color Harmonies of #2AAA3F
Complementary color
Monochromatic Colors of #2AAA3F
Black with #2AAA3F
Text Example
Text Example
White with #2AAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA3F; }
p { color: rgb(42,170,63); }
H1.HeaderClassName
{
color: #2AAA3F;
}
.AnyTagClassName
{
color: #2AAA3F;
}
</style>
background-color css
<style>
a { background-color: #2AAA3F; }
a { background-color: rgb(42,170,63); }
div.DivClassName
{
background-color: #2AAA3F;
}
.BgClassName
{
background-color: #2AAA3F;
}
</style>
border-color css
<style>
span { border-color: #2AAA3F; }
span { border-color: rgb(42,170,63); }
td.TdClassName
{
border-color: #2AAA3F;
}
.TagClassName
{
border-color: #2AAA3F;
}
</style>