Shades of Medium Sea Green #2BB371
Tints of Medium Sea Green #2BB371
RGB
CMYK
RGB Variations
Color information
#2BB371 (or 0x2BB371) is known color: Medium Sea Green. HEX triplet: 2B, B3 and 71. RGB value is (43,179,113). Sum of RGB (Red+Green+Blue) = 43+179+113=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB371 is #D44C8E. Grayscale: #828282. Windows color (decimal): -13913231 or 7451435. OLE color: 7451435.
HSL color Cylindrical-coordinate representation of color #2BB371: hue angle of 150.88º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB371 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 113 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.30 |
| HSL | 150.88º | 0.61% | 0.44% | - |
| HSV(B) | 150.88º | 0.76% | 0.7% | - |
| XYZ | 20.1 | 33.95 | 21.12 | - |
| YUV | 130.81 | 117.94 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 113 | 0.76 | 0 | 0.37 | 0.30 | 150.88 | 0.61 | 0.44 |
| Hex | 2B | B3 | 71 | 4C | 0 | 25 | 1E | 97 | 3D | 2C |
| Octal | 53 | 263 | 161 | 114 | 0 | 45 | 36 | 227 | 75 | 54 |
| Binary | 101011 | 10110011 | 1110001 | 1001100 | 0 | 100101 | 11110 | 10010111 | 111101 | 101100 |
Color Harmonies of #2BB371
Complementary color
Monochromatic Colors of #2BB371
Black with #2BB371
Text Example
Text Example
White with #2BB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB371; }
p { color: rgb(43,179,113); }
H1.HeaderClassName
{
color: #2BB371;
}
.AnyTagClassName
{
color: #2BB371;
}
</style>
background-color css
<style>
a { background-color: #2BB371; }
a { background-color: rgb(43,179,113); }
div.DivClassName
{
background-color: #2BB371;
}
.BgClassName
{
background-color: #2BB371;
}
</style>
border-color css
<style>
span { border-color: #2BB371; }
span { border-color: rgb(43,179,113); }
td.TdClassName
{
border-color: #2BB371;
}
.TagClassName
{
border-color: #2BB371;
}
</style>