Shades of Medium Sea Green #2CB373
Tints of Medium Sea Green #2CB373
RGB
CMYK
RGB Variations
Color information
#2CB373 (or 0x2CB373) is known color: Medium Sea Green. HEX triplet: 2C, B3 and 73. RGB value is (44,179,115). Sum of RGB (Red+Green+Blue) = 44+179+115=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB373 is #D34C8C. Grayscale: #838383. Windows color (decimal): -13847693 or 7582508. OLE color: 7582508.
HSL color Cylindrical-coordinate representation of color #2CB373: hue angle of 151.56º 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 #2CB373 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 115 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.30 |
| HSL | 151.56º | 0.61% | 0.44% | - |
| HSV(B) | 151.56º | 0.75% | 0.7% | - |
| XYZ | 20.25 | 34.01 | 21.72 | - |
| YUV | 131.34 | 118.77 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 115 | 0.75 | 0 | 0.36 | 0.30 | 151.56 | 0.61 | 0.44 |
| Hex | 2C | B3 | 73 | 4B | 0 | 24 | 1E | 98 | 3D | 2C |
| Octal | 54 | 263 | 163 | 113 | 0 | 44 | 36 | 230 | 75 | 54 |
| Binary | 101100 | 10110011 | 1110011 | 1001011 | 0 | 100100 | 11110 | 10011000 | 111101 | 101100 |
Color Harmonies of #2CB373
Complementary color
Monochromatic Colors of #2CB373
Black with #2CB373
Text Example
Text Example
White with #2CB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB373; }
p { color: rgb(44,179,115); }
H1.HeaderClassName
{
color: #2CB373;
}
.AnyTagClassName
{
color: #2CB373;
}
</style>
background-color css
<style>
a { background-color: #2CB373; }
a { background-color: rgb(44,179,115); }
div.DivClassName
{
background-color: #2CB373;
}
.BgClassName
{
background-color: #2CB373;
}
</style>
border-color css
<style>
span { border-color: #2CB373; }
span { border-color: rgb(44,179,115); }
td.TdClassName
{
border-color: #2CB373;
}
.TagClassName
{
border-color: #2CB373;
}
</style>