Shades of Medium Sea Green #2BB273
Tints of Medium Sea Green #2BB273
RGB
CMYK
RGB Variations
Color information
#2BB273 (or 0x2BB273) is known color: Medium Sea Green. HEX triplet: 2B, B2 and 73. RGB value is (43,178,115). Sum of RGB (Red+Green+Blue) = 43+178+115=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB273 is #D44D8C. Grayscale: #828282. Windows color (decimal): -13913485 or 7582251. OLE color: 7582251.
HSL color Cylindrical-coordinate representation of color #2BB273: hue angle of 152º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB273 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 115 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.30 |
| HSL | 152º | 0.61% | 0.43% | - |
| HSV(B) | 152º | 0.76% | 0.7% | - |
| XYZ | 20.01 | 33.59 | 21.65 | - |
| YUV | 130.45 | 119.27 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 115 | 0.76 | 0 | 0.35 | 0.30 | 152 | 0.61 | 0.43 |
| Hex | 2B | B2 | 73 | 4C | 0 | 23 | 1E | 98 | 3D | 2B |
| Octal | 53 | 262 | 163 | 114 | 0 | 43 | 36 | 230 | 75 | 53 |
| Binary | 101011 | 10110010 | 1110011 | 1001100 | 0 | 100011 | 11110 | 10011000 | 111101 | 101011 |
Color Harmonies of #2BB273
Complementary color
Monochromatic Colors of #2BB273
Black with #2BB273
Text Example
Text Example
White with #2BB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB273; }
p { color: rgb(43,178,115); }
H1.HeaderClassName
{
color: #2BB273;
}
.AnyTagClassName
{
color: #2BB273;
}
</style>
background-color css
<style>
a { background-color: #2BB273; }
a { background-color: rgb(43,178,115); }
div.DivClassName
{
background-color: #2BB273;
}
.BgClassName
{
background-color: #2BB273;
}
</style>
border-color css
<style>
span { border-color: #2BB273; }
span { border-color: rgb(43,178,115); }
td.TdClassName
{
border-color: #2BB273;
}
.TagClassName
{
border-color: #2BB273;
}
</style>