Shades of Medium Sea Green #2BD672
Tints of Medium Sea Green #2BD672
RGB
CMYK
RGB Variations
Color information
#2BD672 (or 0x2BD672) is known color: Medium Sea Green. HEX triplet: 2B, D6 and 72. RGB value is (43,214,114). Sum of RGB (Red+Green+Blue) = 43+214+114=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD672 is #D4298D. Grayscale: #979797. Windows color (decimal): -13904270 or 7525931. OLE color: 7525931.
HSL color Cylindrical-coordinate representation of color #2BD672: hue angle of 144.91º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD672 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 114 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.16 |
| HSL | 144.91º | 0.68% | 0.5% | - |
| HSV(B) | 144.91º | 0.8% | 0.84% | - |
| XYZ | 28.08 | 49.82 | 24.06 | - |
| YUV | 151.47 | 106.85 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 114 | 0.80 | 0 | 0.47 | 0.16 | 144.91 | 0.68 | 0.5 |
| Hex | 2B | D6 | 72 | 50 | 0 | 2F | 10 | 91 | 44 | 32 |
| Octal | 53 | 326 | 162 | 120 | 0 | 57 | 20 | 221 | 104 | 62 |
| Binary | 101011 | 11010110 | 1110010 | 1010000 | 0 | 101111 | 10000 | 10010001 | 1000100 | 110010 |
Color Harmonies of #2BD672
Complementary color
Monochromatic Colors of #2BD672
Black with #2BD672
Text Example
Text Example
White with #2BD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD672; }
p { color: rgb(43,214,114); }
H1.HeaderClassName
{
color: #2BD672;
}
.AnyTagClassName
{
color: #2BD672;
}
</style>
background-color css
<style>
a { background-color: #2BD672; }
a { background-color: rgb(43,214,114); }
div.DivClassName
{
background-color: #2BD672;
}
.BgClassName
{
background-color: #2BD672;
}
</style>
border-color css
<style>
span { border-color: #2BD672; }
span { border-color: rgb(43,214,114); }
td.TdClassName
{
border-color: #2BD672;
}
.TagClassName
{
border-color: #2BD672;
}
</style>