Shades of Medium Sea Green #2EAF5D
Tints of Medium Sea Green #2EAF5D
RGB
CMYK
RGB Variations
Color information
#2EAF5D (or 0x2EAF5D) is known color: Medium Sea Green. HEX triplet: 2E, AF and 5D. RGB value is (46,175,93). Sum of RGB (Red+Green+Blue) = 46+175+93=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF5D is #D150A2. Grayscale: #7F7F7F. Windows color (decimal): -13717667 or 6139694. OLE color: 6139694.
HSL color Cylindrical-coordinate representation of color #2EAF5D: hue angle of 141.86º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF5D is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 93 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.31 |
| HSL | 141.86º | 0.58% | 0.43% | - |
| HSV(B) | 141.86º | 0.74% | 0.69% | - |
| XYZ | 18.43 | 32.03 | 15.57 | - |
| YUV | 127.08 | 108.76 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 93 | 0.74 | 0 | 0.47 | 0.31 | 141.86 | 0.58 | 0.43 |
| Hex | 2E | AF | 5D | 4A | 0 | 2F | 1F | 8E | 3A | 2B |
| Octal | 56 | 257 | 135 | 112 | 0 | 57 | 37 | 216 | 72 | 53 |
| Binary | 101110 | 10101111 | 1011101 | 1001010 | 0 | 101111 | 11111 | 10001110 | 111010 | 101011 |
Color Harmonies of #2EAF5D
Complementary color
Monochromatic Colors of #2EAF5D
Black with #2EAF5D
Text Example
Text Example
White with #2EAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF5D; }
p { color: rgb(46,175,93); }
H1.HeaderClassName
{
color: #2EAF5D;
}
.AnyTagClassName
{
color: #2EAF5D;
}
</style>
background-color css
<style>
a { background-color: #2EAF5D; }
a { background-color: rgb(46,175,93); }
div.DivClassName
{
background-color: #2EAF5D;
}
.BgClassName
{
background-color: #2EAF5D;
}
</style>
border-color css
<style>
span { border-color: #2EAF5D; }
span { border-color: rgb(46,175,93); }
td.TdClassName
{
border-color: #2EAF5D;
}
.TagClassName
{
border-color: #2EAF5D;
}
</style>