Shades of Jungle Green #2BBC82
Tints of Jungle Green #2BBC82
RGB
CMYK
RGB Variations
Color information
#2BBC82 (or 0x2BBC82) is known color: Jungle Green. HEX triplet: 2B, BC and 82. RGB value is (43,188,130). Sum of RGB (Red+Green+Blue) = 43+188+130=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBC82 is #D4437D. Grayscale: #8A8A8A. Windows color (decimal): -13910910 or 8567851. OLE color: 8567851.
HSL color Cylindrical-coordinate representation of color #2BBC82: hue angle of 156º 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 #2BBC82 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 130 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.26 |
| HSL | 156º | 0.63% | 0.45% | - |
| HSV(B) | 156º | 0.77% | 0.74% | - |
| XYZ | 23.01 | 38.09 | 27.26 | - |
| YUV | 138.03 | 123.46 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 130 | 0.77 | 0 | 0.31 | 0.26 | 156 | 0.63 | 0.45 |
| Hex | 2B | BC | 82 | 4D | 0 | 1F | 1A | 9C | 3F | 2D |
| Octal | 53 | 274 | 202 | 115 | 0 | 37 | 32 | 234 | 77 | 55 |
| Binary | 101011 | 10111100 | 10000010 | 1001101 | 0 | 11111 | 11010 | 10011100 | 111111 | 101101 |
Color Harmonies of #2BBC82
Complementary color
Monochromatic Colors of #2BBC82
Black with #2BBC82
Text Example
Text Example
White with #2BBC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC82; }
p { color: rgb(43,188,130); }
H1.HeaderClassName
{
color: #2BBC82;
}
.AnyTagClassName
{
color: #2BBC82;
}
</style>
background-color css
<style>
a { background-color: #2BBC82; }
a { background-color: rgb(43,188,130); }
div.DivClassName
{
background-color: #2BBC82;
}
.BgClassName
{
background-color: #2BBC82;
}
</style>
border-color css
<style>
span { border-color: #2BBC82; }
span { border-color: rgb(43,188,130); }
td.TdClassName
{
border-color: #2BBC82;
}
.TagClassName
{
border-color: #2BBC82;
}
</style>