Shades of Medium Sea Green #2DA76C
Tints of Medium Sea Green #2DA76C
RGB
CMYK
RGB Variations
Color information
#2DA76C (or 0x2DA76C) is known color: Medium Sea Green. HEX triplet: 2D, A7 and 6C. RGB value is (45,167,108). Sum of RGB (Red+Green+Blue) = 45+167+108=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA76C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA76C is #D25893. Grayscale: #7B7B7B. Windows color (decimal): -13785236 or 7120685. OLE color: 7120685.
HSL color Cylindrical-coordinate representation of color #2DA76C: hue angle of 150.98º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA76C is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 108 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.35 |
| HSL | 150.98º | 0.58% | 0.42% | - |
| HSV(B) | 150.98º | 0.73% | 0.65% | - |
| XYZ | 17.61 | 29.28 | 18.91 | - |
| YUV | 123.8 | 119.08 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 108 | 0.73 | 0 | 0.35 | 0.35 | 150.98 | 0.58 | 0.42 |
| Hex | 2D | A7 | 6C | 49 | 0 | 23 | 23 | 97 | 3A | 2A |
| Octal | 55 | 247 | 154 | 111 | 0 | 43 | 43 | 227 | 72 | 52 |
| Binary | 101101 | 10100111 | 1101100 | 1001001 | 0 | 100011 | 100011 | 10010111 | 111010 | 101010 |
Color Harmonies of #2DA76C
Complementary color
Monochromatic Colors of #2DA76C
Black with #2DA76C
Text Example
Text Example
White with #2DA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA76C; }
p { color: rgb(45,167,108); }
H1.HeaderClassName
{
color: #2DA76C;
}
.AnyTagClassName
{
color: #2DA76C;
}
</style>
background-color css
<style>
a { background-color: #2DA76C; }
a { background-color: rgb(45,167,108); }
div.DivClassName
{
background-color: #2DA76C;
}
.BgClassName
{
background-color: #2DA76C;
}
</style>
border-color css
<style>
span { border-color: #2DA76C; }
span { border-color: rgb(45,167,108); }
td.TdClassName
{
border-color: #2DA76C;
}
.TagClassName
{
border-color: #2DA76C;
}
</style>