Shades of Jungle Green #2BBE8C
Tints of Jungle Green #2BBE8C
RGB
CMYK
RGB Variations
Color information
#2BBE8C (or 0x2BBE8C) is known color: Jungle Green. HEX triplet: 2B, BE and 8C. RGB value is (43,190,140). Sum of RGB (Red+Green+Blue) = 43+190+140=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE8C is #D44173. Grayscale: #8C8C8C. Windows color (decimal): -13910388 or 9223723. OLE color: 9223723.
HSL color Cylindrical-coordinate representation of color #2BBE8C: hue angle of 159.59º 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 #2BBE8C is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 140 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.25 |
| HSL | 159.59º | 0.63% | 0.46% | - |
| HSV(B) | 159.59º | 0.77% | 0.75% | - |
| XYZ | 24.14 | 39.23 | 31.11 | - |
| YUV | 140.35 | 127.8 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 140 | 0.77 | 0 | 0.26 | 0.25 | 159.59 | 0.63 | 0.46 |
| Hex | 2B | BE | 8C | 4D | 0 | 1A | 19 | A0 | 3F | 2E |
| Octal | 53 | 276 | 214 | 115 | 0 | 32 | 31 | 240 | 77 | 56 |
| Binary | 101011 | 10111110 | 10001100 | 1001101 | 0 | 11010 | 11001 | 10100000 | 111111 | 101110 |
Color Harmonies of #2BBE8C
Complementary color
Monochromatic Colors of #2BBE8C
Black with #2BBE8C
Text Example
Text Example
White with #2BBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE8C; }
p { color: rgb(43,190,140); }
H1.HeaderClassName
{
color: #2BBE8C;
}
.AnyTagClassName
{
color: #2BBE8C;
}
</style>
background-color css
<style>
a { background-color: #2BBE8C; }
a { background-color: rgb(43,190,140); }
div.DivClassName
{
background-color: #2BBE8C;
}
.BgClassName
{
background-color: #2BBE8C;
}
</style>
border-color css
<style>
span { border-color: #2BBE8C; }
span { border-color: rgb(43,190,140); }
td.TdClassName
{
border-color: #2BBE8C;
}
.TagClassName
{
border-color: #2BBE8C;
}
</style>