Shades of Medium Sea Green #2CB659
Tints of Medium Sea Green #2CB659
RGB
CMYK
RGB Variations
Color information
#2CB659 (or 0x2CB659) is known color: Medium Sea Green. HEX triplet: 2C, B6 and 59. RGB value is (44,182,89). Sum of RGB (Red+Green+Blue) = 44+182+89=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 182 (71.48% from 255 or 57.78% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB659 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB659 is #D349A6. Grayscale: #828282. Windows color (decimal): -13846951 or 5879340. OLE color: 5879340.
HSL color Cylindrical-coordinate representation of color #2CB659: hue angle of 139.57º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB659 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 182 | 89 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.29 |
| HSL | 139.57º | 0.61% | 0.44% | - |
| HSV(B) | 139.57º | 0.76% | 0.71% | - |
| XYZ | 19.57 | 34.71 | 15.12 | - |
| YUV | 130.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 89 | 0.76 | 0 | 0.51 | 0.29 | 139.57 | 0.61 | 0.44 |
| Hex | 2C | B6 | 59 | 4C | 0 | 33 | 1D | 8C | 3D | 2C |
| Octal | 54 | 266 | 131 | 114 | 0 | 63 | 35 | 214 | 75 | 54 |
| Binary | 101100 | 10110110 | 1011001 | 1001100 | 0 | 110011 | 11101 | 10001100 | 111101 | 101100 |
Color Harmonies of #2CB659
Complementary color
Monochromatic Colors of #2CB659
Black with #2CB659
Text Example
Text Example
White with #2CB659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB659; }
p { color: rgb(44,182,89); }
H1.HeaderClassName
{
color: #2CB659;
}
.AnyTagClassName
{
color: #2CB659;
}
</style>
background-color css
<style>
a { background-color: #2CB659; }
a { background-color: rgb(44,182,89); }
div.DivClassName
{
background-color: #2CB659;
}
.BgClassName
{
background-color: #2CB659;
}
</style>
border-color css
<style>
span { border-color: #2CB659; }
span { border-color: rgb(44,182,89); }
td.TdClassName
{
border-color: #2CB659;
}
.TagClassName
{
border-color: #2CB659;
}
</style>