Shades of Chateau Green #2CA444
Tints of Chateau Green #2CA444
RGB
CMYK
RGB Variations
Color information
#2CA444 (or 0x2CA444) is known color: Chateau Green. HEX triplet: 2C, A4 and 44. RGB value is (44,164,68). Sum of RGB (Red+Green+Blue) = 44+164+68=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA444 is #D35BBB. Grayscale: #757575. Windows color (decimal): -13851580 or 4498476. OLE color: 4498476.
HSL color Cylindrical-coordinate representation of color #2CA444: hue angle of 132º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA444 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 164 | 68 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.36 |
| HSL | 132º | 0.58% | 0.41% | - |
| HSV(B) | 132º | 0.73% | 0.64% | - |
| XYZ | 15.36 | 27.5 | 9.97 | - |
| YUV | 117.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 164 | 68 | 0.73 | 0 | 0.59 | 0.36 | 132 | 0.58 | 0.41 |
| Hex | 2C | A4 | 44 | 49 | 0 | 3B | 24 | 84 | 3A | 29 |
| Octal | 54 | 244 | 104 | 111 | 0 | 73 | 44 | 204 | 72 | 51 |
| Binary | 101100 | 10100100 | 1000100 | 1001001 | 0 | 111011 | 100100 | 10000100 | 111010 | 101001 |
Color Harmonies of #2CA444
Complementary color
Monochromatic Colors of #2CA444
Black with #2CA444
Text Example
Text Example
White with #2CA444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA444; }
p { color: rgb(44,164,68); }
H1.HeaderClassName
{
color: #2CA444;
}
.AnyTagClassName
{
color: #2CA444;
}
</style>
background-color css
<style>
a { background-color: #2CA444; }
a { background-color: rgb(44,164,68); }
div.DivClassName
{
background-color: #2CA444;
}
.BgClassName
{
background-color: #2CA444;
}
</style>
border-color css
<style>
span { border-color: #2CA444; }
span { border-color: rgb(44,164,68); }
td.TdClassName
{
border-color: #2CA444;
}
.TagClassName
{
border-color: #2CA444;
}
</style>