Shades of Medium Sea Green #2DC077
Tints of Medium Sea Green #2DC077
RGB
CMYK
RGB Variations
Color information
#2DC077 (or 0x2DC077) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 77. RGB value is (45,192,119). Sum of RGB (Red+Green+Blue) = 45+192+119=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC077 is #D23F88. Grayscale: #8B8B8B. Windows color (decimal): -13778825 or 7847981. OLE color: 7847981.
HSL color Cylindrical-coordinate representation of color #2DC077: hue angle of 150.2º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC077 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 119 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.25 |
| HSL | 150.2º | 0.62% | 0.46% | - |
| HSV(B) | 150.2º | 0.77% | 0.75% | - |
| XYZ | 23.26 | 39.59 | 23.87 | - |
| YUV | 139.73 | 116.3 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 119 | 0.77 | 0 | 0.38 | 0.25 | 150.2 | 0.62 | 0.46 |
| Hex | 2D | C0 | 77 | 4D | 0 | 26 | 19 | 96 | 3E | 2E |
| Octal | 55 | 300 | 167 | 115 | 0 | 46 | 31 | 226 | 76 | 56 |
| Binary | 101101 | 11000000 | 1110111 | 1001101 | 0 | 100110 | 11001 | 10010110 | 111110 | 101110 |
Color Harmonies of #2DC077
Complementary color
Monochromatic Colors of #2DC077
Black with #2DC077
Text Example
Text Example
White with #2DC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC077; }
p { color: rgb(45,192,119); }
H1.HeaderClassName
{
color: #2DC077;
}
.AnyTagClassName
{
color: #2DC077;
}
</style>
background-color css
<style>
a { background-color: #2DC077; }
a { background-color: rgb(45,192,119); }
div.DivClassName
{
background-color: #2DC077;
}
.BgClassName
{
background-color: #2DC077;
}
</style>
border-color css
<style>
span { border-color: #2DC077; }
span { border-color: rgb(45,192,119); }
td.TdClassName
{
border-color: #2DC077;
}
.TagClassName
{
border-color: #2DC077;
}
</style>