Shades of Medium Sea Green #2DB579
Tints of Medium Sea Green #2DB579
RGB
CMYK
RGB Variations
Color information
#2DB579 (or 0x2DB579) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 79. RGB value is (45,181,121). Sum of RGB (Red+Green+Blue) = 45+181+121=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB579 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB579 is #D24A86. Grayscale: #858585. Windows color (decimal): -13781639 or 7976237. OLE color: 7976237.
HSL color Cylindrical-coordinate representation of color #2DB579: hue angle of 153.53º 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 #2DB579 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 121 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.29 |
| HSL | 153.53º | 0.6% | 0.44% | - |
| HSV(B) | 153.53º | 0.75% | 0.71% | - |
| XYZ | 21.06 | 34.99 | 23.73 | - |
| YUV | 133.5 | 120.94 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 121 | 0.75 | 0 | 0.33 | 0.29 | 153.53 | 0.6 | 0.44 |
| Hex | 2D | B5 | 79 | 4B | 0 | 21 | 1D | 9A | 3C | 2C |
| Octal | 55 | 265 | 171 | 113 | 0 | 41 | 35 | 232 | 74 | 54 |
| Binary | 101101 | 10110101 | 1111001 | 1001011 | 0 | 100001 | 11101 | 10011010 | 111100 | 101100 |
Color Harmonies of #2DB579
Complementary color
Monochromatic Colors of #2DB579
Black with #2DB579
Text Example
Text Example
White with #2DB579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB579; }
p { color: rgb(45,181,121); }
H1.HeaderClassName
{
color: #2DB579;
}
.AnyTagClassName
{
color: #2DB579;
}
</style>
background-color css
<style>
a { background-color: #2DB579; }
a { background-color: rgb(45,181,121); }
div.DivClassName
{
background-color: #2DB579;
}
.BgClassName
{
background-color: #2DB579;
}
</style>
border-color css
<style>
span { border-color: #2DB579; }
span { border-color: rgb(45,181,121); }
td.TdClassName
{
border-color: #2DB579;
}
.TagClassName
{
border-color: #2DB579;
}
</style>