Shades of Chateau Green #2CAC4F
Tints of Chateau Green #2CAC4F
RGB
CMYK
RGB Variations
Color information
#2CAC4F (or 0x2CAC4F) is known color: Chateau Green. HEX triplet: 2C, AC and 4F. RGB value is (44,172,79). Sum of RGB (Red+Green+Blue) = 44+172+79=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAC4F is #D353B0. Grayscale: #7B7B7B. Windows color (decimal): -13849521 or 5221420. OLE color: 5221420.
HSL color Cylindrical-coordinate representation of color #2CAC4F: hue angle of 136.41º 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 #2CAC4F is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 79 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.33 |
| HSL | 136.41º | 0.59% | 0.42% | - |
| HSV(B) | 136.41º | 0.74% | 0.67% | - |
| XYZ | 17.2 | 30.61 | 12.4 | - |
| YUV | 123.13 | 103.09 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 79 | 0.74 | 0 | 0.54 | 0.33 | 136.41 | 0.59 | 0.42 |
| Hex | 2C | AC | 4F | 4A | 0 | 36 | 21 | 88 | 3B | 2A |
| Octal | 54 | 254 | 117 | 112 | 0 | 66 | 41 | 210 | 73 | 52 |
| Binary | 101100 | 10101100 | 1001111 | 1001010 | 0 | 110110 | 100001 | 10001000 | 111011 | 101010 |
Color Harmonies of #2CAC4F
Complementary color
Monochromatic Colors of #2CAC4F
Black with #2CAC4F
Text Example
Text Example
White with #2CAC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC4F; }
p { color: rgb(44,172,79); }
H1.HeaderClassName
{
color: #2CAC4F;
}
.AnyTagClassName
{
color: #2CAC4F;
}
</style>
background-color css
<style>
a { background-color: #2CAC4F; }
a { background-color: rgb(44,172,79); }
div.DivClassName
{
background-color: #2CAC4F;
}
.BgClassName
{
background-color: #2CAC4F;
}
</style>
border-color css
<style>
span { border-color: #2CAC4F; }
span { border-color: rgb(44,172,79); }
td.TdClassName
{
border-color: #2CAC4F;
}
.TagClassName
{
border-color: #2CAC4F;
}
</style>