Shades of Medium Sea Green #2DC279
Tints of Medium Sea Green #2DC279
RGB
CMYK
RGB Variations
Color information
#2DC279 (or 0x2DC279) is known color: Medium Sea Green. HEX triplet: 2D, C2 and 79. RGB value is (45,194,121). Sum of RGB (Red+Green+Blue) = 45+194+121=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC279 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC279 is #D23D86. Grayscale: #8D8D8D. Windows color (decimal): -13778311 or 7979565. OLE color: 7979565.
HSL color Cylindrical-coordinate representation of color #2DC279: hue angle of 150.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC279 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 121 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.24 |
| HSL | 150.6º | 0.62% | 0.47% | - |
| HSV(B) | 150.6º | 0.77% | 0.76% | - |
| XYZ | 23.83 | 40.52 | 24.65 | - |
| YUV | 141.13 | 116.64 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 121 | 0.77 | 0 | 0.38 | 0.24 | 150.6 | 0.62 | 0.47 |
| Hex | 2D | C2 | 79 | 4D | 0 | 26 | 18 | 97 | 3E | 2F |
| Octal | 55 | 302 | 171 | 115 | 0 | 46 | 30 | 227 | 76 | 57 |
| Binary | 101101 | 11000010 | 1111001 | 1001101 | 0 | 100110 | 11000 | 10010111 | 111110 | 101111 |
Color Harmonies of #2DC279
Complementary color
Monochromatic Colors of #2DC279
Black with #2DC279
Text Example
Text Example
White with #2DC279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC279; }
p { color: rgb(45,194,121); }
H1.HeaderClassName
{
color: #2DC279;
}
.AnyTagClassName
{
color: #2DC279;
}
</style>
background-color css
<style>
a { background-color: #2DC279; }
a { background-color: rgb(45,194,121); }
div.DivClassName
{
background-color: #2DC279;
}
.BgClassName
{
background-color: #2DC279;
}
</style>
border-color css
<style>
span { border-color: #2DC279; }
span { border-color: rgb(45,194,121); }
td.TdClassName
{
border-color: #2DC279;
}
.TagClassName
{
border-color: #2DC279;
}
</style>