Shades of Jungle Green #2BBC89
Tints of Jungle Green #2BBC89
RGB
CMYK
RGB Variations
Color information
#2BBC89 (or 0x2BBC89) is known color: Jungle Green. HEX triplet: 2B, BC and 89. RGB value is (43,188,137). Sum of RGB (Red+Green+Blue) = 43+188+137=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBC89 is #D44376. Grayscale: #8A8A8A. Windows color (decimal): -13910903 or 9026603. OLE color: 9026603.
HSL color Cylindrical-coordinate representation of color #2BBC89: hue angle of 158.9º 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 #2BBC89 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 137 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.26 |
| HSL | 158.9º | 0.63% | 0.45% | - |
| HSV(B) | 158.9º | 0.77% | 0.74% | - |
| XYZ | 23.49 | 38.29 | 29.82 | - |
| YUV | 138.83 | 126.96 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 137 | 0.77 | 0 | 0.27 | 0.26 | 158.9 | 0.63 | 0.45 |
| Hex | 2B | BC | 89 | 4D | 0 | 1B | 1A | 9F | 3F | 2D |
| Octal | 53 | 274 | 211 | 115 | 0 | 33 | 32 | 237 | 77 | 55 |
| Binary | 101011 | 10111100 | 10001001 | 1001101 | 0 | 11011 | 11010 | 10011111 | 111111 | 101101 |
Color Harmonies of #2BBC89
Complementary color
Monochromatic Colors of #2BBC89
Black with #2BBC89
Text Example
Text Example
White with #2BBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC89; }
p { color: rgb(43,188,137); }
H1.HeaderClassName
{
color: #2BBC89;
}
.AnyTagClassName
{
color: #2BBC89;
}
</style>
background-color css
<style>
a { background-color: #2BBC89; }
a { background-color: rgb(43,188,137); }
div.DivClassName
{
background-color: #2BBC89;
}
.BgClassName
{
background-color: #2BBC89;
}
</style>
border-color css
<style>
span { border-color: #2BBC89; }
span { border-color: rgb(43,188,137); }
td.TdClassName
{
border-color: #2BBC89;
}
.TagClassName
{
border-color: #2BBC89;
}
</style>