Shades of Jungle Green #2BBE8B
Tints of Jungle Green #2BBE8B
RGB
CMYK
RGB Variations
Color information
#2BBE8B (or 0x2BBE8B) is known color: Jungle Green. HEX triplet: 2B, BE and 8B. RGB value is (43,190,139). Sum of RGB (Red+Green+Blue) = 43+190+139=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE8B is #D44174. Grayscale: #8C8C8C. Windows color (decimal): -13910389 or 9158187. OLE color: 9158187.
HSL color Cylindrical-coordinate representation of color #2BBE8B: hue angle of 159.18º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE8B is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 139 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.25 |
| HSL | 159.18º | 0.63% | 0.46% | - |
| HSV(B) | 159.18º | 0.77% | 0.75% | - |
| XYZ | 24.07 | 39.2 | 30.72 | - |
| YUV | 140.23 | 127.3 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 139 | 0.77 | 0 | 0.27 | 0.25 | 159.18 | 0.63 | 0.46 |
| Hex | 2B | BE | 8B | 4D | 0 | 1B | 19 | 9F | 3F | 2E |
| Octal | 53 | 276 | 213 | 115 | 0 | 33 | 31 | 237 | 77 | 56 |
| Binary | 101011 | 10111110 | 10001011 | 1001101 | 0 | 11011 | 11001 | 10011111 | 111111 | 101110 |
Color Harmonies of #2BBE8B
Complementary color
Monochromatic Colors of #2BBE8B
Black with #2BBE8B
Text Example
Text Example
White with #2BBE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE8B; }
p { color: rgb(43,190,139); }
H1.HeaderClassName
{
color: #2BBE8B;
}
.AnyTagClassName
{
color: #2BBE8B;
}
</style>
background-color css
<style>
a { background-color: #2BBE8B; }
a { background-color: rgb(43,190,139); }
div.DivClassName
{
background-color: #2BBE8B;
}
.BgClassName
{
background-color: #2BBE8B;
}
</style>
border-color css
<style>
span { border-color: #2BBE8B; }
span { border-color: rgb(43,190,139); }
td.TdClassName
{
border-color: #2BBE8B;
}
.TagClassName
{
border-color: #2BBE8B;
}
</style>