Shades of Chateau Green #2CA742
Tints of Chateau Green #2CA742
RGB
CMYK
RGB Variations
Color information
#2CA742 (or 0x2CA742) is known color: Chateau Green. HEX triplet: 2C, A7 and 42. RGB value is (44,167,66). Sum of RGB (Red+Green+Blue) = 44+167+66=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 167 (65.62% from 255 or 60.29% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA742 is #D358BD. Grayscale: #767676. Windows color (decimal): -13850814 or 4368172. OLE color: 4368172.
HSL color Cylindrical-coordinate representation of color #2CA742: hue angle of 130.73º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA742 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 167 | 66 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.35 |
| HSL | 130.73º | 0.58% | 0.41% | - |
| HSV(B) | 130.73º | 0.74% | 0.65% | - |
| XYZ | 15.84 | 28.57 | 9.83 | - |
| YUV | 118.71 | 98.25 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 167 | 66 | 0.74 | 0 | 0.60 | 0.35 | 130.73 | 0.58 | 0.41 |
| Hex | 2C | A7 | 42 | 4A | 0 | 3C | 23 | 83 | 3A | 29 |
| Octal | 54 | 247 | 102 | 112 | 0 | 74 | 43 | 203 | 72 | 51 |
| Binary | 101100 | 10100111 | 1000010 | 1001010 | 0 | 111100 | 100011 | 10000011 | 111010 | 101001 |
Color Harmonies of #2CA742
Complementary color
Monochromatic Colors of #2CA742
Black with #2CA742
Text Example
Text Example
White with #2CA742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA742; }
p { color: rgb(44,167,66); }
H1.HeaderClassName
{
color: #2CA742;
}
.AnyTagClassName
{
color: #2CA742;
}
</style>
background-color css
<style>
a { background-color: #2CA742; }
a { background-color: rgb(44,167,66); }
div.DivClassName
{
background-color: #2CA742;
}
.BgClassName
{
background-color: #2CA742;
}
</style>
border-color css
<style>
span { border-color: #2CA742; }
span { border-color: rgb(44,167,66); }
td.TdClassName
{
border-color: #2CA742;
}
.TagClassName
{
border-color: #2CA742;
}
</style>