Shades of Medium Sea Green #2DB370
Tints of Medium Sea Green #2DB370
RGB
CMYK
RGB Variations
Color information
#2DB370 (or 0x2DB370) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 70. RGB value is (45,179,112). Sum of RGB (Red+Green+Blue) = 45+179+112=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB370 is #D24C8F. Grayscale: #838383. Windows color (decimal): -13782160 or 7385901. OLE color: 7385901.
HSL color Cylindrical-coordinate representation of color #2DB370: hue angle of 150º 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 #2DB370 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 112 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.30 |
| HSL | 150º | 0.6% | 0.44% | - |
| HSV(B) | 150º | 0.75% | 0.7% | - |
| XYZ | 20.13 | 33.97 | 20.82 | - |
| YUV | 131.3 | 117.11 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 112 | 0.75 | 0 | 0.37 | 0.30 | 150 | 0.6 | 0.44 |
| Hex | 2D | B3 | 70 | 4B | 0 | 25 | 1E | 96 | 3C | 2C |
| Octal | 55 | 263 | 160 | 113 | 0 | 45 | 36 | 226 | 74 | 54 |
| Binary | 101101 | 10110011 | 1110000 | 1001011 | 0 | 100101 | 11110 | 10010110 | 111100 | 101100 |
Color Harmonies of #2DB370
Complementary color
Monochromatic Colors of #2DB370
Black with #2DB370
Text Example
Text Example
White with #2DB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB370; }
p { color: rgb(45,179,112); }
H1.HeaderClassName
{
color: #2DB370;
}
.AnyTagClassName
{
color: #2DB370;
}
</style>
background-color css
<style>
a { background-color: #2DB370; }
a { background-color: rgb(45,179,112); }
div.DivClassName
{
background-color: #2DB370;
}
.BgClassName
{
background-color: #2DB370;
}
</style>
border-color css
<style>
span { border-color: #2DB370; }
span { border-color: rgb(45,179,112); }
td.TdClassName
{
border-color: #2DB370;
}
.TagClassName
{
border-color: #2DB370;
}
</style>