Shades of Jungle Green #2BBC8F
Tints of Jungle Green #2BBC8F
RGB
CMYK
RGB Variations
Color information
#2BBC8F (or 0x2BBC8F) is known color: Jungle Green. HEX triplet: 2B, BC and 8F. RGB value is (43,188,143). Sum of RGB (Red+Green+Blue) = 43+188+143=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBC8F is #D44370. Grayscale: #8B8B8B. Windows color (decimal): -13910897 or 9419819. OLE color: 9419819.
HSL color Cylindrical-coordinate representation of color #2BBC8F: hue angle of 161.38º 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 #2BBC8F is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 143 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.26 |
| HSL | 161.38º | 0.63% | 0.45% | - |
| HSV(B) | 161.38º | 0.77% | 0.74% | - |
| XYZ | 23.94 | 38.46 | 32.15 | - |
| YUV | 139.52 | 129.96 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 143 | 0.77 | 0 | 0.24 | 0.26 | 161.38 | 0.63 | 0.45 |
| Hex | 2B | BC | 8F | 4D | 0 | 18 | 1A | A1 | 3F | 2D |
| Octal | 53 | 274 | 217 | 115 | 0 | 30 | 32 | 241 | 77 | 55 |
| Binary | 101011 | 10111100 | 10001111 | 1001101 | 0 | 11000 | 11010 | 10100001 | 111111 | 101101 |
Color Harmonies of #2BBC8F
Complementary color
Monochromatic Colors of #2BBC8F
Black with #2BBC8F
Text Example
Text Example
White with #2BBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC8F; }
p { color: rgb(43,188,143); }
H1.HeaderClassName
{
color: #2BBC8F;
}
.AnyTagClassName
{
color: #2BBC8F;
}
</style>
background-color css
<style>
a { background-color: #2BBC8F; }
a { background-color: rgb(43,188,143); }
div.DivClassName
{
background-color: #2BBC8F;
}
.BgClassName
{
background-color: #2BBC8F;
}
</style>
border-color css
<style>
span { border-color: #2BBC8F; }
span { border-color: rgb(43,188,143); }
td.TdClassName
{
border-color: #2BBC8F;
}
.TagClassName
{
border-color: #2BBC8F;
}
</style>