Shades of Chateau Green #2EBA51
Tints of Chateau Green #2EBA51
RGB
CMYK
RGB Variations
Color information
#2EBA51 (or 0x2EBA51) is known color: Chateau Green. HEX triplet: 2E, BA and 51. RGB value is (46,186,81). Sum of RGB (Red+Green+Blue) = 46+186+81=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA51 is #D145AE. Grayscale: #848484. Windows color (decimal): -13714863 or 5356078. OLE color: 5356078.
HSL color Cylindrical-coordinate representation of color #2EBA51: hue angle of 135º 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 #2EBA51 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 81 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.27 |
| HSL | 135º | 0.6% | 0.45% | - |
| HSV(B) | 135º | 0.75% | 0.73% | - |
| XYZ | 20.17 | 36.29 | 13.73 | - |
| YUV | 132.17 | 99.12 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 81 | 0.75 | 0 | 0.56 | 0.27 | 135 | 0.6 | 0.45 |
| Hex | 2E | BA | 51 | 4B | 0 | 38 | 1B | 87 | 3C | 2D |
| Octal | 56 | 272 | 121 | 113 | 0 | 70 | 33 | 207 | 74 | 55 |
| Binary | 101110 | 10111010 | 1010001 | 1001011 | 0 | 111000 | 11011 | 10000111 | 111100 | 101101 |
Color Harmonies of #2EBA51
Complementary color
Monochromatic Colors of #2EBA51
Black with #2EBA51
Text Example
Text Example
White with #2EBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA51; }
p { color: rgb(46,186,81); }
H1.HeaderClassName
{
color: #2EBA51;
}
.AnyTagClassName
{
color: #2EBA51;
}
</style>
background-color css
<style>
a { background-color: #2EBA51; }
a { background-color: rgb(46,186,81); }
div.DivClassName
{
background-color: #2EBA51;
}
.BgClassName
{
background-color: #2EBA51;
}
</style>
border-color css
<style>
span { border-color: #2EBA51; }
span { border-color: rgb(46,186,81); }
td.TdClassName
{
border-color: #2EBA51;
}
.TagClassName
{
border-color: #2EBA51;
}
</style>