Shades of Jungle Green #2BA979
Tints of Jungle Green #2BA979
RGB
CMYK
RGB Variations
Color information
#2BA979 (or 0x2BA979) is known color: Jungle Green. HEX triplet: 2B, A9 and 79. RGB value is (43,169,121). Sum of RGB (Red+Green+Blue) = 43+169+121=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA979 is #D45686. Grayscale: #7D7D7D. Windows color (decimal): -13915783 or 7973163. OLE color: 7973163.
HSL color Cylindrical-coordinate representation of color #2BA979: hue angle of 157.14º 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 #2BA979 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 121 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.34 |
| HSL | 157.14º | 0.59% | 0.42% | - |
| HSV(B) | 157.14º | 0.75% | 0.66% | - |
| XYZ | 18.64 | 30.27 | 22.95 | - |
| YUV | 125.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 121 | 0.75 | 0 | 0.28 | 0.34 | 157.14 | 0.59 | 0.42 |
| Hex | 2B | A9 | 79 | 4B | 0 | 1C | 22 | 9D | 3B | 2A |
| Octal | 53 | 251 | 171 | 113 | 0 | 34 | 42 | 235 | 73 | 52 |
| Binary | 101011 | 10101001 | 1111001 | 1001011 | 0 | 11100 | 100010 | 10011101 | 111011 | 101010 |
Color Harmonies of #2BA979
Complementary color
Monochromatic Colors of #2BA979
Black with #2BA979
Text Example
Text Example
White with #2BA979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA979; }
p { color: rgb(43,169,121); }
H1.HeaderClassName
{
color: #2BA979;
}
.AnyTagClassName
{
color: #2BA979;
}
</style>
background-color css
<style>
a { background-color: #2BA979; }
a { background-color: rgb(43,169,121); }
div.DivClassName
{
background-color: #2BA979;
}
.BgClassName
{
background-color: #2BA979;
}
</style>
border-color css
<style>
span { border-color: #2BA979; }
span { border-color: rgb(43,169,121); }
td.TdClassName
{
border-color: #2BA979;
}
.TagClassName
{
border-color: #2BA979;
}
</style>