Shades of Medium Sea Green #2DC571
Tints of Medium Sea Green #2DC571
RGB
CMYK
RGB Variations
Color information
#2DC571 (or 0x2DC571) is known color: Medium Sea Green. HEX triplet: 2D, C5 and 71. RGB value is (45,197,113). Sum of RGB (Red+Green+Blue) = 45+197+113=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC571 is #D23A8E. Grayscale: #8E8E8E. Windows color (decimal): -13777551 or 7456045. OLE color: 7456045.
HSL color Cylindrical-coordinate representation of color #2DC571: hue angle of 146.84º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC571 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 113 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.23 |
| HSL | 146.84º | 0.63% | 0.47% | - |
| HSV(B) | 146.84º | 0.77% | 0.77% | - |
| XYZ | 24.03 | 41.68 | 22.4 | - |
| YUV | 141.98 | 111.64 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 113 | 0.77 | 0 | 0.43 | 0.23 | 146.84 | 0.63 | 0.47 |
| Hex | 2D | C5 | 71 | 4D | 0 | 2B | 17 | 93 | 3F | 2F |
| Octal | 55 | 305 | 161 | 115 | 0 | 53 | 27 | 223 | 77 | 57 |
| Binary | 101101 | 11000101 | 1110001 | 1001101 | 0 | 101011 | 10111 | 10010011 | 111111 | 101111 |
Color Harmonies of #2DC571
Complementary color
Monochromatic Colors of #2DC571
Black with #2DC571
Text Example
Text Example
White with #2DC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC571; }
p { color: rgb(45,197,113); }
H1.HeaderClassName
{
color: #2DC571;
}
.AnyTagClassName
{
color: #2DC571;
}
</style>
background-color css
<style>
a { background-color: #2DC571; }
a { background-color: rgb(45,197,113); }
div.DivClassName
{
background-color: #2DC571;
}
.BgClassName
{
background-color: #2DC571;
}
</style>
border-color css
<style>
span { border-color: #2DC571; }
span { border-color: rgb(45,197,113); }
td.TdClassName
{
border-color: #2DC571;
}
.TagClassName
{
border-color: #2DC571;
}
</style>