Shades of Chateau Green #2CA044
Tints of Chateau Green #2CA044
RGB
CMYK
RGB Variations
Color information
#2CA044 (or 0x2CA044) is known color: Chateau Green. HEX triplet: 2C, A0 and 44. RGB value is (44,160,68). Sum of RGB (Red+Green+Blue) = 44+160+68=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA044 is #D35FBB. Grayscale: #737373. Windows color (decimal): -13852604 or 4497452. OLE color: 4497452.
HSL color Cylindrical-coordinate representation of color #2CA044: hue angle of 132.41º 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 #2CA044 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 68 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.37 |
| HSL | 132.41º | 0.57% | 0.4% | - |
| HSV(B) | 132.41º | 0.73% | 0.63% | - |
| XYZ | 14.65 | 26.09 | 9.73 | - |
| YUV | 114.83 | 101.57 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 68 | 0.72 | 0 | 0.57 | 0.37 | 132.41 | 0.57 | 0.4 |
| Hex | 2C | A0 | 44 | 48 | 0 | 39 | 25 | 84 | 39 | 28 |
| Octal | 54 | 240 | 104 | 110 | 0 | 71 | 45 | 204 | 71 | 50 |
| Binary | 101100 | 10100000 | 1000100 | 1001000 | 0 | 111001 | 100101 | 10000100 | 111001 | 101000 |
Color Harmonies of #2CA044
Complementary color
Monochromatic Colors of #2CA044
Black with #2CA044
Text Example
Text Example
White with #2CA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA044; }
p { color: rgb(44,160,68); }
H1.HeaderClassName
{
color: #2CA044;
}
.AnyTagClassName
{
color: #2CA044;
}
</style>
background-color css
<style>
a { background-color: #2CA044; }
a { background-color: rgb(44,160,68); }
div.DivClassName
{
background-color: #2CA044;
}
.BgClassName
{
background-color: #2CA044;
}
</style>
border-color css
<style>
span { border-color: #2CA044; }
span { border-color: rgb(44,160,68); }
td.TdClassName
{
border-color: #2CA044;
}
.TagClassName
{
border-color: #2CA044;
}
</style>