Shades of Chateau Green #2CAC4A
Tints of Chateau Green #2CAC4A
RGB
CMYK
RGB Variations
Color information
#2CAC4A (or 0x2CAC4A) is known color: Chateau Green. HEX triplet: 2C, AC and 4A. RGB value is (44,172,74). Sum of RGB (Red+Green+Blue) = 44+172+74=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAC4A is #D353B5. Grayscale: #7A7A7A. Windows color (decimal): -13849526 or 4893740. OLE color: 4893740.
HSL color Cylindrical-coordinate representation of color #2CAC4A: hue angle of 134.06º 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 #2CAC4A is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 74 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.33 |
| HSL | 134.06º | 0.59% | 0.42% | - |
| HSV(B) | 134.06º | 0.74% | 0.67% | - |
| XYZ | 17.03 | 30.53 | 11.47 | - |
| YUV | 122.56 | 100.59 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 74 | 0.74 | 0 | 0.57 | 0.33 | 134.06 | 0.59 | 0.42 |
| Hex | 2C | AC | 4A | 4A | 0 | 39 | 21 | 86 | 3B | 2A |
| Octal | 54 | 254 | 112 | 112 | 0 | 71 | 41 | 206 | 73 | 52 |
| Binary | 101100 | 10101100 | 1001010 | 1001010 | 0 | 111001 | 100001 | 10000110 | 111011 | 101010 |
Color Harmonies of #2CAC4A
Complementary color
Monochromatic Colors of #2CAC4A
Black with #2CAC4A
Text Example
Text Example
White with #2CAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC4A; }
p { color: rgb(44,172,74); }
H1.HeaderClassName
{
color: #2CAC4A;
}
.AnyTagClassName
{
color: #2CAC4A;
}
</style>
background-color css
<style>
a { background-color: #2CAC4A; }
a { background-color: rgb(44,172,74); }
div.DivClassName
{
background-color: #2CAC4A;
}
.BgClassName
{
background-color: #2CAC4A;
}
</style>
border-color css
<style>
span { border-color: #2CAC4A; }
span { border-color: rgb(44,172,74); }
td.TdClassName
{
border-color: #2CAC4A;
}
.TagClassName
{
border-color: #2CAC4A;
}
</style>