Shades of Chateau Green #2CA04E
Tints of Chateau Green #2CA04E
RGB
CMYK
RGB Variations
Color information
#2CA04E (or 0x2CA04E) is known color: Chateau Green. HEX triplet: 2C, A0 and 4E. RGB value is (44,160,78). Sum of RGB (Red+Green+Blue) = 44+160+78=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 160 (62.89% from 255 or 56.74% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA04E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA04E is #D35FB1. Grayscale: #747474. Windows color (decimal): -13852594 or 5152812. OLE color: 5152812.
HSL color Cylindrical-coordinate representation of color #2CA04E: hue angle of 137.59º 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 #2CA04E is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 78 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.37 |
| HSL | 137.59º | 0.57% | 0.4% | - |
| HSV(B) | 137.59º | 0.73% | 0.63% | - |
| XYZ | 14.98 | 26.23 | 11.48 | - |
| YUV | 115.97 | 106.57 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 78 | 0.72 | 0 | 0.51 | 0.37 | 137.59 | 0.57 | 0.4 |
| Hex | 2C | A0 | 4E | 48 | 0 | 33 | 25 | 8A | 39 | 28 |
| Octal | 54 | 240 | 116 | 110 | 0 | 63 | 45 | 212 | 71 | 50 |
| Binary | 101100 | 10100000 | 1001110 | 1001000 | 0 | 110011 | 100101 | 10001010 | 111001 | 101000 |
Color Harmonies of #2CA04E
Complementary color
Monochromatic Colors of #2CA04E
Black with #2CA04E
Text Example
Text Example
White with #2CA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA04E; }
p { color: rgb(44,160,78); }
H1.HeaderClassName
{
color: #2CA04E;
}
.AnyTagClassName
{
color: #2CA04E;
}
</style>
background-color css
<style>
a { background-color: #2CA04E; }
a { background-color: rgb(44,160,78); }
div.DivClassName
{
background-color: #2CA04E;
}
.BgClassName
{
background-color: #2CA04E;
}
</style>
border-color css
<style>
span { border-color: #2CA04E; }
span { border-color: rgb(44,160,78); }
td.TdClassName
{
border-color: #2CA04E;
}
.TagClassName
{
border-color: #2CA04E;
}
</style>