Shades of Medium Sea Green #2DA975
Tints of Medium Sea Green #2DA975
RGB
CMYK
RGB Variations
Color information
#2DA975 (or 0x2DA975) is known color: Medium Sea Green. HEX triplet: 2D, A9 and 75. RGB value is (45,169,117). Sum of RGB (Red+Green+Blue) = 45+169+117=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA975 is #D2568A. Grayscale: #7E7E7E. Windows color (decimal): -13784715 or 7711021. OLE color: 7711021.
HSL color Cylindrical-coordinate representation of color #2DA975: hue angle of 154.84º 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 #2DA975 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 117 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.34 |
| HSL | 154.84º | 0.58% | 0.42% | - |
| HSV(B) | 154.84º | 0.73% | 0.66% | - |
| XYZ | 18.48 | 30.22 | 21.69 | - |
| YUV | 126 | 122.92 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 117 | 0.73 | 0 | 0.31 | 0.34 | 154.84 | 0.58 | 0.42 |
| Hex | 2D | A9 | 75 | 49 | 0 | 1F | 22 | 9B | 3A | 2A |
| Octal | 55 | 251 | 165 | 111 | 0 | 37 | 42 | 233 | 72 | 52 |
| Binary | 101101 | 10101001 | 1110101 | 1001001 | 0 | 11111 | 100010 | 10011011 | 111010 | 101010 |
Color Harmonies of #2DA975
Complementary color
Monochromatic Colors of #2DA975
Black with #2DA975
Text Example
Text Example
White with #2DA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA975; }
p { color: rgb(45,169,117); }
H1.HeaderClassName
{
color: #2DA975;
}
.AnyTagClassName
{
color: #2DA975;
}
</style>
background-color css
<style>
a { background-color: #2DA975; }
a { background-color: rgb(45,169,117); }
div.DivClassName
{
background-color: #2DA975;
}
.BgClassName
{
background-color: #2DA975;
}
</style>
border-color css
<style>
span { border-color: #2DA975; }
span { border-color: rgb(45,169,117); }
td.TdClassName
{
border-color: #2DA975;
}
.TagClassName
{
border-color: #2DA975;
}
</style>