Shades of Medium Sea Green #2DBC74
Tints of Medium Sea Green #2DBC74
RGB
CMYK
RGB Variations
Color information
#2DBC74 (or 0x2DBC74) is known color: Medium Sea Green. HEX triplet: 2D, BC and 74. RGB value is (45,188,116). Sum of RGB (Red+Green+Blue) = 45+188+116=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC74 is #D2438B. Grayscale: #898989. Windows color (decimal): -13779852 or 7650349. OLE color: 7650349.
HSL color Cylindrical-coordinate representation of color #2DBC74: hue angle of 149.79º 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 #2DBC74 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 116 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.26 |
| HSL | 149.79º | 0.61% | 0.46% | - |
| HSV(B) | 149.79º | 0.76% | 0.74% | - |
| XYZ | 22.22 | 37.79 | 22.65 | - |
| YUV | 137.04 | 116.12 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 116 | 0.76 | 0 | 0.38 | 0.26 | 149.79 | 0.61 | 0.46 |
| Hex | 2D | BC | 74 | 4C | 0 | 26 | 1A | 96 | 3D | 2E |
| Octal | 55 | 274 | 164 | 114 | 0 | 46 | 32 | 226 | 75 | 56 |
| Binary | 101101 | 10111100 | 1110100 | 1001100 | 0 | 100110 | 11010 | 10010110 | 111101 | 101110 |
Color Harmonies of #2DBC74
Complementary color
Monochromatic Colors of #2DBC74
Black with #2DBC74
Text Example
Text Example
White with #2DBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC74; }
p { color: rgb(45,188,116); }
H1.HeaderClassName
{
color: #2DBC74;
}
.AnyTagClassName
{
color: #2DBC74;
}
</style>
background-color css
<style>
a { background-color: #2DBC74; }
a { background-color: rgb(45,188,116); }
div.DivClassName
{
background-color: #2DBC74;
}
.BgClassName
{
background-color: #2DBC74;
}
</style>
border-color css
<style>
span { border-color: #2DBC74; }
span { border-color: rgb(45,188,116); }
td.TdClassName
{
border-color: #2DBC74;
}
.TagClassName
{
border-color: #2DBC74;
}
</style>