Shades of Chateau Green #2CA63F
Tints of Chateau Green #2CA63F
RGB
CMYK
RGB Variations
Color information
#2CA63F (or 0x2CA63F) is known color: Chateau Green. HEX triplet: 2C, A6 and 3F. RGB value is (44,166,63). Sum of RGB (Red+Green+Blue) = 44+166+63=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 166 (65.23% from 255 or 60.81% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA63F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA63F is #D359C0. Grayscale: #767676. Windows color (decimal): -13851073 or 4171308. OLE color: 4171308.
HSL color Cylindrical-coordinate representation of color #2CA63F: hue angle of 129.34º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA63F is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 63 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.35 |
| HSL | 129.34º | 0.58% | 0.41% | - |
| HSV(B) | 129.34º | 0.73% | 0.65% | - |
| XYZ | 15.57 | 28.17 | 9.32 | - |
| YUV | 117.78 | 97.08 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 63 | 0.73 | 0 | 0.62 | 0.35 | 129.34 | 0.58 | 0.41 |
| Hex | 2C | A6 | 3F | 49 | 0 | 3E | 23 | 81 | 3A | 29 |
| Octal | 54 | 246 | 77 | 111 | 0 | 76 | 43 | 201 | 72 | 51 |
| Binary | 101100 | 10100110 | 111111 | 1001001 | 0 | 111110 | 100011 | 10000001 | 111010 | 101001 |
Color Harmonies of #2CA63F
Complementary color
Monochromatic Colors of #2CA63F
Black with #2CA63F
Text Example
Text Example
White with #2CA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA63F; }
p { color: rgb(44,166,63); }
H1.HeaderClassName
{
color: #2CA63F;
}
.AnyTagClassName
{
color: #2CA63F;
}
</style>
background-color css
<style>
a { background-color: #2CA63F; }
a { background-color: rgb(44,166,63); }
div.DivClassName
{
background-color: #2CA63F;
}
.BgClassName
{
background-color: #2CA63F;
}
</style>
border-color css
<style>
span { border-color: #2CA63F; }
span { border-color: rgb(44,166,63); }
td.TdClassName
{
border-color: #2CA63F;
}
.TagClassName
{
border-color: #2CA63F;
}
</style>