Shades of Medium Sea Green #2DB872
Tints of Medium Sea Green #2DB872
RGB
CMYK
RGB Variations
Color information
#2DB872 (or 0x2DB872) is known color: Medium Sea Green. HEX triplet: 2D, B8 and 72. RGB value is (45,184,114). Sum of RGB (Red+Green+Blue) = 45+184+114=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB872 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB872 is #D2478D. Grayscale: #868686. Windows color (decimal): -13780878 or 7518253. OLE color: 7518253.
HSL color Cylindrical-coordinate representation of color #2DB872: hue angle of 149.78º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB872 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 114 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.28 |
| HSL | 149.78º | 0.61% | 0.45% | - |
| HSV(B) | 149.78º | 0.76% | 0.72% | - |
| XYZ | 21.26 | 36.05 | 21.76 | - |
| YUV | 134.46 | 116.45 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 114 | 0.76 | 0 | 0.38 | 0.28 | 149.78 | 0.61 | 0.45 |
| Hex | 2D | B8 | 72 | 4C | 0 | 26 | 1C | 96 | 3D | 2D |
| Octal | 55 | 270 | 162 | 114 | 0 | 46 | 34 | 226 | 75 | 55 |
| Binary | 101101 | 10111000 | 1110010 | 1001100 | 0 | 100110 | 11100 | 10010110 | 111101 | 101101 |
Color Harmonies of #2DB872
Complementary color
Monochromatic Colors of #2DB872
Black with #2DB872
Text Example
Text Example
White with #2DB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB872; }
p { color: rgb(45,184,114); }
H1.HeaderClassName
{
color: #2DB872;
}
.AnyTagClassName
{
color: #2DB872;
}
</style>
background-color css
<style>
a { background-color: #2DB872; }
a { background-color: rgb(45,184,114); }
div.DivClassName
{
background-color: #2DB872;
}
.BgClassName
{
background-color: #2DB872;
}
</style>
border-color css
<style>
span { border-color: #2DB872; }
span { border-color: rgb(45,184,114); }
td.TdClassName
{
border-color: #2DB872;
}
.TagClassName
{
border-color: #2DB872;
}
</style>