Shades of Chateau Green #2CAA55
Tints of Chateau Green #2CAA55
RGB
CMYK
RGB Variations
Color information
#2CAA55 (or 0x2CAA55) is known color: Chateau Green. HEX triplet: 2C, AA and 55. RGB value is (44,170,85). Sum of RGB (Red+Green+Blue) = 44+170+85=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA55 is #D355AA. Grayscale: #7A7A7A. Windows color (decimal): -13850027 or 5614124. OLE color: 5614124.
HSL color Cylindrical-coordinate representation of color #2CAA55: hue angle of 139.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 #2CAA55 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 85 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.33 |
| HSL | 139.52º | 0.59% | 0.42% | - |
| HSV(B) | 139.52º | 0.74% | 0.67% | - |
| XYZ | 17.05 | 29.94 | 13.47 | - |
| YUV | 122.64 | 106.76 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 85 | 0.74 | 0 | 0.50 | 0.33 | 139.52 | 0.59 | 0.42 |
| Hex | 2C | AA | 55 | 4A | 0 | 32 | 21 | 8C | 3B | 2A |
| Octal | 54 | 252 | 125 | 112 | 0 | 62 | 41 | 214 | 73 | 52 |
| Binary | 101100 | 10101010 | 1010101 | 1001010 | 0 | 110010 | 100001 | 10001100 | 111011 | 101010 |
Color Harmonies of #2CAA55
Complementary color
Monochromatic Colors of #2CAA55
Black with #2CAA55
Text Example
Text Example
White with #2CAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA55; }
p { color: rgb(44,170,85); }
H1.HeaderClassName
{
color: #2CAA55;
}
.AnyTagClassName
{
color: #2CAA55;
}
</style>
background-color css
<style>
a { background-color: #2CAA55; }
a { background-color: rgb(44,170,85); }
div.DivClassName
{
background-color: #2CAA55;
}
.BgClassName
{
background-color: #2CAA55;
}
</style>
border-color css
<style>
span { border-color: #2CAA55; }
span { border-color: rgb(44,170,85); }
td.TdClassName
{
border-color: #2CAA55;
}
.TagClassName
{
border-color: #2CAA55;
}
</style>