Shades of Medium Sea Green #2BBD73
Tints of Medium Sea Green #2BBD73
RGB
CMYK
RGB Variations
Color information
#2BBD73 (or 0x2BBD73) is known color: Medium Sea Green. HEX triplet: 2B, BD and 73. RGB value is (43,189,115). Sum of RGB (Red+Green+Blue) = 43+189+115=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBD73 is #D4428C. Grayscale: #898989. Windows color (decimal): -13910669 or 7585067. OLE color: 7585067.
HSL color Cylindrical-coordinate representation of color #2BBD73: hue angle of 149.59º 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 #2BBD73 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 189 | 115 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.26 |
| HSL | 149.59º | 0.63% | 0.45% | - |
| HSV(B) | 149.59º | 0.77% | 0.74% | - |
| XYZ | 22.29 | 38.15 | 22.41 | - |
| YUV | 136.91 | 115.63 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 115 | 0.77 | 0 | 0.39 | 0.26 | 149.59 | 0.63 | 0.45 |
| Hex | 2B | BD | 73 | 4D | 0 | 27 | 1A | 96 | 3F | 2D |
| Octal | 53 | 275 | 163 | 115 | 0 | 47 | 32 | 226 | 77 | 55 |
| Binary | 101011 | 10111101 | 1110011 | 1001101 | 0 | 100111 | 11010 | 10010110 | 111111 | 101101 |
Color Harmonies of #2BBD73
Complementary color
Monochromatic Colors of #2BBD73
Black with #2BBD73
Text Example
Text Example
White with #2BBD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBD73; }
p { color: rgb(43,189,115); }
H1.HeaderClassName
{
color: #2BBD73;
}
.AnyTagClassName
{
color: #2BBD73;
}
</style>
background-color css
<style>
a { background-color: #2BBD73; }
a { background-color: rgb(43,189,115); }
div.DivClassName
{
background-color: #2BBD73;
}
.BgClassName
{
background-color: #2BBD73;
}
</style>
border-color css
<style>
span { border-color: #2BBD73; }
span { border-color: rgb(43,189,115); }
td.TdClassName
{
border-color: #2BBD73;
}
.TagClassName
{
border-color: #2BBD73;
}
</style>