Shades of Medium Sea Green #2EB369
Tints of Medium Sea Green #2EB369
RGB
CMYK
RGB Variations
Color information
#2EB369 (or 0x2EB369) is known color: Medium Sea Green. HEX triplet: 2E, B3 and 69. RGB value is (46,179,105). Sum of RGB (Red+Green+Blue) = 46+179+105=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB369 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB369 is #D14C96. Grayscale: #828282. Windows color (decimal): -13716631 or 6927150. OLE color: 6927150.
HSL color Cylindrical-coordinate representation of color #2EB369: hue angle of 146.62º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB369 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 105 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.30 |
| HSL | 146.62º | 0.59% | 0.44% | - |
| HSV(B) | 146.62º | 0.74% | 0.7% | - |
| XYZ | 19.8 | 33.84 | 18.85 | - |
| YUV | 130.8 | 113.44 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 105 | 0.74 | 0 | 0.41 | 0.30 | 146.62 | 0.59 | 0.44 |
| Hex | 2E | B3 | 69 | 4A | 0 | 29 | 1E | 93 | 3B | 2C |
| Octal | 56 | 263 | 151 | 112 | 0 | 51 | 36 | 223 | 73 | 54 |
| Binary | 101110 | 10110011 | 1101001 | 1001010 | 0 | 101001 | 11110 | 10010011 | 111011 | 101100 |
Color Harmonies of #2EB369
Complementary color
Monochromatic Colors of #2EB369
Black with #2EB369
Text Example
Text Example
White with #2EB369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB369; }
p { color: rgb(46,179,105); }
H1.HeaderClassName
{
color: #2EB369;
}
.AnyTagClassName
{
color: #2EB369;
}
</style>
background-color css
<style>
a { background-color: #2EB369; }
a { background-color: rgb(46,179,105); }
div.DivClassName
{
background-color: #2EB369;
}
.BgClassName
{
background-color: #2EB369;
}
</style>
border-color css
<style>
span { border-color: #2EB369; }
span { border-color: rgb(46,179,105); }
td.TdClassName
{
border-color: #2EB369;
}
.TagClassName
{
border-color: #2EB369;
}
</style>