Shades of Jungle Green #2BBB92
Tints of Jungle Green #2BBB92
RGB
CMYK
RGB Variations
Color information
#2BBB92 (or 0x2BBB92) is known color: Jungle Green. HEX triplet: 2B, BB and 92. RGB value is (43,187,146). Sum of RGB (Red+Green+Blue) = 43+187+146=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBB92 is #D4446D. Grayscale: #8B8B8B. Windows color (decimal): -13911150 or 9616171. OLE color: 9616171.
HSL color Cylindrical-coordinate representation of color #2BBB92: hue angle of 162.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBB92 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 146 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.27 |
| HSL | 162.92º | 0.63% | 0.45% | - |
| HSV(B) | 162.92º | 0.77% | 0.73% | - |
| XYZ | 23.95 | 38.13 | 33.29 | - |
| YUV | 139.27 | 131.79 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 146 | 0.77 | 0 | 0.22 | 0.27 | 162.92 | 0.63 | 0.45 |
| Hex | 2B | BB | 92 | 4D | 0 | 16 | 1B | A3 | 3F | 2D |
| Octal | 53 | 273 | 222 | 115 | 0 | 26 | 33 | 243 | 77 | 55 |
| Binary | 101011 | 10111011 | 10010010 | 1001101 | 0 | 10110 | 11011 | 10100011 | 111111 | 101101 |
Color Harmonies of #2BBB92
Complementary color
Monochromatic Colors of #2BBB92
Black with #2BBB92
Text Example
Text Example
White with #2BBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB92; }
p { color: rgb(43,187,146); }
H1.HeaderClassName
{
color: #2BBB92;
}
.AnyTagClassName
{
color: #2BBB92;
}
</style>
background-color css
<style>
a { background-color: #2BBB92; }
a { background-color: rgb(43,187,146); }
div.DivClassName
{
background-color: #2BBB92;
}
.BgClassName
{
background-color: #2BBB92;
}
</style>
border-color css
<style>
span { border-color: #2BBB92; }
span { border-color: rgb(43,187,146); }
td.TdClassName
{
border-color: #2BBB92;
}
.TagClassName
{
border-color: #2BBB92;
}
</style>