Shades of Chateau Green #2EA04C
Tints of Chateau Green #2EA04C
RGB
CMYK
RGB Variations
Color information
#2EA04C (or 0x2EA04C) is known color: Chateau Green. HEX triplet: 2E, A0 and 4C. RGB value is (46,160,76). Sum of RGB (Red+Green+Blue) = 46+160+76=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 160 (62.89% from 255 or 56.74% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA04C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA04C is #D15FB3. Grayscale: #747474. Windows color (decimal): -13721524 or 5021742. OLE color: 5021742.
HSL color Cylindrical-coordinate representation of color #2EA04C: hue angle of 135.79º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA04C is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 76 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.37 |
| HSL | 135.79º | 0.55% | 0.4% | - |
| HSV(B) | 135.79º | 0.71% | 0.63% | - |
| XYZ | 15 | 26.24 | 11.11 | - |
| YUV | 116.34 | 105.23 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 76 | 0.71 | 0 | 0.52 | 0.37 | 135.79 | 0.55 | 0.4 |
| Hex | 2E | A0 | 4C | 47 | 0 | 34 | 25 | 88 | 37 | 28 |
| Octal | 56 | 240 | 114 | 107 | 0 | 64 | 45 | 210 | 67 | 50 |
| Binary | 101110 | 10100000 | 1001100 | 1000111 | 0 | 110100 | 100101 | 10001000 | 110111 | 101000 |
Color Harmonies of #2EA04C
Complementary color
Monochromatic Colors of #2EA04C
Black with #2EA04C
Text Example
Text Example
White with #2EA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA04C; }
p { color: rgb(46,160,76); }
H1.HeaderClassName
{
color: #2EA04C;
}
.AnyTagClassName
{
color: #2EA04C;
}
</style>
background-color css
<style>
a { background-color: #2EA04C; }
a { background-color: rgb(46,160,76); }
div.DivClassName
{
background-color: #2EA04C;
}
.BgClassName
{
background-color: #2EA04C;
}
</style>
border-color css
<style>
span { border-color: #2EA04C; }
span { border-color: rgb(46,160,76); }
td.TdClassName
{
border-color: #2EA04C;
}
.TagClassName
{
border-color: #2EA04C;
}
</style>