Shades of Medium Sea Green #2EB770
Tints of Medium Sea Green #2EB770
RGB
CMYK
RGB Variations
Color information
#2EB770 (or 0x2EB770) is known color: Medium Sea Green. HEX triplet: 2E, B7 and 70. RGB value is (46,183,112). Sum of RGB (Red+Green+Blue) = 46+183+112=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB770 is #D1488F. Grayscale: #868686. Windows color (decimal): -13715600 or 7386926. OLE color: 7386926.
HSL color Cylindrical-coordinate representation of color #2EB770: hue angle of 148.91º 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 #2EB770 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 112 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.28 |
| HSL | 148.91º | 0.6% | 0.45% | - |
| HSV(B) | 148.91º | 0.75% | 0.72% | - |
| XYZ | 20.98 | 35.62 | 21.1 | - |
| YUV | 133.94 | 115.61 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 112 | 0.75 | 0 | 0.39 | 0.28 | 148.91 | 0.6 | 0.45 |
| Hex | 2E | B7 | 70 | 4B | 0 | 27 | 1C | 95 | 3C | 2D |
| Octal | 56 | 267 | 160 | 113 | 0 | 47 | 34 | 225 | 74 | 55 |
| Binary | 101110 | 10110111 | 1110000 | 1001011 | 0 | 100111 | 11100 | 10010101 | 111100 | 101101 |
Color Harmonies of #2EB770
Complementary color
Monochromatic Colors of #2EB770
Black with #2EB770
Text Example
Text Example
White with #2EB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB770; }
p { color: rgb(46,183,112); }
H1.HeaderClassName
{
color: #2EB770;
}
.AnyTagClassName
{
color: #2EB770;
}
</style>
background-color css
<style>
a { background-color: #2EB770; }
a { background-color: rgb(46,183,112); }
div.DivClassName
{
background-color: #2EB770;
}
.BgClassName
{
background-color: #2EB770;
}
</style>
border-color css
<style>
span { border-color: #2EB770; }
span { border-color: rgb(46,183,112); }
td.TdClassName
{
border-color: #2EB770;
}
.TagClassName
{
border-color: #2EB770;
}
</style>