Shades of Chateau Green #2DAA47
Tints of Chateau Green #2DAA47
RGB
CMYK
RGB Variations
Color information
#2DAA47 (or 0x2DAA47) is known color: Chateau Green. HEX triplet: 2D, AA and 47. RGB value is (45,170,71). Sum of RGB (Red+Green+Blue) = 45+170+71=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAA47 is #D255B8. Grayscale: #797979. Windows color (decimal): -13784505 or 4696621. OLE color: 4696621.
HSL color Cylindrical-coordinate representation of color #2DAA47: hue angle of 132.48º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA47 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 71 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.33 |
| HSL | 132.48º | 0.58% | 0.42% | - |
| HSV(B) | 132.48º | 0.74% | 0.67% | - |
| XYZ | 16.59 | 29.76 | 10.83 | - |
| YUV | 121.34 | 99.59 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 71 | 0.74 | 0 | 0.58 | 0.33 | 132.48 | 0.58 | 0.42 |
| Hex | 2D | AA | 47 | 4A | 0 | 3A | 21 | 84 | 3A | 2A |
| Octal | 55 | 252 | 107 | 112 | 0 | 72 | 41 | 204 | 72 | 52 |
| Binary | 101101 | 10101010 | 1000111 | 1001010 | 0 | 111010 | 100001 | 10000100 | 111010 | 101010 |
Color Harmonies of #2DAA47
Complementary color
Monochromatic Colors of #2DAA47
Black with #2DAA47
Text Example
Text Example
White with #2DAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA47; }
p { color: rgb(45,170,71); }
H1.HeaderClassName
{
color: #2DAA47;
}
.AnyTagClassName
{
color: #2DAA47;
}
</style>
background-color css
<style>
a { background-color: #2DAA47; }
a { background-color: rgb(45,170,71); }
div.DivClassName
{
background-color: #2DAA47;
}
.BgClassName
{
background-color: #2DAA47;
}
</style>
border-color css
<style>
span { border-color: #2DAA47; }
span { border-color: rgb(45,170,71); }
td.TdClassName
{
border-color: #2DAA47;
}
.TagClassName
{
border-color: #2DAA47;
}
</style>