Shades of Jungle Green #2BA879
Tints of Jungle Green #2BA879
RGB
CMYK
RGB Variations
Color information
#2BA879 (or 0x2BA879) is known color: Jungle Green. HEX triplet: 2B, A8 and 79. RGB value is (43,168,121). Sum of RGB (Red+Green+Blue) = 43+168+121=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA879 is #D45786. Grayscale: #7D7D7D. Windows color (decimal): -13916039 or 7972907. OLE color: 7972907.
HSL color Cylindrical-coordinate representation of color #2BA879: hue angle of 157.44º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA879 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 121 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.34 |
| HSL | 157.44º | 0.59% | 0.41% | - |
| HSV(B) | 157.44º | 0.74% | 0.66% | - |
| XYZ | 18.45 | 29.9 | 22.89 | - |
| YUV | 125.27 | 125.59 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 121 | 0.74 | 0 | 0.28 | 0.34 | 157.44 | 0.59 | 0.41 |
| Hex | 2B | A8 | 79 | 4A | 0 | 1C | 22 | 9D | 3B | 29 |
| Octal | 53 | 250 | 171 | 112 | 0 | 34 | 42 | 235 | 73 | 51 |
| Binary | 101011 | 10101000 | 1111001 | 1001010 | 0 | 11100 | 100010 | 10011101 | 111011 | 101001 |
Color Harmonies of #2BA879
Complementary color
Monochromatic Colors of #2BA879
Black with #2BA879
Text Example
Text Example
White with #2BA879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA879; }
p { color: rgb(43,168,121); }
H1.HeaderClassName
{
color: #2BA879;
}
.AnyTagClassName
{
color: #2BA879;
}
</style>
background-color css
<style>
a { background-color: #2BA879; }
a { background-color: rgb(43,168,121); }
div.DivClassName
{
background-color: #2BA879;
}
.BgClassName
{
background-color: #2BA879;
}
</style>
border-color css
<style>
span { border-color: #2BA879; }
span { border-color: rgb(43,168,121); }
td.TdClassName
{
border-color: #2BA879;
}
.TagClassName
{
border-color: #2BA879;
}
</style>