Shades of Chateau Green #2CAC42
Tints of Chateau Green #2CAC42
RGB
CMYK
RGB Variations
Color information
#2CAC42 (or 0x2CAC42) is known color: Chateau Green. HEX triplet: 2C, AC and 42. RGB value is (44,172,66). Sum of RGB (Red+Green+Blue) = 44+172+66=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAC42 is #D353BD. Grayscale: #797979. Windows color (decimal): -13849534 or 4369452. OLE color: 4369452.
HSL color Cylindrical-coordinate representation of color #2CAC42: hue angle of 130.31º 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 #2CAC42 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 66 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.33 |
| HSL | 130.31º | 0.59% | 0.42% | - |
| HSV(B) | 130.31º | 0.74% | 0.67% | - |
| XYZ | 16.77 | 30.43 | 10.14 | - |
| YUV | 121.64 | 96.59 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 66 | 0.74 | 0 | 0.62 | 0.33 | 130.31 | 0.59 | 0.42 |
| Hex | 2C | AC | 42 | 4A | 0 | 3E | 21 | 82 | 3B | 2A |
| Octal | 54 | 254 | 102 | 112 | 0 | 76 | 41 | 202 | 73 | 52 |
| Binary | 101100 | 10101100 | 1000010 | 1001010 | 0 | 111110 | 100001 | 10000010 | 111011 | 101010 |
Color Harmonies of #2CAC42
Complementary color
Monochromatic Colors of #2CAC42
Black with #2CAC42
Text Example
Text Example
White with #2CAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC42; }
p { color: rgb(44,172,66); }
H1.HeaderClassName
{
color: #2CAC42;
}
.AnyTagClassName
{
color: #2CAC42;
}
</style>
background-color css
<style>
a { background-color: #2CAC42; }
a { background-color: rgb(44,172,66); }
div.DivClassName
{
background-color: #2CAC42;
}
.BgClassName
{
background-color: #2CAC42;
}
</style>
border-color css
<style>
span { border-color: #2CAC42; }
span { border-color: rgb(44,172,66); }
td.TdClassName
{
border-color: #2CAC42;
}
.TagClassName
{
border-color: #2CAC42;
}
</style>