Shades of Medium Sea Green #2DBC77
Tints of Medium Sea Green #2DBC77
RGB
CMYK
RGB Variations
Color information
#2DBC77 (or 0x2DBC77) is known color: Medium Sea Green. HEX triplet: 2D, BC and 77. RGB value is (45,188,119). Sum of RGB (Red+Green+Blue) = 45+188+119=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC77 is #D24388. Grayscale: #898989. Windows color (decimal): -13779849 or 7846957. OLE color: 7846957.
HSL color Cylindrical-coordinate representation of color #2DBC77: hue angle of 151.05º 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 #2DBC77 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 119 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.26 |
| HSL | 151.05º | 0.61% | 0.46% | - |
| HSV(B) | 151.05º | 0.76% | 0.74% | - |
| XYZ | 22.4 | 37.86 | 23.58 | - |
| YUV | 137.38 | 117.62 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 119 | 0.76 | 0 | 0.37 | 0.26 | 151.05 | 0.61 | 0.46 |
| Hex | 2D | BC | 77 | 4C | 0 | 25 | 1A | 97 | 3D | 2E |
| Octal | 55 | 274 | 167 | 114 | 0 | 45 | 32 | 227 | 75 | 56 |
| Binary | 101101 | 10111100 | 1110111 | 1001100 | 0 | 100101 | 11010 | 10010111 | 111101 | 101110 |
Color Harmonies of #2DBC77
Complementary color
Monochromatic Colors of #2DBC77
Black with #2DBC77
Text Example
Text Example
White with #2DBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC77; }
p { color: rgb(45,188,119); }
H1.HeaderClassName
{
color: #2DBC77;
}
.AnyTagClassName
{
color: #2DBC77;
}
</style>
background-color css
<style>
a { background-color: #2DBC77; }
a { background-color: rgb(45,188,119); }
div.DivClassName
{
background-color: #2DBC77;
}
.BgClassName
{
background-color: #2DBC77;
}
</style>
border-color css
<style>
span { border-color: #2DBC77; }
span { border-color: rgb(45,188,119); }
td.TdClassName
{
border-color: #2DBC77;
}
.TagClassName
{
border-color: #2DBC77;
}
</style>