Shades of Medium Sea Green #2DC870
Tints of Medium Sea Green #2DC870
RGB
CMYK
RGB Variations
Color information
#2DC870 (or 0x2DC870) is known color: Medium Sea Green. HEX triplet: 2D, C8 and 70. RGB value is (45,200,112). Sum of RGB (Red+Green+Blue) = 45+200+112=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC870 is #D2378F. Grayscale: #8F8F8F. Windows color (decimal): -13776784 or 7391277. OLE color: 7391277.
HSL color Cylindrical-coordinate representation of color #2DC870: hue angle of 145.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC870 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 112 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.22 |
| HSL | 145.94º | 0.63% | 0.48% | - |
| HSV(B) | 145.94º | 0.78% | 0.78% | - |
| XYZ | 24.66 | 43.04 | 22.34 | - |
| YUV | 143.62 | 110.15 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 112 | 0.78 | 0 | 0.44 | 0.22 | 145.94 | 0.63 | 0.48 |
| Hex | 2D | C8 | 70 | 4E | 0 | 2C | 16 | 92 | 3F | 30 |
| Octal | 55 | 310 | 160 | 116 | 0 | 54 | 26 | 222 | 77 | 60 |
| Binary | 101101 | 11001000 | 1110000 | 1001110 | 0 | 101100 | 10110 | 10010010 | 111111 | 110000 |
Color Harmonies of #2DC870
Complementary color
Monochromatic Colors of #2DC870
Black with #2DC870
Text Example
Text Example
White with #2DC870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC870; }
p { color: rgb(45,200,112); }
H1.HeaderClassName
{
color: #2DC870;
}
.AnyTagClassName
{
color: #2DC870;
}
</style>
background-color css
<style>
a { background-color: #2DC870; }
a { background-color: rgb(45,200,112); }
div.DivClassName
{
background-color: #2DC870;
}
.BgClassName
{
background-color: #2DC870;
}
</style>
border-color css
<style>
span { border-color: #2DC870; }
span { border-color: rgb(45,200,112); }
td.TdClassName
{
border-color: #2DC870;
}
.TagClassName
{
border-color: #2DC870;
}
</style>