Shades of Jungle Green #2BBC80
Tints of Jungle Green #2BBC80
RGB
CMYK
RGB Variations
Color information
#2BBC80 (or 0x2BBC80) is known color: Jungle Green. HEX triplet: 2B, BC and 80. RGB value is (43,188,128). Sum of RGB (Red+Green+Blue) = 43+188+128=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBC80 is #D4437F. Grayscale: #898989. Windows color (decimal): -13910912 or 8436779. OLE color: 8436779.
HSL color Cylindrical-coordinate representation of color #2BBC80: hue angle of 155.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC80 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 128 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.26 |
| HSL | 155.17º | 0.63% | 0.45% | - |
| HSV(B) | 155.17º | 0.77% | 0.74% | - |
| XYZ | 22.88 | 38.04 | 26.56 | - |
| YUV | 137.81 | 122.46 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 128 | 0.77 | 0 | 0.32 | 0.26 | 155.17 | 0.63 | 0.45 |
| Hex | 2B | BC | 80 | 4D | 0 | 20 | 1A | 9B | 3F | 2D |
| Octal | 53 | 274 | 200 | 115 | 0 | 40 | 32 | 233 | 77 | 55 |
| Binary | 101011 | 10111100 | 10000000 | 1001101 | 0 | 100000 | 11010 | 10011011 | 111111 | 101101 |
Color Harmonies of #2BBC80
Complementary color
Monochromatic Colors of #2BBC80
Black with #2BBC80
Text Example
Text Example
White with #2BBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC80; }
p { color: rgb(43,188,128); }
H1.HeaderClassName
{
color: #2BBC80;
}
.AnyTagClassName
{
color: #2BBC80;
}
</style>
background-color css
<style>
a { background-color: #2BBC80; }
a { background-color: rgb(43,188,128); }
div.DivClassName
{
background-color: #2BBC80;
}
.BgClassName
{
background-color: #2BBC80;
}
</style>
border-color css
<style>
span { border-color: #2BBC80; }
span { border-color: rgb(43,188,128); }
td.TdClassName
{
border-color: #2BBC80;
}
.TagClassName
{
border-color: #2BBC80;
}
</style>