Shades of Chateau Green #2EA755
Tints of Chateau Green #2EA755
RGB
CMYK
RGB Variations
Color information
#2EA755 (or 0x2EA755) is known color: Chateau Green. HEX triplet: 2E, A7 and 55. RGB value is (46,167,85). Sum of RGB (Red+Green+Blue) = 46+167+85=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA755 is #D158AA. Grayscale: #797979. Windows color (decimal): -13719723 or 5613358. OLE color: 5613358.
HSL color Cylindrical-coordinate representation of color #2EA755: hue angle of 139.34º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA755 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 167 | 85 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.35 |
| HSL | 139.34º | 0.57% | 0.42% | - |
| HSV(B) | 139.34º | 0.72% | 0.65% | - |
| XYZ | 16.59 | 28.87 | 13.29 | - |
| YUV | 121.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 167 | 85 | 0.72 | 0 | 0.49 | 0.35 | 139.34 | 0.57 | 0.42 |
| Hex | 2E | A7 | 55 | 48 | 0 | 31 | 23 | 8B | 39 | 2A |
| Octal | 56 | 247 | 125 | 110 | 0 | 61 | 43 | 213 | 71 | 52 |
| Binary | 101110 | 10100111 | 1010101 | 1001000 | 0 | 110001 | 100011 | 10001011 | 111001 | 101010 |
Color Harmonies of #2EA755
Complementary color
Monochromatic Colors of #2EA755
Black with #2EA755
Text Example
Text Example
White with #2EA755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA755; }
p { color: rgb(46,167,85); }
H1.HeaderClassName
{
color: #2EA755;
}
.AnyTagClassName
{
color: #2EA755;
}
</style>
background-color css
<style>
a { background-color: #2EA755; }
a { background-color: rgb(46,167,85); }
div.DivClassName
{
background-color: #2EA755;
}
.BgClassName
{
background-color: #2EA755;
}
</style>
border-color css
<style>
span { border-color: #2EA755; }
span { border-color: rgb(46,167,85); }
td.TdClassName
{
border-color: #2EA755;
}
.TagClassName
{
border-color: #2EA755;
}
</style>