Shades of Jungle Green #2BB084
Tints of Jungle Green #2BB084
RGB
CMYK
RGB Variations
Color information
#2BB084 (or 0x2BB084) is known color: Jungle Green. HEX triplet: 2B, B0 and 84. RGB value is (43,176,132). Sum of RGB (Red+Green+Blue) = 43+176+132=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB084 is #D44F7B. Grayscale: #838383. Windows color (decimal): -13913980 or 8695851. OLE color: 8695851.
HSL color Cylindrical-coordinate representation of color #2BB084: hue angle of 160.15º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB084 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 176 | 132 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.31 |
| HSL | 160.15º | 0.61% | 0.43% | - |
| HSV(B) | 160.15º | 0.76% | 0.69% | - |
| XYZ | 20.69 | 33.23 | 27.15 | - |
| YUV | 131.22 | 128.44 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 132 | 0.76 | 0 | 0.25 | 0.31 | 160.15 | 0.61 | 0.43 |
| Hex | 2B | B0 | 84 | 4C | 0 | 19 | 1F | A0 | 3D | 2B |
| Octal | 53 | 260 | 204 | 114 | 0 | 31 | 37 | 240 | 75 | 53 |
| Binary | 101011 | 10110000 | 10000100 | 1001100 | 0 | 11001 | 11111 | 10100000 | 111101 | 101011 |
Color Harmonies of #2BB084
Complementary color
Monochromatic Colors of #2BB084
Black with #2BB084
Text Example
Text Example
White with #2BB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB084; }
p { color: rgb(43,176,132); }
H1.HeaderClassName
{
color: #2BB084;
}
.AnyTagClassName
{
color: #2BB084;
}
</style>
background-color css
<style>
a { background-color: #2BB084; }
a { background-color: rgb(43,176,132); }
div.DivClassName
{
background-color: #2BB084;
}
.BgClassName
{
background-color: #2BB084;
}
</style>
border-color css
<style>
span { border-color: #2BB084; }
span { border-color: rgb(43,176,132); }
td.TdClassName
{
border-color: #2BB084;
}
.TagClassName
{
border-color: #2BB084;
}
</style>