Shades of Medium Sea Green #2DB758
Tints of Medium Sea Green #2DB758
RGB
CMYK
RGB Variations
Color information
#2DB758 (or 0x2DB758) is known color: Medium Sea Green. HEX triplet: 2D, B7 and 58. RGB value is (45,183,88). Sum of RGB (Red+Green+Blue) = 45+183+88=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB758 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB758 is #D248A7. Grayscale: #838383. Windows color (decimal): -13781160 or 5814061. OLE color: 5814061.
HSL color Cylindrical-coordinate representation of color #2DB758: hue angle of 138.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB758 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 88 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.28 |
| HSL | 138.7º | 0.61% | 0.45% | - |
| HSV(B) | 138.7º | 0.75% | 0.72% | - |
| XYZ | 19.78 | 35.13 | 14.97 | - |
| YUV | 130.91 | 103.78 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 88 | 0.75 | 0 | 0.52 | 0.28 | 138.7 | 0.61 | 0.45 |
| Hex | 2D | B7 | 58 | 4B | 0 | 34 | 1C | 8B | 3D | 2D |
| Octal | 55 | 267 | 130 | 113 | 0 | 64 | 34 | 213 | 75 | 55 |
| Binary | 101101 | 10110111 | 1011000 | 1001011 | 0 | 110100 | 11100 | 10001011 | 111101 | 101101 |
Color Harmonies of #2DB758
Complementary color
Monochromatic Colors of #2DB758
Black with #2DB758
Text Example
Text Example
White with #2DB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB758; }
p { color: rgb(45,183,88); }
H1.HeaderClassName
{
color: #2DB758;
}
.AnyTagClassName
{
color: #2DB758;
}
</style>
background-color css
<style>
a { background-color: #2DB758; }
a { background-color: rgb(45,183,88); }
div.DivClassName
{
background-color: #2DB758;
}
.BgClassName
{
background-color: #2DB758;
}
</style>
border-color css
<style>
span { border-color: #2DB758; }
span { border-color: rgb(45,183,88); }
td.TdClassName
{
border-color: #2DB758;
}
.TagClassName
{
border-color: #2DB758;
}
</style>