Shades of Chateau Green #2CAC55
Tints of Chateau Green #2CAC55
RGB
CMYK
RGB Variations
Color information
#2CAC55 (or 0x2CAC55) is known color: Chateau Green. HEX triplet: 2C, AC and 55. RGB value is (44,172,85). Sum of RGB (Red+Green+Blue) = 44+172+85=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAC55 is #D353AA. Grayscale: #7C7C7C. Windows color (decimal): -13849515 or 5614636. OLE color: 5614636.
HSL color Cylindrical-coordinate representation of color #2CAC55: hue angle of 139.22º 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 #2CAC55 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 85 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.33 |
| HSL | 139.22º | 0.59% | 0.42% | - |
| HSV(B) | 139.22º | 0.74% | 0.67% | - |
| XYZ | 17.43 | 30.7 | 13.6 | - |
| YUV | 123.81 | 106.09 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 85 | 0.74 | 0 | 0.51 | 0.33 | 139.22 | 0.59 | 0.42 |
| Hex | 2C | AC | 55 | 4A | 0 | 33 | 21 | 8B | 3B | 2A |
| Octal | 54 | 254 | 125 | 112 | 0 | 63 | 41 | 213 | 73 | 52 |
| Binary | 101100 | 10101100 | 1010101 | 1001010 | 0 | 110011 | 100001 | 10001011 | 111011 | 101010 |
Color Harmonies of #2CAC55
Complementary color
Monochromatic Colors of #2CAC55
Black with #2CAC55
Text Example
Text Example
White with #2CAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC55; }
p { color: rgb(44,172,85); }
H1.HeaderClassName
{
color: #2CAC55;
}
.AnyTagClassName
{
color: #2CAC55;
}
</style>
background-color css
<style>
a { background-color: #2CAC55; }
a { background-color: rgb(44,172,85); }
div.DivClassName
{
background-color: #2CAC55;
}
.BgClassName
{
background-color: #2CAC55;
}
</style>
border-color css
<style>
span { border-color: #2CAC55; }
span { border-color: rgb(44,172,85); }
td.TdClassName
{
border-color: #2CAC55;
}
.TagClassName
{
border-color: #2CAC55;
}
</style>