Shades of Chateau Green #2CA642
Tints of Chateau Green #2CA642
RGB
CMYK
RGB Variations
Color information
#2CA642 (or 0x2CA642) is known color: Chateau Green. HEX triplet: 2C, A6 and 42. RGB value is (44,166,66). Sum of RGB (Red+Green+Blue) = 44+166+66=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 166 (65.23% from 255 or 60.14% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA642 is #D359BD. Grayscale: #767676. Windows color (decimal): -13851070 or 4367916. OLE color: 4367916.
HSL color Cylindrical-coordinate representation of color #2CA642: hue angle of 130.82º 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 #2CA642 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 66 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.35 |
| HSL | 130.82º | 0.58% | 0.41% | - |
| HSV(B) | 130.82º | 0.73% | 0.65% | - |
| XYZ | 15.66 | 28.2 | 9.77 | - |
| YUV | 118.12 | 98.58 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 66 | 0.73 | 0 | 0.60 | 0.35 | 130.82 | 0.58 | 0.41 |
| Hex | 2C | A6 | 42 | 49 | 0 | 3C | 23 | 83 | 3A | 29 |
| Octal | 54 | 246 | 102 | 111 | 0 | 74 | 43 | 203 | 72 | 51 |
| Binary | 101100 | 10100110 | 1000010 | 1001001 | 0 | 111100 | 100011 | 10000011 | 111010 | 101001 |
Color Harmonies of #2CA642
Complementary color
Monochromatic Colors of #2CA642
Black with #2CA642
Text Example
Text Example
White with #2CA642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA642; }
p { color: rgb(44,166,66); }
H1.HeaderClassName
{
color: #2CA642;
}
.AnyTagClassName
{
color: #2CA642;
}
</style>
background-color css
<style>
a { background-color: #2CA642; }
a { background-color: rgb(44,166,66); }
div.DivClassName
{
background-color: #2CA642;
}
.BgClassName
{
background-color: #2CA642;
}
</style>
border-color css
<style>
span { border-color: #2CA642; }
span { border-color: rgb(44,166,66); }
td.TdClassName
{
border-color: #2CA642;
}
.TagClassName
{
border-color: #2CA642;
}
</style>