Shades of Medium Sea Green #2DA973
Tints of Medium Sea Green #2DA973
RGB
CMYK
RGB Variations
Color information
#2DA973 (or 0x2DA973) is known color: Medium Sea Green. HEX triplet: 2D, A9 and 73. RGB value is (45,169,115). Sum of RGB (Red+Green+Blue) = 45+169+115=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA973 is #D2568C. Grayscale: #7D7D7D. Windows color (decimal): -13784717 or 7579949. OLE color: 7579949.
HSL color Cylindrical-coordinate representation of color #2DA973: hue angle of 153.87º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA973 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 115 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.34 |
| HSL | 153.87º | 0.58% | 0.42% | - |
| HSV(B) | 153.87º | 0.73% | 0.66% | - |
| XYZ | 18.36 | 30.17 | 21.08 | - |
| YUV | 125.77 | 121.92 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 115 | 0.73 | 0 | 0.32 | 0.34 | 153.87 | 0.58 | 0.42 |
| Hex | 2D | A9 | 73 | 49 | 0 | 20 | 22 | 9A | 3A | 2A |
| Octal | 55 | 251 | 163 | 111 | 0 | 40 | 42 | 232 | 72 | 52 |
| Binary | 101101 | 10101001 | 1110011 | 1001001 | 0 | 100000 | 100010 | 10011010 | 111010 | 101010 |
Color Harmonies of #2DA973
Complementary color
Monochromatic Colors of #2DA973
Black with #2DA973
Text Example
Text Example
White with #2DA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA973; }
p { color: rgb(45,169,115); }
H1.HeaderClassName
{
color: #2DA973;
}
.AnyTagClassName
{
color: #2DA973;
}
</style>
background-color css
<style>
a { background-color: #2DA973; }
a { background-color: rgb(45,169,115); }
div.DivClassName
{
background-color: #2DA973;
}
.BgClassName
{
background-color: #2DA973;
}
</style>
border-color css
<style>
span { border-color: #2DA973; }
span { border-color: rgb(45,169,115); }
td.TdClassName
{
border-color: #2DA973;
}
.TagClassName
{
border-color: #2DA973;
}
</style>