Shades of Medium Sea Green #2DB870
Tints of Medium Sea Green #2DB870
RGB
CMYK
RGB Variations
Color information
#2DB870 (or 0x2DB870) is known color: Medium Sea Green. HEX triplet: 2D, B8 and 70. RGB value is (45,184,112). Sum of RGB (Red+Green+Blue) = 45+184+112=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB870 is #D2478F. Grayscale: #868686. Windows color (decimal): -13780880 or 7387181. OLE color: 7387181.
HSL color Cylindrical-coordinate representation of color #2DB870: hue angle of 148.92º 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 #2DB870 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 112 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.28 |
| HSL | 148.92º | 0.61% | 0.45% | - |
| HSV(B) | 148.92º | 0.76% | 0.72% | - |
| XYZ | 21.15 | 36.01 | 21.17 | - |
| YUV | 134.23 | 115.45 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 112 | 0.76 | 0 | 0.39 | 0.28 | 148.92 | 0.61 | 0.45 |
| Hex | 2D | B8 | 70 | 4C | 0 | 27 | 1C | 95 | 3D | 2D |
| Octal | 55 | 270 | 160 | 114 | 0 | 47 | 34 | 225 | 75 | 55 |
| Binary | 101101 | 10111000 | 1110000 | 1001100 | 0 | 100111 | 11100 | 10010101 | 111101 | 101101 |
Color Harmonies of #2DB870
Complementary color
Monochromatic Colors of #2DB870
Black with #2DB870
Text Example
Text Example
White with #2DB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB870; }
p { color: rgb(45,184,112); }
H1.HeaderClassName
{
color: #2DB870;
}
.AnyTagClassName
{
color: #2DB870;
}
</style>
background-color css
<style>
a { background-color: #2DB870; }
a { background-color: rgb(45,184,112); }
div.DivClassName
{
background-color: #2DB870;
}
.BgClassName
{
background-color: #2DB870;
}
</style>
border-color css
<style>
span { border-color: #2DB870; }
span { border-color: rgb(45,184,112); }
td.TdClassName
{
border-color: #2DB870;
}
.TagClassName
{
border-color: #2DB870;
}
</style>