Shades of Chateau Green #2CAB40
Tints of Chateau Green #2CAB40
RGB
CMYK
RGB Variations
Color information
#2CAB40 (or 0x2CAB40) is known color: Chateau Green. HEX triplet: 2C, AB and 40. RGB value is (44,171,64). Sum of RGB (Red+Green+Blue) = 44+171+64=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAB40 is #D354BF. Grayscale: #797979. Windows color (decimal): -13849792 or 4238124. OLE color: 4238124.
HSL color Cylindrical-coordinate representation of color #2CAB40: hue angle of 129.45º 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 #2CAB40 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 171 | 64 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.33 |
| HSL | 129.45º | 0.59% | 0.42% | - |
| HSV(B) | 129.45º | 0.74% | 0.67% | - |
| XYZ | 16.53 | 30.03 | 9.78 | - |
| YUV | 120.83 | 95.92 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 64 | 0.74 | 0 | 0.63 | 0.33 | 129.45 | 0.59 | 0.42 |
| Hex | 2C | AB | 40 | 4A | 0 | 3F | 21 | 81 | 3B | 2A |
| Octal | 54 | 253 | 100 | 112 | 0 | 77 | 41 | 201 | 73 | 52 |
| Binary | 101100 | 10101011 | 1000000 | 1001010 | 0 | 111111 | 100001 | 10000001 | 111011 | 101010 |
Color Harmonies of #2CAB40
Complementary color
Monochromatic Colors of #2CAB40
Black with #2CAB40
Text Example
Text Example
White with #2CAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAB40; }
p { color: rgb(44,171,64); }
H1.HeaderClassName
{
color: #2CAB40;
}
.AnyTagClassName
{
color: #2CAB40;
}
</style>
background-color css
<style>
a { background-color: #2CAB40; }
a { background-color: rgb(44,171,64); }
div.DivClassName
{
background-color: #2CAB40;
}
.BgClassName
{
background-color: #2CAB40;
}
</style>
border-color css
<style>
span { border-color: #2CAB40; }
span { border-color: rgb(44,171,64); }
td.TdClassName
{
border-color: #2CAB40;
}
.TagClassName
{
border-color: #2CAB40;
}
</style>