Shades of Chateau Green #2CAA41
Tints of Chateau Green #2CAA41
RGB
CMYK
RGB Variations
Color information
#2CAA41 (or 0x2CAA41) is known color: Chateau Green. HEX triplet: 2C, AA and 41. RGB value is (44,170,65). Sum of RGB (Red+Green+Blue) = 44+170+65=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAA41 is #D355BE. Grayscale: #787878. Windows color (decimal): -13850047 or 4303404. OLE color: 4303404.
HSL color Cylindrical-coordinate representation of color #2CAA41: hue angle of 130º 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 #2CAA41 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 65 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.33 |
| HSL | 130º | 0.59% | 0.42% | - |
| HSV(B) | 130º | 0.74% | 0.67% | - |
| XYZ | 16.37 | 29.67 | 9.86 | - |
| YUV | 120.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 65 | 0.74 | 0 | 0.62 | 0.33 | 130 | 0.59 | 0.42 |
| Hex | 2C | AA | 41 | 4A | 0 | 3E | 21 | 82 | 3B | 2A |
| Octal | 54 | 252 | 101 | 112 | 0 | 76 | 41 | 202 | 73 | 52 |
| Binary | 101100 | 10101010 | 1000001 | 1001010 | 0 | 111110 | 100001 | 10000010 | 111011 | 101010 |
Color Harmonies of #2CAA41
Complementary color
Monochromatic Colors of #2CAA41
Black with #2CAA41
Text Example
Text Example
White with #2CAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA41; }
p { color: rgb(44,170,65); }
H1.HeaderClassName
{
color: #2CAA41;
}
.AnyTagClassName
{
color: #2CAA41;
}
</style>
background-color css
<style>
a { background-color: #2CAA41; }
a { background-color: rgb(44,170,65); }
div.DivClassName
{
background-color: #2CAA41;
}
.BgClassName
{
background-color: #2CAA41;
}
</style>
border-color css
<style>
span { border-color: #2CAA41; }
span { border-color: rgb(44,170,65); }
td.TdClassName
{
border-color: #2CAA41;
}
.TagClassName
{
border-color: #2CAA41;
}
</style>