Shades of Medium Sea Green #2DBC71
Tints of Medium Sea Green #2DBC71
RGB
CMYK
RGB Variations
Color information
#2DBC71 (or 0x2DBC71) is known color: Medium Sea Green. HEX triplet: 2D, BC and 71. RGB value is (45,188,113). Sum of RGB (Red+Green+Blue) = 45+188+113=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC71 is #D2438E. Grayscale: #888888. Windows color (decimal): -13779855 or 7453741. OLE color: 7453741.
HSL color Cylindrical-coordinate representation of color #2DBC71: hue angle of 148.53º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC71 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 113 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.26 |
| HSL | 148.53º | 0.61% | 0.46% | - |
| HSV(B) | 148.53º | 0.76% | 0.74% | - |
| XYZ | 22.05 | 37.72 | 21.74 | - |
| YUV | 136.69 | 114.62 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 113 | 0.76 | 0 | 0.40 | 0.26 | 148.53 | 0.61 | 0.46 |
| Hex | 2D | BC | 71 | 4C | 0 | 28 | 1A | 95 | 3D | 2E |
| Octal | 55 | 274 | 161 | 114 | 0 | 50 | 32 | 225 | 75 | 56 |
| Binary | 101101 | 10111100 | 1110001 | 1001100 | 0 | 101000 | 11010 | 10010101 | 111101 | 101110 |
Color Harmonies of #2DBC71
Complementary color
Monochromatic Colors of #2DBC71
Black with #2DBC71
Text Example
Text Example
White with #2DBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC71; }
p { color: rgb(45,188,113); }
H1.HeaderClassName
{
color: #2DBC71;
}
.AnyTagClassName
{
color: #2DBC71;
}
</style>
background-color css
<style>
a { background-color: #2DBC71; }
a { background-color: rgb(45,188,113); }
div.DivClassName
{
background-color: #2DBC71;
}
.BgClassName
{
background-color: #2DBC71;
}
</style>
border-color css
<style>
span { border-color: #2DBC71; }
span { border-color: rgb(45,188,113); }
td.TdClassName
{
border-color: #2DBC71;
}
.TagClassName
{
border-color: #2DBC71;
}
</style>