Shades of Chateau Green #2CAA4D
Tints of Chateau Green #2CAA4D
RGB
CMYK
RGB Variations
Color information
#2CAA4D (or 0x2CAA4D) is known color: Chateau Green. HEX triplet: 2C, AA and 4D. RGB value is (44,170,77). Sum of RGB (Red+Green+Blue) = 44+170+77=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA4D is #D355B2. Grayscale: #797979. Windows color (decimal): -13850035 or 5089836. OLE color: 5089836.
HSL color Cylindrical-coordinate representation of color #2CAA4D: hue angle of 135.71º 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 #2CAA4D is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 77 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.33 |
| HSL | 135.71º | 0.59% | 0.42% | - |
| HSV(B) | 135.71º | 0.74% | 0.67% | - |
| XYZ | 16.75 | 29.82 | 11.89 | - |
| YUV | 121.72 | 102.76 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 77 | 0.74 | 0 | 0.55 | 0.33 | 135.71 | 0.59 | 0.42 |
| Hex | 2C | AA | 4D | 4A | 0 | 37 | 21 | 88 | 3B | 2A |
| Octal | 54 | 252 | 115 | 112 | 0 | 67 | 41 | 210 | 73 | 52 |
| Binary | 101100 | 10101010 | 1001101 | 1001010 | 0 | 110111 | 100001 | 10001000 | 111011 | 101010 |
Color Harmonies of #2CAA4D
Complementary color
Monochromatic Colors of #2CAA4D
Black with #2CAA4D
Text Example
Text Example
White with #2CAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA4D; }
p { color: rgb(44,170,77); }
H1.HeaderClassName
{
color: #2CAA4D;
}
.AnyTagClassName
{
color: #2CAA4D;
}
</style>
background-color css
<style>
a { background-color: #2CAA4D; }
a { background-color: rgb(44,170,77); }
div.DivClassName
{
background-color: #2CAA4D;
}
.BgClassName
{
background-color: #2CAA4D;
}
</style>
border-color css
<style>
span { border-color: #2CAA4D; }
span { border-color: rgb(44,170,77); }
td.TdClassName
{
border-color: #2CAA4D;
}
.TagClassName
{
border-color: #2CAA4D;
}
</style>