Shades of Jungle Green #2BA97F
Tints of Jungle Green #2BA97F
RGB
CMYK
RGB Variations
Color information
#2BA97F (or 0x2BA97F) is known color: Jungle Green. HEX triplet: 2B, A9 and 7F. RGB value is (43,169,127). Sum of RGB (Red+Green+Blue) = 43+169+127=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA97F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA97F is #D45680. Grayscale: #7E7E7E. Windows color (decimal): -13915777 or 8366379. OLE color: 8366379.
HSL color Cylindrical-coordinate representation of color #2BA97F: hue angle of 160º 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 #2BA97F is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 127 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.34 |
| HSL | 160º | 0.59% | 0.42% | - |
| HSV(B) | 160º | 0.75% | 0.66% | - |
| XYZ | 19.01 | 30.42 | 24.95 | - |
| YUV | 126.54 | 128.26 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 127 | 0.75 | 0 | 0.25 | 0.34 | 160 | 0.59 | 0.42 |
| Hex | 2B | A9 | 7F | 4B | 0 | 19 | 22 | A0 | 3B | 2A |
| Octal | 53 | 251 | 177 | 113 | 0 | 31 | 42 | 240 | 73 | 52 |
| Binary | 101011 | 10101001 | 1111111 | 1001011 | 0 | 11001 | 100010 | 10100000 | 111011 | 101010 |
Color Harmonies of #2BA97F
Complementary color
Monochromatic Colors of #2BA97F
Black with #2BA97F
Text Example
Text Example
White with #2BA97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA97F; }
p { color: rgb(43,169,127); }
H1.HeaderClassName
{
color: #2BA97F;
}
.AnyTagClassName
{
color: #2BA97F;
}
</style>
background-color css
<style>
a { background-color: #2BA97F; }
a { background-color: rgb(43,169,127); }
div.DivClassName
{
background-color: #2BA97F;
}
.BgClassName
{
background-color: #2BA97F;
}
</style>
border-color css
<style>
span { border-color: #2BA97F; }
span { border-color: rgb(43,169,127); }
td.TdClassName
{
border-color: #2BA97F;
}
.TagClassName
{
border-color: #2BA97F;
}
</style>