Shades of Medium Sea Green #2EB765
Tints of Medium Sea Green #2EB765
RGB
CMYK
RGB Variations
Color information
#2EB765 (or 0x2EB765) is known color: Medium Sea Green. HEX triplet: 2E, B7 and 65. RGB value is (46,183,101). Sum of RGB (Red+Green+Blue) = 46+183+101=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB765 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB765 is #D1489A. Grayscale: #848484. Windows color (decimal): -13715611 or 6666030. OLE color: 6666030.
HSL color Cylindrical-coordinate representation of color #2EB765: hue angle of 144.09º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB765 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 101 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.28 |
| HSL | 144.09º | 0.6% | 0.45% | - |
| HSV(B) | 144.09º | 0.75% | 0.72% | - |
| XYZ | 20.41 | 35.39 | 18.07 | - |
| YUV | 132.69 | 110.11 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 101 | 0.75 | 0 | 0.45 | 0.28 | 144.09 | 0.6 | 0.45 |
| Hex | 2E | B7 | 65 | 4B | 0 | 2D | 1C | 90 | 3C | 2D |
| Octal | 56 | 267 | 145 | 113 | 0 | 55 | 34 | 220 | 74 | 55 |
| Binary | 101110 | 10110111 | 1100101 | 1001011 | 0 | 101101 | 11100 | 10010000 | 111100 | 101101 |
Color Harmonies of #2EB765
Complementary color
Monochromatic Colors of #2EB765
Black with #2EB765
Text Example
Text Example
White with #2EB765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB765; }
p { color: rgb(46,183,101); }
H1.HeaderClassName
{
color: #2EB765;
}
.AnyTagClassName
{
color: #2EB765;
}
</style>
background-color css
<style>
a { background-color: #2EB765; }
a { background-color: rgb(46,183,101); }
div.DivClassName
{
background-color: #2EB765;
}
.BgClassName
{
background-color: #2EB765;
}
</style>
border-color css
<style>
span { border-color: #2EB765; }
span { border-color: rgb(46,183,101); }
td.TdClassName
{
border-color: #2EB765;
}
.TagClassName
{
border-color: #2EB765;
}
</style>