Shades of Medium Sea Green #2CB470
Tints of Medium Sea Green #2CB470
RGB
CMYK
RGB Variations
Color information
#2CB470 (or 0x2CB470) is known color: Medium Sea Green. HEX triplet: 2C, B4 and 70. RGB value is (44,180,112). Sum of RGB (Red+Green+Blue) = 44+180+112=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB470 is #D34B8F. Grayscale: #838383. Windows color (decimal): -13847440 or 7386156. OLE color: 7386156.
HSL color Cylindrical-coordinate representation of color #2CB470: hue angle of 150º 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 #2CB470 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 112 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.29 |
| HSL | 150º | 0.61% | 0.44% | - |
| HSV(B) | 150º | 0.76% | 0.71% | - |
| XYZ | 20.28 | 34.35 | 20.89 | - |
| YUV | 131.58 | 116.94 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 112 | 0.76 | 0 | 0.38 | 0.29 | 150 | 0.61 | 0.44 |
| Hex | 2C | B4 | 70 | 4C | 0 | 26 | 1D | 96 | 3D | 2C |
| Octal | 54 | 264 | 160 | 114 | 0 | 46 | 35 | 226 | 75 | 54 |
| Binary | 101100 | 10110100 | 1110000 | 1001100 | 0 | 100110 | 11101 | 10010110 | 111101 | 101100 |
Color Harmonies of #2CB470
Complementary color
Monochromatic Colors of #2CB470
Black with #2CB470
Text Example
Text Example
White with #2CB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB470; }
p { color: rgb(44,180,112); }
H1.HeaderClassName
{
color: #2CB470;
}
.AnyTagClassName
{
color: #2CB470;
}
</style>
background-color css
<style>
a { background-color: #2CB470; }
a { background-color: rgb(44,180,112); }
div.DivClassName
{
background-color: #2CB470;
}
.BgClassName
{
background-color: #2CB470;
}
</style>
border-color css
<style>
span { border-color: #2CB470; }
span { border-color: rgb(44,180,112); }
td.TdClassName
{
border-color: #2CB470;
}
.TagClassName
{
border-color: #2CB470;
}
</style>