Shades of Chateau Green #2CA643
Tints of Chateau Green #2CA643
RGB
CMYK
RGB Variations
Color information
#2CA643 (or 0x2CA643) is known color: Chateau Green. HEX triplet: 2C, A6 and 43. RGB value is (44,166,67). Sum of RGB (Red+Green+Blue) = 44+166+67=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 166 (65.23% from 255 or 59.93% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA643 is #D359BC. Grayscale: #767676. Windows color (decimal): -13851069 or 4433452. OLE color: 4433452.
HSL color Cylindrical-coordinate representation of color #2CA643: hue angle of 131.31º 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 #2CA643 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 67 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.35 |
| HSL | 131.31º | 0.58% | 0.41% | - |
| HSV(B) | 131.31º | 0.73% | 0.65% | - |
| XYZ | 15.69 | 28.21 | 9.93 | - |
| YUV | 118.24 | 99.08 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 67 | 0.73 | 0 | 0.60 | 0.35 | 131.31 | 0.58 | 0.41 |
| Hex | 2C | A6 | 43 | 49 | 0 | 3C | 23 | 83 | 3A | 29 |
| Octal | 54 | 246 | 103 | 111 | 0 | 74 | 43 | 203 | 72 | 51 |
| Binary | 101100 | 10100110 | 1000011 | 1001001 | 0 | 111100 | 100011 | 10000011 | 111010 | 101001 |
Color Harmonies of #2CA643
Complementary color
Monochromatic Colors of #2CA643
Black with #2CA643
Text Example
Text Example
White with #2CA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA643; }
p { color: rgb(44,166,67); }
H1.HeaderClassName
{
color: #2CA643;
}
.AnyTagClassName
{
color: #2CA643;
}
</style>
background-color css
<style>
a { background-color: #2CA643; }
a { background-color: rgb(44,166,67); }
div.DivClassName
{
background-color: #2CA643;
}
.BgClassName
{
background-color: #2CA643;
}
</style>
border-color css
<style>
span { border-color: #2CA643; }
span { border-color: rgb(44,166,67); }
td.TdClassName
{
border-color: #2CA643;
}
.TagClassName
{
border-color: #2CA643;
}
</style>