Shades of Medium Sea Green #2CB871
Tints of Medium Sea Green #2CB871
RGB
CMYK
RGB Variations
Color information
#2CB871 (or 0x2CB871) is known color: Medium Sea Green. HEX triplet: 2C, B8 and 71. RGB value is (44,184,113). Sum of RGB (Red+Green+Blue) = 44+184+113=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB871 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB871 is #D3478E. Grayscale: #868686. Windows color (decimal): -13846415 or 7452716. OLE color: 7452716.
HSL color Cylindrical-coordinate representation of color #2CB871: hue angle of 149.57º 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 #2CB871 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 184 | 113 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.28 |
| HSL | 149.57º | 0.61% | 0.45% | - |
| HSV(B) | 149.57º | 0.76% | 0.72% | - |
| XYZ | 21.16 | 36.01 | 21.46 | - |
| YUV | 134.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 184 | 113 | 0.76 | 0 | 0.39 | 0.28 | 149.57 | 0.61 | 0.45 |
| Hex | 2C | B8 | 71 | 4C | 0 | 27 | 1C | 96 | 3D | 2D |
| Octal | 54 | 270 | 161 | 114 | 0 | 47 | 34 | 226 | 75 | 55 |
| Binary | 101100 | 10111000 | 1110001 | 1001100 | 0 | 100111 | 11100 | 10010110 | 111101 | 101101 |
Color Harmonies of #2CB871
Complementary color
Monochromatic Colors of #2CB871
Black with #2CB871
Text Example
Text Example
White with #2CB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB871; }
p { color: rgb(44,184,113); }
H1.HeaderClassName
{
color: #2CB871;
}
.AnyTagClassName
{
color: #2CB871;
}
</style>
background-color css
<style>
a { background-color: #2CB871; }
a { background-color: rgb(44,184,113); }
div.DivClassName
{
background-color: #2CB871;
}
.BgClassName
{
background-color: #2CB871;
}
</style>
border-color css
<style>
span { border-color: #2CB871; }
span { border-color: rgb(44,184,113); }
td.TdClassName
{
border-color: #2CB871;
}
.TagClassName
{
border-color: #2CB871;
}
</style>