Shades of Jungle Green #2BAA88
Tints of Jungle Green #2BAA88
RGB
CMYK
RGB Variations
Color information
#2BAA88 (or 0x2BAA88) is known color: Jungle Green. HEX triplet: 2B, AA and 88. RGB value is (43,170,136). Sum of RGB (Red+Green+Blue) = 43+170+136=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAA88 is #D45577. Grayscale: #808080. Windows color (decimal): -13915512 or 8956459. OLE color: 8956459.
HSL color Cylindrical-coordinate representation of color #2BAA88: hue angle of 163.94º 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 #2BAA88 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 136 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.33 |
| HSL | 163.94º | 0.6% | 0.42% | - |
| HSV(B) | 163.94º | 0.75% | 0.67% | - |
| XYZ | 19.81 | 31.04 | 28.24 | - |
| YUV | 128.15 | 132.42 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 136 | 0.75 | 0 | 0.20 | 0.33 | 163.94 | 0.6 | 0.42 |
| Hex | 2B | AA | 88 | 4B | 0 | 14 | 21 | A4 | 3C | 2A |
| Octal | 53 | 252 | 210 | 113 | 0 | 24 | 41 | 244 | 74 | 52 |
| Binary | 101011 | 10101010 | 10001000 | 1001011 | 0 | 10100 | 100001 | 10100100 | 111100 | 101010 |
Color Harmonies of #2BAA88
Complementary color
Monochromatic Colors of #2BAA88
Black with #2BAA88
Text Example
Text Example
White with #2BAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA88; }
p { color: rgb(43,170,136); }
H1.HeaderClassName
{
color: #2BAA88;
}
.AnyTagClassName
{
color: #2BAA88;
}
</style>
background-color css
<style>
a { background-color: #2BAA88; }
a { background-color: rgb(43,170,136); }
div.DivClassName
{
background-color: #2BAA88;
}
.BgClassName
{
background-color: #2BAA88;
}
</style>
border-color css
<style>
span { border-color: #2BAA88; }
span { border-color: rgb(43,170,136); }
td.TdClassName
{
border-color: #2BAA88;
}
.TagClassName
{
border-color: #2BAA88;
}
</style>