Shades of Medium Sea Green #2DB372
Tints of Medium Sea Green #2DB372
RGB
CMYK
RGB Variations
Color information
#2DB372 (or 0x2DB372) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 72. RGB value is (45,179,114). Sum of RGB (Red+Green+Blue) = 45+179+114=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB372 is #D24C8D. Grayscale: #838383. Windows color (decimal): -13782158 or 7516973. OLE color: 7516973.
HSL color Cylindrical-coordinate representation of color #2DB372: hue angle of 150.9º 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 #2DB372 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 114 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.30 |
| HSL | 150.9º | 0.6% | 0.44% | - |
| HSV(B) | 150.9º | 0.75% | 0.7% | - |
| XYZ | 20.24 | 34.01 | 21.42 | - |
| YUV | 131.52 | 118.11 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 114 | 0.75 | 0 | 0.36 | 0.30 | 150.9 | 0.6 | 0.44 |
| Hex | 2D | B3 | 72 | 4B | 0 | 24 | 1E | 97 | 3C | 2C |
| Octal | 55 | 263 | 162 | 113 | 0 | 44 | 36 | 227 | 74 | 54 |
| Binary | 101101 | 10110011 | 1110010 | 1001011 | 0 | 100100 | 11110 | 10010111 | 111100 | 101100 |
Color Harmonies of #2DB372
Complementary color
Monochromatic Colors of #2DB372
Black with #2DB372
Text Example
Text Example
White with #2DB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB372; }
p { color: rgb(45,179,114); }
H1.HeaderClassName
{
color: #2DB372;
}
.AnyTagClassName
{
color: #2DB372;
}
</style>
background-color css
<style>
a { background-color: #2DB372; }
a { background-color: rgb(45,179,114); }
div.DivClassName
{
background-color: #2DB372;
}
.BgClassName
{
background-color: #2DB372;
}
</style>
border-color css
<style>
span { border-color: #2DB372; }
span { border-color: rgb(45,179,114); }
td.TdClassName
{
border-color: #2DB372;
}
.TagClassName
{
border-color: #2DB372;
}
</style>