Shades of Medium Sea Green #2CB771
Tints of Medium Sea Green #2CB771
RGB
CMYK
RGB Variations
Color information
#2CB771 (or 0x2CB771) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 71. RGB value is (44,183,113). Sum of RGB (Red+Green+Blue) = 44+183+113=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 183 (71.88% from 255 or 53.82% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB771 is #D3488E. Grayscale: #858585. Windows color (decimal): -13846671 or 7452460. OLE color: 7452460.
HSL color Cylindrical-coordinate representation of color #2CB771: hue angle of 149.78º 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 #2CB771 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 113 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.28 |
| HSL | 149.78º | 0.61% | 0.45% | - |
| HSV(B) | 149.78º | 0.76% | 0.72% | - |
| XYZ | 20.95 | 35.59 | 21.39 | - |
| YUV | 133.46 | 116.45 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 113 | 0.76 | 0 | 0.38 | 0.28 | 149.78 | 0.61 | 0.45 |
| Hex | 2C | B7 | 71 | 4C | 0 | 26 | 1C | 96 | 3D | 2D |
| Octal | 54 | 267 | 161 | 114 | 0 | 46 | 34 | 226 | 75 | 55 |
| Binary | 101100 | 10110111 | 1110001 | 1001100 | 0 | 100110 | 11100 | 10010110 | 111101 | 101101 |
Color Harmonies of #2CB771
Complementary color
Monochromatic Colors of #2CB771
Black with #2CB771
Text Example
Text Example
White with #2CB771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB771; }
p { color: rgb(44,183,113); }
H1.HeaderClassName
{
color: #2CB771;
}
.AnyTagClassName
{
color: #2CB771;
}
</style>
background-color css
<style>
a { background-color: #2CB771; }
a { background-color: rgb(44,183,113); }
div.DivClassName
{
background-color: #2CB771;
}
.BgClassName
{
background-color: #2CB771;
}
</style>
border-color css
<style>
span { border-color: #2CB771; }
span { border-color: rgb(44,183,113); }
td.TdClassName
{
border-color: #2CB771;
}
.TagClassName
{
border-color: #2CB771;
}
</style>