Shades of Jungle Green #2BBA7E
Tints of Jungle Green #2BBA7E
RGB
CMYK
RGB Variations
Color information
#2BBA7E (or 0x2BBA7E) is known color: Jungle Green. HEX triplet: 2B, BA and 7E. RGB value is (43,186,126). Sum of RGB (Red+Green+Blue) = 43+186+126=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA7E is #D44581. Grayscale: #888888. Windows color (decimal): -13911426 or 8305195. OLE color: 8305195.
HSL color Cylindrical-coordinate representation of color #2BBA7E: hue angle of 154.83º 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 #2BBA7E is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 126 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.27 |
| HSL | 154.83º | 0.62% | 0.45% | - |
| HSV(B) | 154.83º | 0.77% | 0.73% | - |
| XYZ | 22.32 | 37.14 | 25.73 | - |
| YUV | 136.4 | 122.12 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 126 | 0.77 | 0 | 0.32 | 0.27 | 154.83 | 0.62 | 0.45 |
| Hex | 2B | BA | 7E | 4D | 0 | 20 | 1B | 9B | 3E | 2D |
| Octal | 53 | 272 | 176 | 115 | 0 | 40 | 33 | 233 | 76 | 55 |
| Binary | 101011 | 10111010 | 1111110 | 1001101 | 0 | 100000 | 11011 | 10011011 | 111110 | 101101 |
Color Harmonies of #2BBA7E
Complementary color
Monochromatic Colors of #2BBA7E
Black with #2BBA7E
Text Example
Text Example
White with #2BBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA7E; }
p { color: rgb(43,186,126); }
H1.HeaderClassName
{
color: #2BBA7E;
}
.AnyTagClassName
{
color: #2BBA7E;
}
</style>
background-color css
<style>
a { background-color: #2BBA7E; }
a { background-color: rgb(43,186,126); }
div.DivClassName
{
background-color: #2BBA7E;
}
.BgClassName
{
background-color: #2BBA7E;
}
</style>
border-color css
<style>
span { border-color: #2BBA7E; }
span { border-color: rgb(43,186,126); }
td.TdClassName
{
border-color: #2BBA7E;
}
.TagClassName
{
border-color: #2BBA7E;
}
</style>