Shades of Medium Sea Green #2CB370
Tints of Medium Sea Green #2CB370
RGB
CMYK
RGB Variations
Color information
#2CB370 (or 0x2CB370) is known color: Medium Sea Green. HEX triplet: 2C, B3 and 70. RGB value is (44,179,112). Sum of RGB (Red+Green+Blue) = 44+179+112=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB370 is #D34C8F. Grayscale: #838383. Windows color (decimal): -13847696 or 7385900. OLE color: 7385900.
HSL color Cylindrical-coordinate representation of color #2CB370: hue angle of 150.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB370 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 112 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.30 |
| HSL | 150.22º | 0.61% | 0.44% | - |
| HSV(B) | 150.22º | 0.75% | 0.7% | - |
| XYZ | 20.08 | 33.95 | 20.82 | - |
| YUV | 131 | 117.27 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 112 | 0.75 | 0 | 0.37 | 0.30 | 150.22 | 0.61 | 0.44 |
| Hex | 2C | B3 | 70 | 4B | 0 | 25 | 1E | 96 | 3D | 2C |
| Octal | 54 | 263 | 160 | 113 | 0 | 45 | 36 | 226 | 75 | 54 |
| Binary | 101100 | 10110011 | 1110000 | 1001011 | 0 | 100101 | 11110 | 10010110 | 111101 | 101100 |
Color Harmonies of #2CB370
Complementary color
Monochromatic Colors of #2CB370
Black with #2CB370
Text Example
Text Example
White with #2CB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB370; }
p { color: rgb(44,179,112); }
H1.HeaderClassName
{
color: #2CB370;
}
.AnyTagClassName
{
color: #2CB370;
}
</style>
background-color css
<style>
a { background-color: #2CB370; }
a { background-color: rgb(44,179,112); }
div.DivClassName
{
background-color: #2CB370;
}
.BgClassName
{
background-color: #2CB370;
}
</style>
border-color css
<style>
span { border-color: #2CB370; }
span { border-color: rgb(44,179,112); }
td.TdClassName
{
border-color: #2CB370;
}
.TagClassName
{
border-color: #2CB370;
}
</style>