Shades of Medium Sea Green #2BA76F
Tints of Medium Sea Green #2BA76F
RGB
CMYK
RGB Variations
Color information
#2BA76F (or 0x2BA76F) is known color: Medium Sea Green. HEX triplet: 2B, A7 and 6F. RGB value is (43,167,111). Sum of RGB (Red+Green+Blue) = 43+167+111=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA76F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA76F is #D45890. Grayscale: #7B7B7B. Windows color (decimal): -13916305 or 7317291. OLE color: 7317291.
HSL color Cylindrical-coordinate representation of color #2BA76F: hue angle of 152.9º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA76F is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 111 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.35 |
| HSL | 152.9º | 0.59% | 0.41% | - |
| HSV(B) | 152.9º | 0.74% | 0.65% | - |
| XYZ | 17.68 | 29.3 | 19.76 | - |
| YUV | 123.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 111 | 0.74 | 0 | 0.34 | 0.35 | 152.9 | 0.59 | 0.41 |
| Hex | 2B | A7 | 6F | 4A | 0 | 22 | 23 | 99 | 3B | 29 |
| Octal | 53 | 247 | 157 | 112 | 0 | 42 | 43 | 231 | 73 | 51 |
| Binary | 101011 | 10100111 | 1101111 | 1001010 | 0 | 100010 | 100011 | 10011001 | 111011 | 101001 |
Color Harmonies of #2BA76F
Complementary color
Monochromatic Colors of #2BA76F
Black with #2BA76F
Text Example
Text Example
White with #2BA76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA76F; }
p { color: rgb(43,167,111); }
H1.HeaderClassName
{
color: #2BA76F;
}
.AnyTagClassName
{
color: #2BA76F;
}
</style>
background-color css
<style>
a { background-color: #2BA76F; }
a { background-color: rgb(43,167,111); }
div.DivClassName
{
background-color: #2BA76F;
}
.BgClassName
{
background-color: #2BA76F;
}
</style>
border-color css
<style>
span { border-color: #2BA76F; }
span { border-color: rgb(43,167,111); }
td.TdClassName
{
border-color: #2BA76F;
}
.TagClassName
{
border-color: #2BA76F;
}
</style>