Shades of Medium Sea Green #2CB377
Tints of Medium Sea Green #2CB377
RGB
CMYK
RGB Variations
Color information
#2CB377 (or 0x2CB377) is known color: Medium Sea Green. HEX triplet: 2C, B3 and 77. RGB value is (44,179,119). Sum of RGB (Red+Green+Blue) = 44+179+119=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB377 is #D34C88. Grayscale: #838383. Windows color (decimal): -13847689 or 7844652. OLE color: 7844652.
HSL color Cylindrical-coordinate representation of color #2CB377: hue angle of 153.33º 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 #2CB377 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 119 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.30 |
| HSL | 153.33º | 0.61% | 0.44% | - |
| HSV(B) | 153.33º | 0.75% | 0.7% | - |
| XYZ | 20.49 | 34.11 | 22.96 | - |
| YUV | 131.8 | 120.77 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 119 | 0.75 | 0 | 0.34 | 0.30 | 153.33 | 0.61 | 0.44 |
| Hex | 2C | B3 | 77 | 4B | 0 | 22 | 1E | 99 | 3D | 2C |
| Octal | 54 | 263 | 167 | 113 | 0 | 42 | 36 | 231 | 75 | 54 |
| Binary | 101100 | 10110011 | 1110111 | 1001011 | 0 | 100010 | 11110 | 10011001 | 111101 | 101100 |
Color Harmonies of #2CB377
Complementary color
Monochromatic Colors of #2CB377
Black with #2CB377
Text Example
Text Example
White with #2CB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB377; }
p { color: rgb(44,179,119); }
H1.HeaderClassName
{
color: #2CB377;
}
.AnyTagClassName
{
color: #2CB377;
}
</style>
background-color css
<style>
a { background-color: #2CB377; }
a { background-color: rgb(44,179,119); }
div.DivClassName
{
background-color: #2CB377;
}
.BgClassName
{
background-color: #2CB377;
}
</style>
border-color css
<style>
span { border-color: #2CB377; }
span { border-color: rgb(44,179,119); }
td.TdClassName
{
border-color: #2CB377;
}
.TagClassName
{
border-color: #2CB377;
}
</style>