Shades of Chateau Green #2CAA3F
Tints of Chateau Green #2CAA3F
RGB
CMYK
RGB Variations
Color information
#2CAA3F (or 0x2CAA3F) is known color: Chateau Green. HEX triplet: 2C, AA and 3F. RGB value is (44,170,63). Sum of RGB (Red+Green+Blue) = 44+170+63=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAA3F is #D355C0. Grayscale: #787878. Windows color (decimal): -13850049 or 4172332. OLE color: 4172332.
HSL color Cylindrical-coordinate representation of color #2CAA3F: hue angle of 129.05º 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 #2CAA3F is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 63 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.33 |
| HSL | 129.05º | 0.59% | 0.42% | - |
| HSV(B) | 129.05º | 0.74% | 0.67% | - |
| XYZ | 16.31 | 29.64 | 9.56 | - |
| YUV | 120.13 | 95.76 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 63 | 0.74 | 0 | 0.63 | 0.33 | 129.05 | 0.59 | 0.42 |
| Hex | 2C | AA | 3F | 4A | 0 | 3F | 21 | 81 | 3B | 2A |
| Octal | 54 | 252 | 77 | 112 | 0 | 77 | 41 | 201 | 73 | 52 |
| Binary | 101100 | 10101010 | 111111 | 1001010 | 0 | 111111 | 100001 | 10000001 | 111011 | 101010 |
Color Harmonies of #2CAA3F
Complementary color
Monochromatic Colors of #2CAA3F
Black with #2CAA3F
Text Example
Text Example
White with #2CAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA3F; }
p { color: rgb(44,170,63); }
H1.HeaderClassName
{
color: #2CAA3F;
}
.AnyTagClassName
{
color: #2CAA3F;
}
</style>
background-color css
<style>
a { background-color: #2CAA3F; }
a { background-color: rgb(44,170,63); }
div.DivClassName
{
background-color: #2CAA3F;
}
.BgClassName
{
background-color: #2CAA3F;
}
</style>
border-color css
<style>
span { border-color: #2CAA3F; }
span { border-color: rgb(44,170,63); }
td.TdClassName
{
border-color: #2CAA3F;
}
.TagClassName
{
border-color: #2CAA3F;
}
</style>