Shades of Jungle Green #2BB488
Tints of Jungle Green #2BB488
RGB
CMYK
RGB Variations
Color information
#2BB488 (or 0x2BB488) is known color: Jungle Green. HEX triplet: 2B, B4 and 88. RGB value is (43,180,136). Sum of RGB (Red+Green+Blue) = 43+180+136=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB488 is #D44B77. Grayscale: #868686. Windows color (decimal): -13912952 or 8959019. OLE color: 8959019.
HSL color Cylindrical-coordinate representation of color #2BB488: hue angle of 160.73º degrees, saturation: 0.61, 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 #2BB488 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 180 | 136 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.29 |
| HSL | 160.73º | 0.61% | 0.44% | - |
| HSV(B) | 160.73º | 0.76% | 0.71% | - |
| XYZ | 21.76 | 34.93 | 28.89 | - |
| YUV | 134.02 | 129.11 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 180 | 136 | 0.76 | 0 | 0.24 | 0.29 | 160.73 | 0.61 | 0.44 |
| Hex | 2B | B4 | 88 | 4C | 0 | 18 | 1D | A1 | 3D | 2C |
| Octal | 53 | 264 | 210 | 114 | 0 | 30 | 35 | 241 | 75 | 54 |
| Binary | 101011 | 10110100 | 10001000 | 1001100 | 0 | 11000 | 11101 | 10100001 | 111101 | 101100 |
Color Harmonies of #2BB488
Complementary color
Monochromatic Colors of #2BB488
Black with #2BB488
Text Example
Text Example
White with #2BB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB488; }
p { color: rgb(43,180,136); }
H1.HeaderClassName
{
color: #2BB488;
}
.AnyTagClassName
{
color: #2BB488;
}
</style>
background-color css
<style>
a { background-color: #2BB488; }
a { background-color: rgb(43,180,136); }
div.DivClassName
{
background-color: #2BB488;
}
.BgClassName
{
background-color: #2BB488;
}
</style>
border-color css
<style>
span { border-color: #2BB488; }
span { border-color: rgb(43,180,136); }
td.TdClassName
{
border-color: #2BB488;
}
.TagClassName
{
border-color: #2BB488;
}
</style>