Shades of Jungle Green #2BBE85
Tints of Jungle Green #2BBE85
RGB
CMYK
RGB Variations
Color information
#2BBE85 (or 0x2BBE85) is known color: Jungle Green. HEX triplet: 2B, BE and 85. RGB value is (43,190,133). Sum of RGB (Red+Green+Blue) = 43+190+133=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE85 is #D4417A. Grayscale: #8B8B8B. Windows color (decimal): -13910395 or 8764971. OLE color: 8764971.
HSL color Cylindrical-coordinate representation of color #2BBE85: hue angle of 156.73º 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 #2BBE85 is Cyan = 0.77, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 133 | - |
| CMYK | 0.77 | 0 | 0.3 | 0.25 |
| HSL | 156.73º | 0.63% | 0.46% | - |
| HSV(B) | 156.73º | 0.77% | 0.75% | - |
| XYZ | 23.64 | 39.03 | 28.48 | - |
| YUV | 139.55 | 124.3 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 133 | 0.77 | 0 | 0.3 | 0.25 | 156.73 | 0.63 | 0.46 |
| Hex | 2B | BE | 85 | 4D | 0 | 1E | 19 | 9D | 3F | 2E |
| Octal | 53 | 276 | 205 | 115 | 0 | 36 | 31 | 235 | 77 | 56 |
| Binary | 101011 | 10111110 | 10000101 | 1001101 | 0 | 11110 | 11001 | 10011101 | 111111 | 101110 |
Color Harmonies of #2BBE85
Complementary color
Monochromatic Colors of #2BBE85
Black with #2BBE85
Text Example
Text Example
White with #2BBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE85; }
p { color: rgb(43,190,133); }
H1.HeaderClassName
{
color: #2BBE85;
}
.AnyTagClassName
{
color: #2BBE85;
}
</style>
background-color css
<style>
a { background-color: #2BBE85; }
a { background-color: rgb(43,190,133); }
div.DivClassName
{
background-color: #2BBE85;
}
.BgClassName
{
background-color: #2BBE85;
}
</style>
border-color css
<style>
span { border-color: #2BBE85; }
span { border-color: rgb(43,190,133); }
td.TdClassName
{
border-color: #2BBE85;
}
.TagClassName
{
border-color: #2BBE85;
}
</style>