Shades of Medium Sea Green #2DB371
Tints of Medium Sea Green #2DB371
RGB
CMYK
RGB Variations
Color information
#2DB371 (or 0x2DB371) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 71. RGB value is (45,179,113). Sum of RGB (Red+Green+Blue) = 45+179+113=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB371 is #D24C8E. Grayscale: #838383. Windows color (decimal): -13782159 or 7451437. OLE color: 7451437.
HSL color Cylindrical-coordinate representation of color #2DB371: hue angle of 150.45º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB371 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 113 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.30 |
| HSL | 150.45º | 0.6% | 0.44% | - |
| HSV(B) | 150.45º | 0.75% | 0.7% | - |
| XYZ | 20.18 | 33.99 | 21.12 | - |
| YUV | 131.41 | 117.61 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 113 | 0.75 | 0 | 0.37 | 0.30 | 150.45 | 0.6 | 0.44 |
| Hex | 2D | B3 | 71 | 4B | 0 | 25 | 1E | 96 | 3C | 2C |
| Octal | 55 | 263 | 161 | 113 | 0 | 45 | 36 | 226 | 74 | 54 |
| Binary | 101101 | 10110011 | 1110001 | 1001011 | 0 | 100101 | 11110 | 10010110 | 111100 | 101100 |
Color Harmonies of #2DB371
Complementary color
Monochromatic Colors of #2DB371
Black with #2DB371
Text Example
Text Example
White with #2DB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB371; }
p { color: rgb(45,179,113); }
H1.HeaderClassName
{
color: #2DB371;
}
.AnyTagClassName
{
color: #2DB371;
}
</style>
background-color css
<style>
a { background-color: #2DB371; }
a { background-color: rgb(45,179,113); }
div.DivClassName
{
background-color: #2DB371;
}
.BgClassName
{
background-color: #2DB371;
}
</style>
border-color css
<style>
span { border-color: #2DB371; }
span { border-color: rgb(45,179,113); }
td.TdClassName
{
border-color: #2DB371;
}
.TagClassName
{
border-color: #2DB371;
}
</style>