Shades of Medium Sea Green #2DB571
Tints of Medium Sea Green #2DB571
RGB
CMYK
RGB Variations
Color information
#2DB571 (or 0x2DB571) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 71. RGB value is (45,181,113). Sum of RGB (Red+Green+Blue) = 45+181+113=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB571 is #D24A8E. Grayscale: #848484. Windows color (decimal): -13781647 or 7451949. OLE color: 7451949.
HSL color Cylindrical-coordinate representation of color #2DB571: hue angle of 150º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB571 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 113 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.29 |
| HSL | 150º | 0.6% | 0.44% | - |
| HSV(B) | 150º | 0.75% | 0.71% | - |
| XYZ | 20.59 | 34.8 | 21.25 | - |
| YUV | 132.58 | 116.94 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 113 | 0.75 | 0 | 0.38 | 0.29 | 150 | 0.6 | 0.44 |
| Hex | 2D | B5 | 71 | 4B | 0 | 26 | 1D | 96 | 3C | 2C |
| Octal | 55 | 265 | 161 | 113 | 0 | 46 | 35 | 226 | 74 | 54 |
| Binary | 101101 | 10110101 | 1110001 | 1001011 | 0 | 100110 | 11101 | 10010110 | 111100 | 101100 |
Color Harmonies of #2DB571
Complementary color
Monochromatic Colors of #2DB571
Black with #2DB571
Text Example
Text Example
White with #2DB571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB571; }
p { color: rgb(45,181,113); }
H1.HeaderClassName
{
color: #2DB571;
}
.AnyTagClassName
{
color: #2DB571;
}
</style>
background-color css
<style>
a { background-color: #2DB571; }
a { background-color: rgb(45,181,113); }
div.DivClassName
{
background-color: #2DB571;
}
.BgClassName
{
background-color: #2DB571;
}
</style>
border-color css
<style>
span { border-color: #2DB571; }
span { border-color: rgb(45,181,113); }
td.TdClassName
{
border-color: #2DB571;
}
.TagClassName
{
border-color: #2DB571;
}
</style>