Shades of Jungle Green #2BB588
Tints of Jungle Green #2BB588
RGB
CMYK
RGB Variations
Color information
#2BB588 (or 0x2BB588) is known color: Jungle Green. HEX triplet: 2B, B5 and 88. RGB value is (43,181,136). Sum of RGB (Red+Green+Blue) = 43+181+136=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB588 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB588 is #D44A77. Grayscale: #868686. Windows color (decimal): -13912696 or 8959275. OLE color: 8959275.
HSL color Cylindrical-coordinate representation of color #2BB588: hue angle of 160.43º 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 #2BB588 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 181 | 136 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.29 |
| HSL | 160.43º | 0.62% | 0.44% | - |
| HSV(B) | 160.43º | 0.76% | 0.71% | - |
| XYZ | 21.96 | 35.34 | 28.96 | - |
| YUV | 134.61 | 128.78 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 181 | 136 | 0.76 | 0 | 0.25 | 0.29 | 160.43 | 0.62 | 0.44 |
| Hex | 2B | B5 | 88 | 4C | 0 | 19 | 1D | A0 | 3E | 2C |
| Octal | 53 | 265 | 210 | 114 | 0 | 31 | 35 | 240 | 76 | 54 |
| Binary | 101011 | 10110101 | 10001000 | 1001100 | 0 | 11001 | 11101 | 10100000 | 111110 | 101100 |
Color Harmonies of #2BB588
Complementary color
Monochromatic Colors of #2BB588
Black with #2BB588
Text Example
Text Example
White with #2BB588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB588; }
p { color: rgb(43,181,136); }
H1.HeaderClassName
{
color: #2BB588;
}
.AnyTagClassName
{
color: #2BB588;
}
</style>
background-color css
<style>
a { background-color: #2BB588; }
a { background-color: rgb(43,181,136); }
div.DivClassName
{
background-color: #2BB588;
}
.BgClassName
{
background-color: #2BB588;
}
</style>
border-color css
<style>
span { border-color: #2BB588; }
span { border-color: rgb(43,181,136); }
td.TdClassName
{
border-color: #2BB588;
}
.TagClassName
{
border-color: #2BB588;
}
</style>