Shades of Medium Sea Green #2DB570
Tints of Medium Sea Green #2DB570
RGB
CMYK
RGB Variations
Color information
#2DB570 (or 0x2DB570) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 70. RGB value is (45,181,112). Sum of RGB (Red+Green+Blue) = 45+181+112=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB570 is #D24A8F. Grayscale: #848484. Windows color (decimal): -13781648 or 7386413. OLE color: 7386413.
HSL color Cylindrical-coordinate representation of color #2DB570: hue angle of 149.56º 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 #2DB570 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 112 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.29 |
| HSL | 149.56º | 0.6% | 0.44% | - |
| HSV(B) | 149.56º | 0.75% | 0.71% | - |
| XYZ | 20.53 | 34.78 | 20.96 | - |
| YUV | 132.47 | 116.44 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 112 | 0.75 | 0 | 0.38 | 0.29 | 149.56 | 0.6 | 0.44 |
| Hex | 2D | B5 | 70 | 4B | 0 | 26 | 1D | 96 | 3C | 2C |
| Octal | 55 | 265 | 160 | 113 | 0 | 46 | 35 | 226 | 74 | 54 |
| Binary | 101101 | 10110101 | 1110000 | 1001011 | 0 | 100110 | 11101 | 10010110 | 111100 | 101100 |
Color Harmonies of #2DB570
Complementary color
Monochromatic Colors of #2DB570
Black with #2DB570
Text Example
Text Example
White with #2DB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB570; }
p { color: rgb(45,181,112); }
H1.HeaderClassName
{
color: #2DB570;
}
.AnyTagClassName
{
color: #2DB570;
}
</style>
background-color css
<style>
a { background-color: #2DB570; }
a { background-color: rgb(45,181,112); }
div.DivClassName
{
background-color: #2DB570;
}
.BgClassName
{
background-color: #2DB570;
}
</style>
border-color css
<style>
span { border-color: #2DB570; }
span { border-color: rgb(45,181,112); }
td.TdClassName
{
border-color: #2DB570;
}
.TagClassName
{
border-color: #2DB570;
}
</style>