Shades of Medium Sea Green #2DBC7D
Tints of Medium Sea Green #2DBC7D
RGB
CMYK
RGB Variations
Color information
#2DBC7D (or 0x2DBC7D) is known color: Medium Sea Green. HEX triplet: 2D, BC and 7D. RGB value is (45,188,125). Sum of RGB (Red+Green+Blue) = 45+188+125=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC7D is #D24382. Grayscale: #8A8A8A. Windows color (decimal): -13779843 or 8240173. OLE color: 8240173.
HSL color Cylindrical-coordinate representation of color #2DBC7D: hue angle of 153.57º 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 #2DBC7D is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 125 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.26 |
| HSL | 153.57º | 0.61% | 0.46% | - |
| HSV(B) | 153.57º | 0.76% | 0.74% | - |
| XYZ | 22.77 | 38.01 | 25.54 | - |
| YUV | 138.06 | 120.62 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 125 | 0.76 | 0 | 0.34 | 0.26 | 153.57 | 0.61 | 0.46 |
| Hex | 2D | BC | 7D | 4C | 0 | 22 | 1A | 9A | 3D | 2E |
| Octal | 55 | 274 | 175 | 114 | 0 | 42 | 32 | 232 | 75 | 56 |
| Binary | 101101 | 10111100 | 1111101 | 1001100 | 0 | 100010 | 11010 | 10011010 | 111101 | 101110 |
Color Harmonies of #2DBC7D
Complementary color
Monochromatic Colors of #2DBC7D
Black with #2DBC7D
Text Example
Text Example
White with #2DBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC7D; }
p { color: rgb(45,188,125); }
H1.HeaderClassName
{
color: #2DBC7D;
}
.AnyTagClassName
{
color: #2DBC7D;
}
</style>
background-color css
<style>
a { background-color: #2DBC7D; }
a { background-color: rgb(45,188,125); }
div.DivClassName
{
background-color: #2DBC7D;
}
.BgClassName
{
background-color: #2DBC7D;
}
</style>
border-color css
<style>
span { border-color: #2DBC7D; }
span { border-color: rgb(45,188,125); }
td.TdClassName
{
border-color: #2DBC7D;
}
.TagClassName
{
border-color: #2DBC7D;
}
</style>