Shades of Medium Sea Green #2DB86E
Tints of Medium Sea Green #2DB86E
RGB
CMYK
RGB Variations
Color information
#2DB86E (or 0x2DB86E) is known color: Medium Sea Green. HEX triplet: 2D, B8 and 6E. RGB value is (45,184,110). Sum of RGB (Red+Green+Blue) = 45+184+110=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 184 (72.27% from 255 or 54.28% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB86E is #D24791. Grayscale: #868686. Windows color (decimal): -13780882 or 7256109. OLE color: 7256109.
HSL color Cylindrical-coordinate representation of color #2DB86E: hue angle of 148.06º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB86E is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 110 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.28 |
| HSL | 148.06º | 0.61% | 0.45% | - |
| HSV(B) | 148.06º | 0.76% | 0.72% | - |
| XYZ | 21.04 | 35.96 | 20.58 | - |
| YUV | 134 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 110 | 0.76 | 0 | 0.40 | 0.28 | 148.06 | 0.61 | 0.45 |
| Hex | 2D | B8 | 6E | 4C | 0 | 28 | 1C | 94 | 3D | 2D |
| Octal | 55 | 270 | 156 | 114 | 0 | 50 | 34 | 224 | 75 | 55 |
| Binary | 101101 | 10111000 | 1101110 | 1001100 | 0 | 101000 | 11100 | 10010100 | 111101 | 101101 |
Color Harmonies of #2DB86E
Complementary color
Monochromatic Colors of #2DB86E
Black with #2DB86E
Text Example
Text Example
White with #2DB86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB86E; }
p { color: rgb(45,184,110); }
H1.HeaderClassName
{
color: #2DB86E;
}
.AnyTagClassName
{
color: #2DB86E;
}
</style>
background-color css
<style>
a { background-color: #2DB86E; }
a { background-color: rgb(45,184,110); }
div.DivClassName
{
background-color: #2DB86E;
}
.BgClassName
{
background-color: #2DB86E;
}
</style>
border-color css
<style>
span { border-color: #2DB86E; }
span { border-color: rgb(45,184,110); }
td.TdClassName
{
border-color: #2DB86E;
}
.TagClassName
{
border-color: #2DB86E;
}
</style>