Shades of Chateau Green #2CA04F
Tints of Chateau Green #2CA04F
RGB
CMYK
RGB Variations
Color information
#2CA04F (or 0x2CA04F) is known color: Chateau Green. HEX triplet: 2C, A0 and 4F. RGB value is (44,160,79). Sum of RGB (Red+Green+Blue) = 44+160+79=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA04F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA04F is #D35FB0. Grayscale: #747474. Windows color (decimal): -13852593 or 5218348. OLE color: 5218348.
HSL color Cylindrical-coordinate representation of color #2CA04F: hue angle of 138.1º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA04F is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 79 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.37 |
| HSL | 138.1º | 0.57% | 0.4% | - |
| HSV(B) | 138.1º | 0.73% | 0.63% | - |
| XYZ | 15.02 | 26.24 | 11.67 | - |
| YUV | 116.08 | 107.07 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 79 | 0.72 | 0 | 0.51 | 0.37 | 138.1 | 0.57 | 0.4 |
| Hex | 2C | A0 | 4F | 48 | 0 | 33 | 25 | 8A | 39 | 28 |
| Octal | 54 | 240 | 117 | 110 | 0 | 63 | 45 | 212 | 71 | 50 |
| Binary | 101100 | 10100000 | 1001111 | 1001000 | 0 | 110011 | 100101 | 10001010 | 111001 | 101000 |
Color Harmonies of #2CA04F
Complementary color
Monochromatic Colors of #2CA04F
Black with #2CA04F
Text Example
Text Example
White with #2CA04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA04F; }
p { color: rgb(44,160,79); }
H1.HeaderClassName
{
color: #2CA04F;
}
.AnyTagClassName
{
color: #2CA04F;
}
</style>
background-color css
<style>
a { background-color: #2CA04F; }
a { background-color: rgb(44,160,79); }
div.DivClassName
{
background-color: #2CA04F;
}
.BgClassName
{
background-color: #2CA04F;
}
</style>
border-color css
<style>
span { border-color: #2CA04F; }
span { border-color: rgb(44,160,79); }
td.TdClassName
{
border-color: #2CA04F;
}
.TagClassName
{
border-color: #2CA04F;
}
</style>