Shades of Jungle Green #2BA97E
Tints of Jungle Green #2BA97E
RGB
CMYK
RGB Variations
Color information
#2BA97E (or 0x2BA97E) is known color: Jungle Green. HEX triplet: 2B, A9 and 7E. RGB value is (43,169,126). Sum of RGB (Red+Green+Blue) = 43+169+126=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA97E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA97E is #D45681. Grayscale: #7E7E7E. Windows color (decimal): -13915778 or 8300843. OLE color: 8300843.
HSL color Cylindrical-coordinate representation of color #2BA97E: hue angle of 159.52º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA97E is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 126 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.34 |
| HSL | 159.52º | 0.59% | 0.42% | - |
| HSV(B) | 159.52º | 0.75% | 0.66% | - |
| XYZ | 18.95 | 30.4 | 24.61 | - |
| YUV | 126.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 126 | 0.75 | 0 | 0.25 | 0.34 | 159.52 | 0.59 | 0.42 |
| Hex | 2B | A9 | 7E | 4B | 0 | 19 | 22 | A0 | 3B | 2A |
| Octal | 53 | 251 | 176 | 113 | 0 | 31 | 42 | 240 | 73 | 52 |
| Binary | 101011 | 10101001 | 1111110 | 1001011 | 0 | 11001 | 100010 | 10100000 | 111011 | 101010 |
Color Harmonies of #2BA97E
Complementary color
Monochromatic Colors of #2BA97E
Black with #2BA97E
Text Example
Text Example
White with #2BA97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA97E; }
p { color: rgb(43,169,126); }
H1.HeaderClassName
{
color: #2BA97E;
}
.AnyTagClassName
{
color: #2BA97E;
}
</style>
background-color css
<style>
a { background-color: #2BA97E; }
a { background-color: rgb(43,169,126); }
div.DivClassName
{
background-color: #2BA97E;
}
.BgClassName
{
background-color: #2BA97E;
}
</style>
border-color css
<style>
span { border-color: #2BA97E; }
span { border-color: rgb(43,169,126); }
td.TdClassName
{
border-color: #2BA97E;
}
.TagClassName
{
border-color: #2BA97E;
}
</style>