Shades of Medium Sea Green #2CB36B
Tints of Medium Sea Green #2CB36B
RGB
CMYK
RGB Variations
Color information
#2CB36B (or 0x2CB36B) is known color: Medium Sea Green. HEX triplet: 2C, B3 and 6B. RGB value is (44,179,107). Sum of RGB (Red+Green+Blue) = 44+179+107=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB36B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB36B is #D34C94. Grayscale: #828282. Windows color (decimal): -13847701 or 7058220. OLE color: 7058220.
HSL color Cylindrical-coordinate representation of color #2CB36B: hue angle of 148º 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 #2CB36B is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 107 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.30 |
| HSL | 148º | 0.61% | 0.44% | - |
| HSV(B) | 148º | 0.75% | 0.7% | - |
| XYZ | 19.81 | 33.84 | 19.4 | - |
| YUV | 130.43 | 114.77 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 107 | 0.75 | 0 | 0.40 | 0.30 | 148 | 0.61 | 0.44 |
| Hex | 2C | B3 | 6B | 4B | 0 | 28 | 1E | 94 | 3D | 2C |
| Octal | 54 | 263 | 153 | 113 | 0 | 50 | 36 | 224 | 75 | 54 |
| Binary | 101100 | 10110011 | 1101011 | 1001011 | 0 | 101000 | 11110 | 10010100 | 111101 | 101100 |
Color Harmonies of #2CB36B
Complementary color
Monochromatic Colors of #2CB36B
Black with #2CB36B
Text Example
Text Example
White with #2CB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB36B; }
p { color: rgb(44,179,107); }
H1.HeaderClassName
{
color: #2CB36B;
}
.AnyTagClassName
{
color: #2CB36B;
}
</style>
background-color css
<style>
a { background-color: #2CB36B; }
a { background-color: rgb(44,179,107); }
div.DivClassName
{
background-color: #2CB36B;
}
.BgClassName
{
background-color: #2CB36B;
}
</style>
border-color css
<style>
span { border-color: #2CB36B; }
span { border-color: rgb(44,179,107); }
td.TdClassName
{
border-color: #2CB36B;
}
.TagClassName
{
border-color: #2CB36B;
}
</style>