Shades of Medium Sea Green #2CB870
Tints of Medium Sea Green #2CB870
RGB
CMYK
RGB Variations
Color information
#2CB870 (or 0x2CB870) is known color: Medium Sea Green. HEX triplet: 2C, B8 and 70. RGB value is (44,184,112). Sum of RGB (Red+Green+Blue) = 44+184+112=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB870 is #D3478F. Grayscale: #868686. Windows color (decimal): -13846416 or 7387180. OLE color: 7387180.
HSL color Cylindrical-coordinate representation of color #2CB870: hue angle of 149.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB870 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 184 | 112 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.28 |
| HSL | 149.14º | 0.61% | 0.45% | - |
| HSV(B) | 149.14º | 0.76% | 0.72% | - |
| XYZ | 21.1 | 35.99 | 21.16 | - |
| YUV | 133.93 | 115.62 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 184 | 112 | 0.76 | 0 | 0.39 | 0.28 | 149.14 | 0.61 | 0.45 |
| Hex | 2C | B8 | 70 | 4C | 0 | 27 | 1C | 95 | 3D | 2D |
| Octal | 54 | 270 | 160 | 114 | 0 | 47 | 34 | 225 | 75 | 55 |
| Binary | 101100 | 10111000 | 1110000 | 1001100 | 0 | 100111 | 11100 | 10010101 | 111101 | 101101 |
Color Harmonies of #2CB870
Complementary color
Monochromatic Colors of #2CB870
Black with #2CB870
Text Example
Text Example
White with #2CB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB870; }
p { color: rgb(44,184,112); }
H1.HeaderClassName
{
color: #2CB870;
}
.AnyTagClassName
{
color: #2CB870;
}
</style>
background-color css
<style>
a { background-color: #2CB870; }
a { background-color: rgb(44,184,112); }
div.DivClassName
{
background-color: #2CB870;
}
.BgClassName
{
background-color: #2CB870;
}
</style>
border-color css
<style>
span { border-color: #2CB870; }
span { border-color: rgb(44,184,112); }
td.TdClassName
{
border-color: #2CB870;
}
.TagClassName
{
border-color: #2CB870;
}
</style>