Shades of Medium Sea Green #2EBA6D
Tints of Medium Sea Green #2EBA6D
RGB
CMYK
RGB Variations
Color information
#2EBA6D (or 0x2EBA6D) is known color: Medium Sea Green. HEX triplet: 2E, BA and 6D. RGB value is (46,186,109). Sum of RGB (Red+Green+Blue) = 46+186+109=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA6D is #D14592. Grayscale: #878787. Windows color (decimal): -13714835 or 7191086. OLE color: 7191086.
HSL color Cylindrical-coordinate representation of color #2EBA6D: hue angle of 147º 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 #2EBA6D is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 109 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.27 |
| HSL | 147º | 0.6% | 0.45% | - |
| HSV(B) | 147º | 0.75% | 0.73% | - |
| XYZ | 21.45 | 36.8 | 20.44 | - |
| YUV | 135.36 | 113.12 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 109 | 0.75 | 0 | 0.41 | 0.27 | 147 | 0.6 | 0.45 |
| Hex | 2E | BA | 6D | 4B | 0 | 29 | 1B | 93 | 3C | 2D |
| Octal | 56 | 272 | 155 | 113 | 0 | 51 | 33 | 223 | 74 | 55 |
| Binary | 101110 | 10111010 | 1101101 | 1001011 | 0 | 101001 | 11011 | 10010011 | 111100 | 101101 |
Color Harmonies of #2EBA6D
Complementary color
Monochromatic Colors of #2EBA6D
Black with #2EBA6D
Text Example
Text Example
White with #2EBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA6D; }
p { color: rgb(46,186,109); }
H1.HeaderClassName
{
color: #2EBA6D;
}
.AnyTagClassName
{
color: #2EBA6D;
}
</style>
background-color css
<style>
a { background-color: #2EBA6D; }
a { background-color: rgb(46,186,109); }
div.DivClassName
{
background-color: #2EBA6D;
}
.BgClassName
{
background-color: #2EBA6D;
}
</style>
border-color css
<style>
span { border-color: #2EBA6D; }
span { border-color: rgb(46,186,109); }
td.TdClassName
{
border-color: #2EBA6D;
}
.TagClassName
{
border-color: #2EBA6D;
}
</style>