Shades of Medium Sea Green #2BD376
Tints of Medium Sea Green #2BD376
RGB
CMYK
RGB Variations
Color information
#2BD376 (or 0x2BD376) is known color: Medium Sea Green. HEX triplet: 2B, D3 and 76. RGB value is (43,211,118). Sum of RGB (Red+Green+Blue) = 43+211+118=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 211 (82.81% from 255 or 56.72% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD376 is #D42C89. Grayscale: #969696. Windows color (decimal): -13905034 or 7787307. OLE color: 7787307.
HSL color Cylindrical-coordinate representation of color #2BD376: hue angle of 146.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD376 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 211 | 118 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.17 |
| HSL | 146.79º | 0.66% | 0.5% | - |
| HSV(B) | 146.79º | 0.8% | 0.83% | - |
| XYZ | 27.56 | 48.41 | 25.03 | - |
| YUV | 150.17 | 109.84 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 211 | 118 | 0.80 | 0 | 0.44 | 0.17 | 146.79 | 0.66 | 0.5 |
| Hex | 2B | D3 | 76 | 50 | 0 | 2C | 11 | 93 | 42 | 32 |
| Octal | 53 | 323 | 166 | 120 | 0 | 54 | 21 | 223 | 102 | 62 |
| Binary | 101011 | 11010011 | 1110110 | 1010000 | 0 | 101100 | 10001 | 10010011 | 1000010 | 110010 |
Color Harmonies of #2BD376
Complementary color
Monochromatic Colors of #2BD376
Black with #2BD376
Text Example
Text Example
White with #2BD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD376; }
p { color: rgb(43,211,118); }
H1.HeaderClassName
{
color: #2BD376;
}
.AnyTagClassName
{
color: #2BD376;
}
</style>
background-color css
<style>
a { background-color: #2BD376; }
a { background-color: rgb(43,211,118); }
div.DivClassName
{
background-color: #2BD376;
}
.BgClassName
{
background-color: #2BD376;
}
</style>
border-color css
<style>
span { border-color: #2BD376; }
span { border-color: rgb(43,211,118); }
td.TdClassName
{
border-color: #2BD376;
}
.TagClassName
{
border-color: #2BD376;
}
</style>