Shades of Medium Sea Green #2BBD59
Tints of Medium Sea Green #2BBD59
RGB
CMYK
RGB Variations
Color information
#2BBD59 (or 0x2BBD59) is known color: Medium Sea Green. HEX triplet: 2B, BD and 59. RGB value is (43,189,89). Sum of RGB (Red+Green+Blue) = 43+189+89=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBD59 is #D442A6. Grayscale: #868686. Windows color (decimal): -13910695 or 5881131. OLE color: 5881131.
HSL color Cylindrical-coordinate representation of color #2BBD59: hue angle of 138.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBD59 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 189 | 89 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.26 |
| HSL | 138.9º | 0.63% | 0.45% | - |
| HSV(B) | 138.9º | 0.77% | 0.74% | - |
| XYZ | 21 | 37.63 | 15.61 | - |
| YUV | 133.95 | 102.63 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 89 | 0.77 | 0 | 0.53 | 0.26 | 138.9 | 0.63 | 0.45 |
| Hex | 2B | BD | 59 | 4D | 0 | 35 | 1A | 8B | 3F | 2D |
| Octal | 53 | 275 | 131 | 115 | 0 | 65 | 32 | 213 | 77 | 55 |
| Binary | 101011 | 10111101 | 1011001 | 1001101 | 0 | 110101 | 11010 | 10001011 | 111111 | 101101 |
Color Harmonies of #2BBD59
Complementary color
Monochromatic Colors of #2BBD59
Black with #2BBD59
Text Example
Text Example
White with #2BBD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBD59; }
p { color: rgb(43,189,89); }
H1.HeaderClassName
{
color: #2BBD59;
}
.AnyTagClassName
{
color: #2BBD59;
}
</style>
background-color css
<style>
a { background-color: #2BBD59; }
a { background-color: rgb(43,189,89); }
div.DivClassName
{
background-color: #2BBD59;
}
.BgClassName
{
background-color: #2BBD59;
}
</style>
border-color css
<style>
span { border-color: #2BBD59; }
span { border-color: rgb(43,189,89); }
td.TdClassName
{
border-color: #2BBD59;
}
.TagClassName
{
border-color: #2BBD59;
}
</style>