Shades of Medium Sea Green #2DC156
Tints of Medium Sea Green #2DC156
RGB
CMYK
RGB Variations
Color information
#2DC156 (or 0x2DC156) is known color: Medium Sea Green. HEX triplet: 2D, C1 and 56. RGB value is (45,193,86). Sum of RGB (Red+Green+Blue) = 45+193+86=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC156 is #D23EA9. Grayscale: #888888. Windows color (decimal): -13778602 or 5685549. OLE color: 5685549.
HSL color Cylindrical-coordinate representation of color #2DC156: hue angle of 136.62º 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 #2DC156 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 86 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.24 |
| HSL | 136.62º | 0.62% | 0.47% | - |
| HSV(B) | 136.62º | 0.77% | 0.76% | - |
| XYZ | 21.83 | 39.37 | 15.25 | - |
| YUV | 136.55 | 99.47 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 86 | 0.77 | 0 | 0.55 | 0.24 | 136.62 | 0.62 | 0.47 |
| Hex | 2D | C1 | 56 | 4D | 0 | 37 | 18 | 89 | 3E | 2F |
| Octal | 55 | 301 | 126 | 115 | 0 | 67 | 30 | 211 | 76 | 57 |
| Binary | 101101 | 11000001 | 1010110 | 1001101 | 0 | 110111 | 11000 | 10001001 | 111110 | 101111 |
Color Harmonies of #2DC156
Complementary color
Monochromatic Colors of #2DC156
Black with #2DC156
Text Example
Text Example
White with #2DC156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC156; }
p { color: rgb(45,193,86); }
H1.HeaderClassName
{
color: #2DC156;
}
.AnyTagClassName
{
color: #2DC156;
}
</style>
background-color css
<style>
a { background-color: #2DC156; }
a { background-color: rgb(45,193,86); }
div.DivClassName
{
background-color: #2DC156;
}
.BgClassName
{
background-color: #2DC156;
}
</style>
border-color css
<style>
span { border-color: #2DC156; }
span { border-color: rgb(45,193,86); }
td.TdClassName
{
border-color: #2DC156;
}
.TagClassName
{
border-color: #2DC156;
}
</style>