Shades of Jungle Green #2BBA84
Tints of Jungle Green #2BBA84
RGB
CMYK
RGB Variations
Color information
#2BBA84 (or 0x2BBA84) is known color: Jungle Green. HEX triplet: 2B, BA and 84. RGB value is (43,186,132). Sum of RGB (Red+Green+Blue) = 43+186+132=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBA84 is #D4457B. Grayscale: #898989. Windows color (decimal): -13911420 or 8698411. OLE color: 8698411.
HSL color Cylindrical-coordinate representation of color #2BBA84: hue angle of 157.34º 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 #2BBA84 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 132 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.27 |
| HSL | 157.34º | 0.62% | 0.45% | - |
| HSV(B) | 157.34º | 0.77% | 0.73% | - |
| XYZ | 22.72 | 37.3 | 27.83 | - |
| YUV | 137.09 | 125.12 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 132 | 0.77 | 0 | 0.29 | 0.27 | 157.34 | 0.62 | 0.45 |
| Hex | 2B | BA | 84 | 4D | 0 | 1D | 1B | 9D | 3E | 2D |
| Octal | 53 | 272 | 204 | 115 | 0 | 35 | 33 | 235 | 76 | 55 |
| Binary | 101011 | 10111010 | 10000100 | 1001101 | 0 | 11101 | 11011 | 10011101 | 111110 | 101101 |
Color Harmonies of #2BBA84
Complementary color
Monochromatic Colors of #2BBA84
Black with #2BBA84
Text Example
Text Example
White with #2BBA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA84; }
p { color: rgb(43,186,132); }
H1.HeaderClassName
{
color: #2BBA84;
}
.AnyTagClassName
{
color: #2BBA84;
}
</style>
background-color css
<style>
a { background-color: #2BBA84; }
a { background-color: rgb(43,186,132); }
div.DivClassName
{
background-color: #2BBA84;
}
.BgClassName
{
background-color: #2BBA84;
}
</style>
border-color css
<style>
span { border-color: #2BBA84; }
span { border-color: rgb(43,186,132); }
td.TdClassName
{
border-color: #2BBA84;
}
.TagClassName
{
border-color: #2BBA84;
}
</style>