Shades of Medium Sea Green #2BBB65
Tints of Medium Sea Green #2BBB65
RGB
CMYK
RGB Variations
Color information
#2BBB65 (or 0x2BBB65) is known color: Medium Sea Green. HEX triplet: 2B, BB and 65. RGB value is (43,187,101). Sum of RGB (Red+Green+Blue) = 43+187+101=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBB65 is #D4449A. Grayscale: #868686. Windows color (decimal): -13911195 or 6667051. OLE color: 6667051.
HSL color Cylindrical-coordinate representation of color #2BBB65: hue angle of 144.17º degrees, saturation: 0.63, 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 #2BBB65 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 101 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.27 |
| HSL | 144.17º | 0.63% | 0.45% | - |
| HSV(B) | 144.17º | 0.77% | 0.73% | - |
| XYZ | 21.12 | 36.99 | 18.34 | - |
| YUV | 134.14 | 109.29 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 101 | 0.77 | 0 | 0.46 | 0.27 | 144.17 | 0.63 | 0.45 |
| Hex | 2B | BB | 65 | 4D | 0 | 2E | 1B | 90 | 3F | 2D |
| Octal | 53 | 273 | 145 | 115 | 0 | 56 | 33 | 220 | 77 | 55 |
| Binary | 101011 | 10111011 | 1100101 | 1001101 | 0 | 101110 | 11011 | 10010000 | 111111 | 101101 |
Color Harmonies of #2BBB65
Complementary color
Monochromatic Colors of #2BBB65
Black with #2BBB65
Text Example
Text Example
White with #2BBB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB65; }
p { color: rgb(43,187,101); }
H1.HeaderClassName
{
color: #2BBB65;
}
.AnyTagClassName
{
color: #2BBB65;
}
</style>
background-color css
<style>
a { background-color: #2BBB65; }
a { background-color: rgb(43,187,101); }
div.DivClassName
{
background-color: #2BBB65;
}
.BgClassName
{
background-color: #2BBB65;
}
</style>
border-color css
<style>
span { border-color: #2BBB65; }
span { border-color: rgb(43,187,101); }
td.TdClassName
{
border-color: #2BBB65;
}
.TagClassName
{
border-color: #2BBB65;
}
</style>