Shades of Medium Sea Green #2CB858
Tints of Medium Sea Green #2CB858
RGB
CMYK
RGB Variations
Color information
#2CB858 (or 0x2CB858) is known color: Medium Sea Green. HEX triplet: 2C, B8 and 58. RGB value is (44,184,88). Sum of RGB (Red+Green+Blue) = 44+184+88=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 184 (72.27% from 255 or 58.23% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB858 is #D347A7. Grayscale: #838383. Windows color (decimal): -13846440 or 5814316. OLE color: 5814316.
HSL color Cylindrical-coordinate representation of color #2CB858: hue angle of 138.86º 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 #2CB858 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 184 | 88 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.28 |
| HSL | 138.86º | 0.61% | 0.45% | - |
| HSV(B) | 138.86º | 0.76% | 0.72% | - |
| XYZ | 19.94 | 35.52 | 15.04 | - |
| YUV | 131.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 184 | 88 | 0.76 | 0 | 0.52 | 0.28 | 138.86 | 0.61 | 0.45 |
| Hex | 2C | B8 | 58 | 4C | 0 | 34 | 1C | 8B | 3D | 2D |
| Octal | 54 | 270 | 130 | 114 | 0 | 64 | 34 | 213 | 75 | 55 |
| Binary | 101100 | 10111000 | 1011000 | 1001100 | 0 | 110100 | 11100 | 10001011 | 111101 | 101101 |
Color Harmonies of #2CB858
Complementary color
Monochromatic Colors of #2CB858
Black with #2CB858
Text Example
Text Example
White with #2CB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB858; }
p { color: rgb(44,184,88); }
H1.HeaderClassName
{
color: #2CB858;
}
.AnyTagClassName
{
color: #2CB858;
}
</style>
background-color css
<style>
a { background-color: #2CB858; }
a { background-color: rgb(44,184,88); }
div.DivClassName
{
background-color: #2CB858;
}
.BgClassName
{
background-color: #2CB858;
}
</style>
border-color css
<style>
span { border-color: #2CB858; }
span { border-color: rgb(44,184,88); }
td.TdClassName
{
border-color: #2CB858;
}
.TagClassName
{
border-color: #2CB858;
}
</style>