Shades of Medium Sea Green #2DB470
Tints of Medium Sea Green #2DB470
RGB
CMYK
RGB Variations
Color information
#2DB470 (or 0x2DB470) is known color: Medium Sea Green. HEX triplet: 2D, B4 and 70. RGB value is (45,180,112). Sum of RGB (Red+Green+Blue) = 45+180+112=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB470 is #D24B8F. Grayscale: #848484. Windows color (decimal): -13781904 or 7386157. OLE color: 7386157.
HSL color Cylindrical-coordinate representation of color #2DB470: hue angle of 149.78º 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 #2DB470 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 112 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.29 |
| HSL | 149.78º | 0.6% | 0.44% | - |
| HSV(B) | 149.78º | 0.75% | 0.71% | - |
| XYZ | 20.33 | 34.37 | 20.89 | - |
| YUV | 131.88 | 116.77 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 112 | 0.75 | 0 | 0.38 | 0.29 | 149.78 | 0.6 | 0.44 |
| Hex | 2D | B4 | 70 | 4B | 0 | 26 | 1D | 96 | 3C | 2C |
| Octal | 55 | 264 | 160 | 113 | 0 | 46 | 35 | 226 | 74 | 54 |
| Binary | 101101 | 10110100 | 1110000 | 1001011 | 0 | 100110 | 11101 | 10010110 | 111100 | 101100 |
Color Harmonies of #2DB470
Complementary color
Monochromatic Colors of #2DB470
Black with #2DB470
Text Example
Text Example
White with #2DB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB470; }
p { color: rgb(45,180,112); }
H1.HeaderClassName
{
color: #2DB470;
}
.AnyTagClassName
{
color: #2DB470;
}
</style>
background-color css
<style>
a { background-color: #2DB470; }
a { background-color: rgb(45,180,112); }
div.DivClassName
{
background-color: #2DB470;
}
.BgClassName
{
background-color: #2DB470;
}
</style>
border-color css
<style>
span { border-color: #2DB470; }
span { border-color: rgb(45,180,112); }
td.TdClassName
{
border-color: #2DB470;
}
.TagClassName
{
border-color: #2DB470;
}
</style>