Shades of Medium Sea Green #2DC079
Tints of Medium Sea Green #2DC079
RGB
CMYK
RGB Variations
Color information
#2DC079 (or 0x2DC079) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 79. RGB value is (45,192,121). Sum of RGB (Red+Green+Blue) = 45+192+121=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC079 is #D23F86. Grayscale: #8C8C8C. Windows color (decimal): -13778823 or 7979053. OLE color: 7979053.
HSL color Cylindrical-coordinate representation of color #2DC079: hue angle of 151.02º 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 #2DC079 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 121 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.25 |
| HSL | 151.02º | 0.62% | 0.46% | - |
| HSV(B) | 151.02º | 0.77% | 0.75% | - |
| XYZ | 23.38 | 39.64 | 24.51 | - |
| YUV | 139.95 | 117.3 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 121 | 0.77 | 0 | 0.37 | 0.25 | 151.02 | 0.62 | 0.46 |
| Hex | 2D | C0 | 79 | 4D | 0 | 25 | 19 | 97 | 3E | 2E |
| Octal | 55 | 300 | 171 | 115 | 0 | 45 | 31 | 227 | 76 | 56 |
| Binary | 101101 | 11000000 | 1111001 | 1001101 | 0 | 100101 | 11001 | 10010111 | 111110 | 101110 |
Color Harmonies of #2DC079
Complementary color
Monochromatic Colors of #2DC079
Black with #2DC079
Text Example
Text Example
White with #2DC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC079; }
p { color: rgb(45,192,121); }
H1.HeaderClassName
{
color: #2DC079;
}
.AnyTagClassName
{
color: #2DC079;
}
</style>
background-color css
<style>
a { background-color: #2DC079; }
a { background-color: rgb(45,192,121); }
div.DivClassName
{
background-color: #2DC079;
}
.BgClassName
{
background-color: #2DC079;
}
</style>
border-color css
<style>
span { border-color: #2DC079; }
span { border-color: rgb(45,192,121); }
td.TdClassName
{
border-color: #2DC079;
}
.TagClassName
{
border-color: #2DC079;
}
</style>