Shades of Medium Sea Green #2DBC59
Tints of Medium Sea Green #2DBC59
RGB
CMYK
RGB Variations
Color information
#2DBC59 (or 0x2DBC59) is known color: Medium Sea Green. HEX triplet: 2D, BC and 59. RGB value is (45,188,89). Sum of RGB (Red+Green+Blue) = 45+188+89=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC59 is #D243A6. Grayscale: #868686. Windows color (decimal): -13779879 or 5880877. OLE color: 5880877.
HSL color Cylindrical-coordinate representation of color #2DBC59: hue angle of 138.46º 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 #2DBC59 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 89 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.26 |
| HSL | 138.46º | 0.61% | 0.46% | - |
| HSV(B) | 138.46º | 0.76% | 0.74% | - |
| XYZ | 20.87 | 37.25 | 15.54 | - |
| YUV | 133.96 | 102.62 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 89 | 0.76 | 0 | 0.53 | 0.26 | 138.46 | 0.61 | 0.46 |
| Hex | 2D | BC | 59 | 4C | 0 | 35 | 1A | 8A | 3D | 2E |
| Octal | 55 | 274 | 131 | 114 | 0 | 65 | 32 | 212 | 75 | 56 |
| Binary | 101101 | 10111100 | 1011001 | 1001100 | 0 | 110101 | 11010 | 10001010 | 111101 | 101110 |
Color Harmonies of #2DBC59
Complementary color
Monochromatic Colors of #2DBC59
Black with #2DBC59
Text Example
Text Example
White with #2DBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC59; }
p { color: rgb(45,188,89); }
H1.HeaderClassName
{
color: #2DBC59;
}
.AnyTagClassName
{
color: #2DBC59;
}
</style>
background-color css
<style>
a { background-color: #2DBC59; }
a { background-color: rgb(45,188,89); }
div.DivClassName
{
background-color: #2DBC59;
}
.BgClassName
{
background-color: #2DBC59;
}
</style>
border-color css
<style>
span { border-color: #2DBC59; }
span { border-color: rgb(45,188,89); }
td.TdClassName
{
border-color: #2DBC59;
}
.TagClassName
{
border-color: #2DBC59;
}
</style>