Shades of Jungle Green #2BBF87
Tints of Jungle Green #2BBF87
RGB
CMYK
RGB Variations
Color information
#2BBF87 (or 0x2BBF87) is known color: Jungle Green. HEX triplet: 2B, BF and 87. RGB value is (43,191,135). Sum of RGB (Red+Green+Blue) = 43+191+135=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBF87 is #D44078. Grayscale: #8C8C8C. Windows color (decimal): -13910137 or 8896299. OLE color: 8896299.
HSL color Cylindrical-coordinate representation of color #2BBF87: hue angle of 157.3º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBF87 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 191 | 135 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.25 |
| HSL | 157.3º | 0.63% | 0.46% | - |
| HSV(B) | 157.3º | 0.77% | 0.75% | - |
| XYZ | 24 | 39.52 | 29.29 | - |
| YUV | 140.36 | 124.97 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 135 | 0.77 | 0 | 0.29 | 0.25 | 157.3 | 0.63 | 0.46 |
| Hex | 2B | BF | 87 | 4D | 0 | 1D | 19 | 9D | 3F | 2E |
| Octal | 53 | 277 | 207 | 115 | 0 | 35 | 31 | 235 | 77 | 56 |
| Binary | 101011 | 10111111 | 10000111 | 1001101 | 0 | 11101 | 11001 | 10011101 | 111111 | 101110 |
Color Harmonies of #2BBF87
Complementary color
Monochromatic Colors of #2BBF87
Black with #2BBF87
Text Example
Text Example
White with #2BBF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBF87; }
p { color: rgb(43,191,135); }
H1.HeaderClassName
{
color: #2BBF87;
}
.AnyTagClassName
{
color: #2BBF87;
}
</style>
background-color css
<style>
a { background-color: #2BBF87; }
a { background-color: rgb(43,191,135); }
div.DivClassName
{
background-color: #2BBF87;
}
.BgClassName
{
background-color: #2BBF87;
}
</style>
border-color css
<style>
span { border-color: #2BBF87; }
span { border-color: rgb(43,191,135); }
td.TdClassName
{
border-color: #2BBF87;
}
.TagClassName
{
border-color: #2BBF87;
}
</style>