Shades of Chateau Green #2CA041
Tints of Chateau Green #2CA041
RGB
CMYK
RGB Variations
Color information
#2CA041 (or 0x2CA041) is known color: Chateau Green. HEX triplet: 2C, A0 and 41. RGB value is (44,160,65). Sum of RGB (Red+Green+Blue) = 44+160+65=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 160 (62.89% from 255 or 59.48% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA041 is #D35FBE. Grayscale: #727272. Windows color (decimal): -13852607 or 4300844. OLE color: 4300844.
HSL color Cylindrical-coordinate representation of color #2CA041: hue angle of 130.86º 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 #2CA041 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 65 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.37 |
| HSL | 130.86º | 0.57% | 0.4% | - |
| HSV(B) | 130.86º | 0.73% | 0.63% | - |
| XYZ | 14.56 | 26.06 | 9.26 | - |
| YUV | 114.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 65 | 0.72 | 0 | 0.59 | 0.37 | 130.86 | 0.57 | 0.4 |
| Hex | 2C | A0 | 41 | 48 | 0 | 3B | 25 | 83 | 39 | 28 |
| Octal | 54 | 240 | 101 | 110 | 0 | 73 | 45 | 203 | 71 | 50 |
| Binary | 101100 | 10100000 | 1000001 | 1001000 | 0 | 111011 | 100101 | 10000011 | 111001 | 101000 |
Color Harmonies of #2CA041
Complementary color
Monochromatic Colors of #2CA041
Black with #2CA041
Text Example
Text Example
White with #2CA041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA041; }
p { color: rgb(44,160,65); }
H1.HeaderClassName
{
color: #2CA041;
}
.AnyTagClassName
{
color: #2CA041;
}
</style>
background-color css
<style>
a { background-color: #2CA041; }
a { background-color: rgb(44,160,65); }
div.DivClassName
{
background-color: #2CA041;
}
.BgClassName
{
background-color: #2CA041;
}
</style>
border-color css
<style>
span { border-color: #2CA041; }
span { border-color: rgb(44,160,65); }
td.TdClassName
{
border-color: #2CA041;
}
.TagClassName
{
border-color: #2CA041;
}
</style>