Shades of Medium Sea Green #2BB960
Tints of Medium Sea Green #2BB960
RGB
CMYK
RGB Variations
Color information
#2BB960 (or 0x2BB960) is known color: Medium Sea Green. HEX triplet: 2B, B9 and 60. RGB value is (43,185,96). Sum of RGB (Red+Green+Blue) = 43+185+96=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB960 is #D4469F. Grayscale: #848484. Windows color (decimal): -13911712 or 6338859. OLE color: 6338859.
HSL color Cylindrical-coordinate representation of color #2BB960: hue angle of 142.39º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB960 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 185 | 96 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.27 |
| HSL | 142.39º | 0.62% | 0.45% | - |
| HSV(B) | 142.39º | 0.77% | 0.73% | - |
| XYZ | 20.46 | 36.06 | 16.95 | - |
| YUV | 132.4 | 107.46 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 185 | 96 | 0.77 | 0 | 0.48 | 0.27 | 142.39 | 0.62 | 0.45 |
| Hex | 2B | B9 | 60 | 4D | 0 | 30 | 1B | 8E | 3E | 2D |
| Octal | 53 | 271 | 140 | 115 | 0 | 60 | 33 | 216 | 76 | 55 |
| Binary | 101011 | 10111001 | 1100000 | 1001101 | 0 | 110000 | 11011 | 10001110 | 111110 | 101101 |
Color Harmonies of #2BB960
Complementary color
Monochromatic Colors of #2BB960
Black with #2BB960
Text Example
Text Example
White with #2BB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB960; }
p { color: rgb(43,185,96); }
H1.HeaderClassName
{
color: #2BB960;
}
.AnyTagClassName
{
color: #2BB960;
}
</style>
background-color css
<style>
a { background-color: #2BB960; }
a { background-color: rgb(43,185,96); }
div.DivClassName
{
background-color: #2BB960;
}
.BgClassName
{
background-color: #2BB960;
}
</style>
border-color css
<style>
span { border-color: #2BB960; }
span { border-color: rgb(43,185,96); }
td.TdClassName
{
border-color: #2BB960;
}
.TagClassName
{
border-color: #2BB960;
}
</style>