Shades of Jungle Green #2BAA86
Tints of Jungle Green #2BAA86
RGB
CMYK
RGB Variations
Color information
#2BAA86 (or 0x2BAA86) is known color: Jungle Green. HEX triplet: 2B, AA and 86. RGB value is (43,170,134). Sum of RGB (Red+Green+Blue) = 43+170+134=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAA86 is #D45579. Grayscale: #7F7F7F. Windows color (decimal): -13915514 or 8825387. OLE color: 8825387.
HSL color Cylindrical-coordinate representation of color #2BAA86: hue angle of 162.99º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAA86 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 134 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.33 |
| HSL | 162.99º | 0.6% | 0.42% | - |
| HSV(B) | 162.99º | 0.75% | 0.67% | - |
| XYZ | 19.67 | 30.98 | 27.5 | - |
| YUV | 127.92 | 131.42 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 134 | 0.75 | 0 | 0.21 | 0.33 | 162.99 | 0.6 | 0.42 |
| Hex | 2B | AA | 86 | 4B | 0 | 15 | 21 | A3 | 3C | 2A |
| Octal | 53 | 252 | 206 | 113 | 0 | 25 | 41 | 243 | 74 | 52 |
| Binary | 101011 | 10101010 | 10000110 | 1001011 | 0 | 10101 | 100001 | 10100011 | 111100 | 101010 |
Color Harmonies of #2BAA86
Complementary color
Monochromatic Colors of #2BAA86
Black with #2BAA86
Text Example
Text Example
White with #2BAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA86; }
p { color: rgb(43,170,134); }
H1.HeaderClassName
{
color: #2BAA86;
}
.AnyTagClassName
{
color: #2BAA86;
}
</style>
background-color css
<style>
a { background-color: #2BAA86; }
a { background-color: rgb(43,170,134); }
div.DivClassName
{
background-color: #2BAA86;
}
.BgClassName
{
background-color: #2BAA86;
}
</style>
border-color css
<style>
span { border-color: #2BAA86; }
span { border-color: rgb(43,170,134); }
td.TdClassName
{
border-color: #2BAA86;
}
.TagClassName
{
border-color: #2BAA86;
}
</style>