Shades of Medium Sea Green #2DC270
Tints of Medium Sea Green #2DC270
RGB
CMYK
RGB Variations
Color information
#2DC270 (or 0x2DC270) is known color: Medium Sea Green. HEX triplet: 2D, C2 and 70. RGB value is (45,194,112). Sum of RGB (Red+Green+Blue) = 45+194+112=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC270 is #D23D8F. Grayscale: #8C8C8C. Windows color (decimal): -13778320 or 7389741. OLE color: 7389741.
HSL color Cylindrical-coordinate representation of color #2DC270: hue angle of 146.98º 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 #2DC270 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 112 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.24 |
| HSL | 146.98º | 0.62% | 0.47% | - |
| HSV(B) | 146.98º | 0.77% | 0.76% | - |
| XYZ | 23.3 | 40.31 | 21.88 | - |
| YUV | 140.1 | 112.14 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 112 | 0.77 | 0 | 0.42 | 0.24 | 146.98 | 0.62 | 0.47 |
| Hex | 2D | C2 | 70 | 4D | 0 | 2A | 18 | 93 | 3E | 2F |
| Octal | 55 | 302 | 160 | 115 | 0 | 52 | 30 | 223 | 76 | 57 |
| Binary | 101101 | 11000010 | 1110000 | 1001101 | 0 | 101010 | 11000 | 10010011 | 111110 | 101111 |
Color Harmonies of #2DC270
Complementary color
Monochromatic Colors of #2DC270
Black with #2DC270
Text Example
Text Example
White with #2DC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC270; }
p { color: rgb(45,194,112); }
H1.HeaderClassName
{
color: #2DC270;
}
.AnyTagClassName
{
color: #2DC270;
}
</style>
background-color css
<style>
a { background-color: #2DC270; }
a { background-color: rgb(45,194,112); }
div.DivClassName
{
background-color: #2DC270;
}
.BgClassName
{
background-color: #2DC270;
}
</style>
border-color css
<style>
span { border-color: #2DC270; }
span { border-color: rgb(45,194,112); }
td.TdClassName
{
border-color: #2DC270;
}
.TagClassName
{
border-color: #2DC270;
}
</style>