Shades of Medium Sea Green #2CB375
Tints of Medium Sea Green #2CB375
RGB
CMYK
RGB Variations
Color information
#2CB375 (or 0x2CB375) is known color: Medium Sea Green. HEX triplet: 2C, B3 and 75. RGB value is (44,179,117). Sum of RGB (Red+Green+Blue) = 44+179+117=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB375 is #D34C8A. Grayscale: #838383. Windows color (decimal): -13847691 or 7713580. OLE color: 7713580.
HSL color Cylindrical-coordinate representation of color #2CB375: hue angle of 152.44º 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 #2CB375 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 117 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.30 |
| HSL | 152.44º | 0.61% | 0.44% | - |
| HSV(B) | 152.44º | 0.75% | 0.7% | - |
| XYZ | 20.37 | 34.06 | 22.33 | - |
| YUV | 131.57 | 119.77 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 117 | 0.75 | 0 | 0.35 | 0.30 | 152.44 | 0.61 | 0.44 |
| Hex | 2C | B3 | 75 | 4B | 0 | 23 | 1E | 98 | 3D | 2C |
| Octal | 54 | 263 | 165 | 113 | 0 | 43 | 36 | 230 | 75 | 54 |
| Binary | 101100 | 10110011 | 1110101 | 1001011 | 0 | 100011 | 11110 | 10011000 | 111101 | 101100 |
Color Harmonies of #2CB375
Complementary color
Monochromatic Colors of #2CB375
Black with #2CB375
Text Example
Text Example
White with #2CB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB375; }
p { color: rgb(44,179,117); }
H1.HeaderClassName
{
color: #2CB375;
}
.AnyTagClassName
{
color: #2CB375;
}
</style>
background-color css
<style>
a { background-color: #2CB375; }
a { background-color: rgb(44,179,117); }
div.DivClassName
{
background-color: #2CB375;
}
.BgClassName
{
background-color: #2CB375;
}
</style>
border-color css
<style>
span { border-color: #2CB375; }
span { border-color: rgb(44,179,117); }
td.TdClassName
{
border-color: #2CB375;
}
.TagClassName
{
border-color: #2CB375;
}
</style>