Shades of Chateau Green #2CAB42
Tints of Chateau Green #2CAB42
RGB
CMYK
RGB Variations
Color information
#2CAB42 (or 0x2CAB42) is known color: Chateau Green. HEX triplet: 2C, AB and 42. RGB value is (44,171,66). Sum of RGB (Red+Green+Blue) = 44+171+66=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAB42 is #D354BD. Grayscale: #797979. Windows color (decimal): -13849790 or 4369196. OLE color: 4369196.
HSL color Cylindrical-coordinate representation of color #2CAB42: hue angle of 130.39º 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 #2CAB42 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 171 | 66 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.33 |
| HSL | 130.39º | 0.59% | 0.42% | - |
| HSV(B) | 130.39º | 0.74% | 0.67% | - |
| XYZ | 16.58 | 30.05 | 10.08 | - |
| YUV | 121.06 | 96.92 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 66 | 0.74 | 0 | 0.61 | 0.33 | 130.39 | 0.59 | 0.42 |
| Hex | 2C | AB | 42 | 4A | 0 | 3D | 21 | 82 | 3B | 2A |
| Octal | 54 | 253 | 102 | 112 | 0 | 75 | 41 | 202 | 73 | 52 |
| Binary | 101100 | 10101011 | 1000010 | 1001010 | 0 | 111101 | 100001 | 10000010 | 111011 | 101010 |
Color Harmonies of #2CAB42
Complementary color
Monochromatic Colors of #2CAB42
Black with #2CAB42
Text Example
Text Example
White with #2CAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAB42; }
p { color: rgb(44,171,66); }
H1.HeaderClassName
{
color: #2CAB42;
}
.AnyTagClassName
{
color: #2CAB42;
}
</style>
background-color css
<style>
a { background-color: #2CAB42; }
a { background-color: rgb(44,171,66); }
div.DivClassName
{
background-color: #2CAB42;
}
.BgClassName
{
background-color: #2CAB42;
}
</style>
border-color css
<style>
span { border-color: #2CAB42; }
span { border-color: rgb(44,171,66); }
td.TdClassName
{
border-color: #2CAB42;
}
.TagClassName
{
border-color: #2CAB42;
}
</style>