Shades of Chateau Green #2CAC47
Tints of Chateau Green #2CAC47
RGB
CMYK
RGB Variations
Color information
#2CAC47 (or 0x2CAC47) is known color: Chateau Green. HEX triplet: 2C, AC and 47. RGB value is (44,172,71). Sum of RGB (Red+Green+Blue) = 44+172+71=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 172 (67.58% from 255 or 59.93% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAC47 is #D353B8. Grayscale: #7A7A7A. Windows color (decimal): -13849529 or 4697132. OLE color: 4697132.
HSL color Cylindrical-coordinate representation of color #2CAC47: hue angle of 132.66º degrees, saturation: 0.59, 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 #2CAC47 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 71 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.33 |
| HSL | 132.66º | 0.59% | 0.42% | - |
| HSV(B) | 132.66º | 0.74% | 0.67% | - |
| XYZ | 16.93 | 30.5 | 10.96 | - |
| YUV | 122.21 | 99.09 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 71 | 0.74 | 0 | 0.59 | 0.33 | 132.66 | 0.59 | 0.42 |
| Hex | 2C | AC | 47 | 4A | 0 | 3B | 21 | 85 | 3B | 2A |
| Octal | 54 | 254 | 107 | 112 | 0 | 73 | 41 | 205 | 73 | 52 |
| Binary | 101100 | 10101100 | 1000111 | 1001010 | 0 | 111011 | 100001 | 10000101 | 111011 | 101010 |
Color Harmonies of #2CAC47
Complementary color
Monochromatic Colors of #2CAC47
Black with #2CAC47
Text Example
Text Example
White with #2CAC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC47; }
p { color: rgb(44,172,71); }
H1.HeaderClassName
{
color: #2CAC47;
}
.AnyTagClassName
{
color: #2CAC47;
}
</style>
background-color css
<style>
a { background-color: #2CAC47; }
a { background-color: rgb(44,172,71); }
div.DivClassName
{
background-color: #2CAC47;
}
.BgClassName
{
background-color: #2CAC47;
}
</style>
border-color css
<style>
span { border-color: #2CAC47; }
span { border-color: rgb(44,172,71); }
td.TdClassName
{
border-color: #2CAC47;
}
.TagClassName
{
border-color: #2CAC47;
}
</style>