Shades of Chateau Green #2CAA40
Tints of Chateau Green #2CAA40
RGB
CMYK
RGB Variations
Color information
#2CAA40 (or 0x2CAA40) is known color: Chateau Green. HEX triplet: 2C, AA and 40. RGB value is (44,170,64). Sum of RGB (Red+Green+Blue) = 44+170+64=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAA40 is #D355BF. Grayscale: #787878. Windows color (decimal): -13850048 or 4237868. OLE color: 4237868.
HSL color Cylindrical-coordinate representation of color #2CAA40: hue angle of 129.52º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAA40 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 64 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.33 |
| HSL | 129.52º | 0.59% | 0.42% | - |
| HSV(B) | 129.52º | 0.74% | 0.67% | - |
| XYZ | 16.34 | 29.66 | 9.71 | - |
| YUV | 120.24 | 96.26 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 64 | 0.74 | 0 | 0.62 | 0.33 | 129.52 | 0.59 | 0.42 |
| Hex | 2C | AA | 40 | 4A | 0 | 3E | 21 | 82 | 3B | 2A |
| Octal | 54 | 252 | 100 | 112 | 0 | 76 | 41 | 202 | 73 | 52 |
| Binary | 101100 | 10101010 | 1000000 | 1001010 | 0 | 111110 | 100001 | 10000010 | 111011 | 101010 |
Color Harmonies of #2CAA40
Complementary color
Monochromatic Colors of #2CAA40
Black with #2CAA40
Text Example
Text Example
White with #2CAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA40; }
p { color: rgb(44,170,64); }
H1.HeaderClassName
{
color: #2CAA40;
}
.AnyTagClassName
{
color: #2CAA40;
}
</style>
background-color css
<style>
a { background-color: #2CAA40; }
a { background-color: rgb(44,170,64); }
div.DivClassName
{
background-color: #2CAA40;
}
.BgClassName
{
background-color: #2CAA40;
}
</style>
border-color css
<style>
span { border-color: #2CAA40; }
span { border-color: rgb(44,170,64); }
td.TdClassName
{
border-color: #2CAA40;
}
.TagClassName
{
border-color: #2CAA40;
}
</style>