Shades of Medium Sea Green #2CB76B
Tints of Medium Sea Green #2CB76B
RGB
CMYK
RGB Variations
Color information
#2CB76B (or 0x2CB76B) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 6B. RGB value is (44,183,107). Sum of RGB (Red+Green+Blue) = 44+183+107=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB76B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB76B is #D34894. Grayscale: #848484. Windows color (decimal): -13846677 or 7059244. OLE color: 7059244.
HSL color Cylindrical-coordinate representation of color #2CB76B: hue angle of 147.19º 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 #2CB76B is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 107 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.28 |
| HSL | 147.19º | 0.61% | 0.45% | - |
| HSV(B) | 147.19º | 0.76% | 0.72% | - |
| XYZ | 20.63 | 35.46 | 19.67 | - |
| YUV | 132.78 | 113.45 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 107 | 0.76 | 0 | 0.42 | 0.28 | 147.19 | 0.61 | 0.45 |
| Hex | 2C | B7 | 6B | 4C | 0 | 2A | 1C | 93 | 3D | 2D |
| Octal | 54 | 267 | 153 | 114 | 0 | 52 | 34 | 223 | 75 | 55 |
| Binary | 101100 | 10110111 | 1101011 | 1001100 | 0 | 101010 | 11100 | 10010011 | 111101 | 101101 |
Color Harmonies of #2CB76B
Complementary color
Monochromatic Colors of #2CB76B
Black with #2CB76B
Text Example
Text Example
White with #2CB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB76B; }
p { color: rgb(44,183,107); }
H1.HeaderClassName
{
color: #2CB76B;
}
.AnyTagClassName
{
color: #2CB76B;
}
</style>
background-color css
<style>
a { background-color: #2CB76B; }
a { background-color: rgb(44,183,107); }
div.DivClassName
{
background-color: #2CB76B;
}
.BgClassName
{
background-color: #2CB76B;
}
</style>
border-color css
<style>
span { border-color: #2CB76B; }
span { border-color: rgb(44,183,107); }
td.TdClassName
{
border-color: #2CB76B;
}
.TagClassName
{
border-color: #2CB76B;
}
</style>