Shades of Chateau Green #2CAB4D
Tints of Chateau Green #2CAB4D
RGB
CMYK
RGB Variations
Color information
#2CAB4D (or 0x2CAB4D) is known color: Chateau Green. HEX triplet: 2C, AB and 4D. RGB value is (44,171,77). Sum of RGB (Red+Green+Blue) = 44+171+77=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAB4D is #D354B2. Grayscale: #7A7A7A. Windows color (decimal): -13849779 or 5090092. OLE color: 5090092.
HSL color Cylindrical-coordinate representation of color #2CAB4D: hue angle of 135.59º 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 #2CAB4D is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 171 | 77 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.33 |
| HSL | 135.59º | 0.59% | 0.42% | - |
| HSV(B) | 135.59º | 0.74% | 0.67% | - |
| XYZ | 16.94 | 30.2 | 11.96 | - |
| YUV | 122.31 | 102.42 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 77 | 0.74 | 0 | 0.55 | 0.33 | 135.59 | 0.59 | 0.42 |
| Hex | 2C | AB | 4D | 4A | 0 | 37 | 21 | 88 | 3B | 2A |
| Octal | 54 | 253 | 115 | 112 | 0 | 67 | 41 | 210 | 73 | 52 |
| Binary | 101100 | 10101011 | 1001101 | 1001010 | 0 | 110111 | 100001 | 10001000 | 111011 | 101010 |
Color Harmonies of #2CAB4D
Complementary color
Monochromatic Colors of #2CAB4D
Black with #2CAB4D
Text Example
Text Example
White with #2CAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAB4D; }
p { color: rgb(44,171,77); }
H1.HeaderClassName
{
color: #2CAB4D;
}
.AnyTagClassName
{
color: #2CAB4D;
}
</style>
background-color css
<style>
a { background-color: #2CAB4D; }
a { background-color: rgb(44,171,77); }
div.DivClassName
{
background-color: #2CAB4D;
}
.BgClassName
{
background-color: #2CAB4D;
}
</style>
border-color css
<style>
span { border-color: #2CAB4D; }
span { border-color: rgb(44,171,77); }
td.TdClassName
{
border-color: #2CAB4D;
}
.TagClassName
{
border-color: #2CAB4D;
}
</style>