Shades of Medium Sea Green #2BD273
Tints of Medium Sea Green #2BD273
RGB
CMYK
RGB Variations
Color information
#2BD273 (or 0x2BD273) is known color: Medium Sea Green. HEX triplet: 2B, D2 and 73. RGB value is (43,210,115). Sum of RGB (Red+Green+Blue) = 43+210+115=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD273 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD273 is #D42D8C. Grayscale: #959595. Windows color (decimal): -13905293 or 7590443. OLE color: 7590443.
HSL color Cylindrical-coordinate representation of color #2BD273: hue angle of 145.87º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD273 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 115 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.18 |
| HSL | 145.87º | 0.66% | 0.5% | - |
| HSV(B) | 145.87º | 0.8% | 0.82% | - |
| XYZ | 27.14 | 47.84 | 24.02 | - |
| YUV | 149.24 | 108.67 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 115 | 0.80 | 0 | 0.45 | 0.18 | 145.87 | 0.66 | 0.5 |
| Hex | 2B | D2 | 73 | 50 | 0 | 2D | 12 | 92 | 42 | 32 |
| Octal | 53 | 322 | 163 | 120 | 0 | 55 | 22 | 222 | 102 | 62 |
| Binary | 101011 | 11010010 | 1110011 | 1010000 | 0 | 101101 | 10010 | 10010010 | 1000010 | 110010 |
Color Harmonies of #2BD273
Complementary color
Monochromatic Colors of #2BD273
Black with #2BD273
Text Example
Text Example
White with #2BD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD273; }
p { color: rgb(43,210,115); }
H1.HeaderClassName
{
color: #2BD273;
}
.AnyTagClassName
{
color: #2BD273;
}
</style>
background-color css
<style>
a { background-color: #2BD273; }
a { background-color: rgb(43,210,115); }
div.DivClassName
{
background-color: #2BD273;
}
.BgClassName
{
background-color: #2BD273;
}
</style>
border-color css
<style>
span { border-color: #2BD273; }
span { border-color: rgb(43,210,115); }
td.TdClassName
{
border-color: #2BD273;
}
.TagClassName
{
border-color: #2BD273;
}
</style>