Shades of Jungle Green #2BBC81
Tints of Jungle Green #2BBC81
RGB
CMYK
RGB Variations
Color information
#2BBC81 (or 0x2BBC81) is known color: Jungle Green. HEX triplet: 2B, BC and 81. RGB value is (43,188,129). Sum of RGB (Red+Green+Blue) = 43+188+129=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBC81 is #D4437E. Grayscale: #8A8A8A. Windows color (decimal): -13910911 or 8502315. OLE color: 8502315.
HSL color Cylindrical-coordinate representation of color #2BBC81: hue angle of 155.59º 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 #2BBC81 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 129 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.26 |
| HSL | 155.59º | 0.63% | 0.45% | - |
| HSV(B) | 155.59º | 0.77% | 0.74% | - |
| XYZ | 22.94 | 38.07 | 26.91 | - |
| YUV | 137.92 | 122.96 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 129 | 0.77 | 0 | 0.31 | 0.26 | 155.59 | 0.63 | 0.45 |
| Hex | 2B | BC | 81 | 4D | 0 | 1F | 1A | 9C | 3F | 2D |
| Octal | 53 | 274 | 201 | 115 | 0 | 37 | 32 | 234 | 77 | 55 |
| Binary | 101011 | 10111100 | 10000001 | 1001101 | 0 | 11111 | 11010 | 10011100 | 111111 | 101101 |
Color Harmonies of #2BBC81
Complementary color
Monochromatic Colors of #2BBC81
Black with #2BBC81
Text Example
Text Example
White with #2BBC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC81; }
p { color: rgb(43,188,129); }
H1.HeaderClassName
{
color: #2BBC81;
}
.AnyTagClassName
{
color: #2BBC81;
}
</style>
background-color css
<style>
a { background-color: #2BBC81; }
a { background-color: rgb(43,188,129); }
div.DivClassName
{
background-color: #2BBC81;
}
.BgClassName
{
background-color: #2BBC81;
}
</style>
border-color css
<style>
span { border-color: #2BBC81; }
span { border-color: rgb(43,188,129); }
td.TdClassName
{
border-color: #2BBC81;
}
.TagClassName
{
border-color: #2BBC81;
}
</style>