Shades of Jungle Green #2BB587
Tints of Jungle Green #2BB587
RGB
CMYK
RGB Variations
Color information
#2BB587 (or 0x2BB587) is known color: Jungle Green. HEX triplet: 2B, B5 and 87. RGB value is (43,181,135). Sum of RGB (Red+Green+Blue) = 43+181+135=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB587 is #D44A78. Grayscale: #868686. Windows color (decimal): -13912697 or 8893739. OLE color: 8893739.
HSL color Cylindrical-coordinate representation of color #2BB587: hue angle of 160º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB587 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 181 | 135 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.29 |
| HSL | 160º | 0.62% | 0.44% | - |
| HSV(B) | 160º | 0.76% | 0.71% | - |
| XYZ | 21.89 | 35.31 | 28.58 | - |
| YUV | 134.49 | 128.28 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 181 | 135 | 0.76 | 0 | 0.25 | 0.29 | 160 | 0.62 | 0.44 |
| Hex | 2B | B5 | 87 | 4C | 0 | 19 | 1D | A0 | 3E | 2C |
| Octal | 53 | 265 | 207 | 114 | 0 | 31 | 35 | 240 | 76 | 54 |
| Binary | 101011 | 10110101 | 10000111 | 1001100 | 0 | 11001 | 11101 | 10100000 | 111110 | 101100 |
Color Harmonies of #2BB587
Complementary color
Monochromatic Colors of #2BB587
Black with #2BB587
Text Example
Text Example
White with #2BB587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB587; }
p { color: rgb(43,181,135); }
H1.HeaderClassName
{
color: #2BB587;
}
.AnyTagClassName
{
color: #2BB587;
}
</style>
background-color css
<style>
a { background-color: #2BB587; }
a { background-color: rgb(43,181,135); }
div.DivClassName
{
background-color: #2BB587;
}
.BgClassName
{
background-color: #2BB587;
}
</style>
border-color css
<style>
span { border-color: #2BB587; }
span { border-color: rgb(43,181,135); }
td.TdClassName
{
border-color: #2BB587;
}
.TagClassName
{
border-color: #2BB587;
}
</style>