Shades of Medium Sea Green #2CB273
Tints of Medium Sea Green #2CB273
RGB
CMYK
RGB Variations
Color information
#2CB273 (or 0x2CB273) is known color: Medium Sea Green. HEX triplet: 2C, B2 and 73. RGB value is (44,178,115). Sum of RGB (Red+Green+Blue) = 44+178+115=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB273 is #D34D8C. Grayscale: #828282. Windows color (decimal): -13847949 or 7582252. OLE color: 7582252.
HSL color Cylindrical-coordinate representation of color #2CB273: hue angle of 151.79º degrees, saturation: 0.6, 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 #2CB273 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 178 | 115 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.30 |
| HSL | 151.79º | 0.6% | 0.44% | - |
| HSV(B) | 151.79º | 0.75% | 0.7% | - |
| XYZ | 20.05 | 33.61 | 21.65 | - |
| YUV | 130.75 | 119.11 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 115 | 0.75 | 0 | 0.35 | 0.30 | 151.79 | 0.6 | 0.44 |
| Hex | 2C | B2 | 73 | 4B | 0 | 23 | 1E | 98 | 3C | 2C |
| Octal | 54 | 262 | 163 | 113 | 0 | 43 | 36 | 230 | 74 | 54 |
| Binary | 101100 | 10110010 | 1110011 | 1001011 | 0 | 100011 | 11110 | 10011000 | 111100 | 101100 |
Color Harmonies of #2CB273
Complementary color
Monochromatic Colors of #2CB273
Black with #2CB273
Text Example
Text Example
White with #2CB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB273; }
p { color: rgb(44,178,115); }
H1.HeaderClassName
{
color: #2CB273;
}
.AnyTagClassName
{
color: #2CB273;
}
</style>
background-color css
<style>
a { background-color: #2CB273; }
a { background-color: rgb(44,178,115); }
div.DivClassName
{
background-color: #2CB273;
}
.BgClassName
{
background-color: #2CB273;
}
</style>
border-color css
<style>
span { border-color: #2CB273; }
span { border-color: rgb(44,178,115); }
td.TdClassName
{
border-color: #2CB273;
}
.TagClassName
{
border-color: #2CB273;
}
</style>