Shades of Chateau Green #2EA040
Tints of Chateau Green #2EA040
RGB
CMYK
RGB Variations
Color information
#2EA040 (or 0x2EA040) is known color: Chateau Green. HEX triplet: 2E, A0 and 40. RGB value is (46,160,64). Sum of RGB (Red+Green+Blue) = 46+160+64=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA040 is #D15FBF. Grayscale: #737373. Windows color (decimal): -13721536 or 4235310. OLE color: 4235310.
HSL color Cylindrical-coordinate representation of color #2EA040: hue angle of 129.47º 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 #2EA040 is Cyan = 0.71, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 64 | - |
| CMYK | 0.71 | 0 | 0.6 | 0.37 |
| HSL | 129.47º | 0.55% | 0.4% | - |
| HSV(B) | 129.47º | 0.71% | 0.63% | - |
| XYZ | 14.62 | 26.09 | 9.12 | - |
| YUV | 114.97 | 99.23 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 64 | 0.71 | 0 | 0.6 | 0.37 | 129.47 | 0.55 | 0.4 |
| Hex | 2E | A0 | 40 | 47 | 0 | 3C | 25 | 81 | 37 | 28 |
| Octal | 56 | 240 | 100 | 107 | 0 | 74 | 45 | 201 | 67 | 50 |
| Binary | 101110 | 10100000 | 1000000 | 1000111 | 0 | 111100 | 100101 | 10000001 | 110111 | 101000 |
Color Harmonies of #2EA040
Complementary color
Monochromatic Colors of #2EA040
Black with #2EA040
Text Example
Text Example
White with #2EA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA040; }
p { color: rgb(46,160,64); }
H1.HeaderClassName
{
color: #2EA040;
}
.AnyTagClassName
{
color: #2EA040;
}
</style>
background-color css
<style>
a { background-color: #2EA040; }
a { background-color: rgb(46,160,64); }
div.DivClassName
{
background-color: #2EA040;
}
.BgClassName
{
background-color: #2EA040;
}
</style>
border-color css
<style>
span { border-color: #2EA040; }
span { border-color: rgb(46,160,64); }
td.TdClassName
{
border-color: #2EA040;
}
.TagClassName
{
border-color: #2EA040;
}
</style>