Shades of Chateau Green #2EBA4E
Tints of Chateau Green #2EBA4E
RGB
CMYK
RGB Variations
Color information
#2EBA4E (or 0x2EBA4E) is known color: Chateau Green. HEX triplet: 2E, BA and 4E. RGB value is (46,186,78). Sum of RGB (Red+Green+Blue) = 46+186+78=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA4E is #D145B1. Grayscale: #848484. Windows color (decimal): -13714866 or 5159470. OLE color: 5159470.
HSL color Cylindrical-coordinate representation of color #2EBA4E: hue angle of 133.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBA4E is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 78 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.27 |
| HSL | 133.71º | 0.6% | 0.45% | - |
| HSV(B) | 133.71º | 0.75% | 0.73% | - |
| XYZ | 20.06 | 36.25 | 13.15 | - |
| YUV | 131.83 | 97.62 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 78 | 0.75 | 0 | 0.58 | 0.27 | 133.71 | 0.6 | 0.45 |
| Hex | 2E | BA | 4E | 4B | 0 | 3A | 1B | 86 | 3C | 2D |
| Octal | 56 | 272 | 116 | 113 | 0 | 72 | 33 | 206 | 74 | 55 |
| Binary | 101110 | 10111010 | 1001110 | 1001011 | 0 | 111010 | 11011 | 10000110 | 111100 | 101101 |
Color Harmonies of #2EBA4E
Complementary color
Monochromatic Colors of #2EBA4E
Black with #2EBA4E
Text Example
Text Example
White with #2EBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA4E; }
p { color: rgb(46,186,78); }
H1.HeaderClassName
{
color: #2EBA4E;
}
.AnyTagClassName
{
color: #2EBA4E;
}
</style>
background-color css
<style>
a { background-color: #2EBA4E; }
a { background-color: rgb(46,186,78); }
div.DivClassName
{
background-color: #2EBA4E;
}
.BgClassName
{
background-color: #2EBA4E;
}
</style>
border-color css
<style>
span { border-color: #2EBA4E; }
span { border-color: rgb(46,186,78); }
td.TdClassName
{
border-color: #2EBA4E;
}
.TagClassName
{
border-color: #2EBA4E;
}
</style>