Shades of Medium Sea Green #2DB572
Tints of Medium Sea Green #2DB572
RGB
CMYK
RGB Variations
Color information
#2DB572 (or 0x2DB572) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 72. RGB value is (45,181,114). Sum of RGB (Red+Green+Blue) = 45+181+114=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB572 is #D24A8D. Grayscale: #848484. Windows color (decimal): -13781646 or 7517485. OLE color: 7517485.
HSL color Cylindrical-coordinate representation of color #2DB572: hue angle of 150.44º 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 #2DB572 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 114 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.29 |
| HSL | 150.44º | 0.6% | 0.44% | - |
| HSV(B) | 150.44º | 0.75% | 0.71% | - |
| XYZ | 20.64 | 34.82 | 21.55 | - |
| YUV | 132.7 | 117.44 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 114 | 0.75 | 0 | 0.37 | 0.29 | 150.44 | 0.6 | 0.44 |
| Hex | 2D | B5 | 72 | 4B | 0 | 25 | 1D | 96 | 3C | 2C |
| Octal | 55 | 265 | 162 | 113 | 0 | 45 | 35 | 226 | 74 | 54 |
| Binary | 101101 | 10110101 | 1110010 | 1001011 | 0 | 100101 | 11101 | 10010110 | 111100 | 101100 |
Color Harmonies of #2DB572
Complementary color
Monochromatic Colors of #2DB572
Black with #2DB572
Text Example
Text Example
White with #2DB572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB572; }
p { color: rgb(45,181,114); }
H1.HeaderClassName
{
color: #2DB572;
}
.AnyTagClassName
{
color: #2DB572;
}
</style>
background-color css
<style>
a { background-color: #2DB572; }
a { background-color: rgb(45,181,114); }
div.DivClassName
{
background-color: #2DB572;
}
.BgClassName
{
background-color: #2DB572;
}
</style>
border-color css
<style>
span { border-color: #2DB572; }
span { border-color: rgb(45,181,114); }
td.TdClassName
{
border-color: #2DB572;
}
.TagClassName
{
border-color: #2DB572;
}
</style>