Shades of Medium Sea Green #2DB771
Tints of Medium Sea Green #2DB771
RGB
CMYK
RGB Variations
Color information
#2DB771 (or 0x2DB771) is known color: Medium Sea Green. HEX triplet: 2D, B7 and 71. RGB value is (45,183,113). Sum of RGB (Red+Green+Blue) = 45+183+113=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB771 is #D2488E. Grayscale: #858585. Windows color (decimal): -13781135 or 7452461. OLE color: 7452461.
HSL color Cylindrical-coordinate representation of color #2DB771: hue angle of 149.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB771 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 113 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.28 |
| HSL | 149.57º | 0.61% | 0.45% | - |
| HSV(B) | 149.57º | 0.75% | 0.72% | - |
| XYZ | 21 | 35.62 | 21.39 | - |
| YUV | 133.76 | 116.28 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 113 | 0.75 | 0 | 0.38 | 0.28 | 149.57 | 0.61 | 0.45 |
| Hex | 2D | B7 | 71 | 4B | 0 | 26 | 1C | 96 | 3D | 2D |
| Octal | 55 | 267 | 161 | 113 | 0 | 46 | 34 | 226 | 75 | 55 |
| Binary | 101101 | 10110111 | 1110001 | 1001011 | 0 | 100110 | 11100 | 10010110 | 111101 | 101101 |
Color Harmonies of #2DB771
Complementary color
Monochromatic Colors of #2DB771
Black with #2DB771
Text Example
Text Example
White with #2DB771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB771; }
p { color: rgb(45,183,113); }
H1.HeaderClassName
{
color: #2DB771;
}
.AnyTagClassName
{
color: #2DB771;
}
</style>
background-color css
<style>
a { background-color: #2DB771; }
a { background-color: rgb(45,183,113); }
div.DivClassName
{
background-color: #2DB771;
}
.BgClassName
{
background-color: #2DB771;
}
</style>
border-color css
<style>
span { border-color: #2DB771; }
span { border-color: rgb(45,183,113); }
td.TdClassName
{
border-color: #2DB771;
}
.TagClassName
{
border-color: #2DB771;
}
</style>