Shades of Jungle Green #2BA075
Tints of Jungle Green #2BA075
RGB
CMYK
RGB Variations
Color information
#2BA075 (or 0x2BA075) is known color: Jungle Green. HEX triplet: 2B, A0 and 75. RGB value is (43,160,117). Sum of RGB (Red+Green+Blue) = 43+160+117=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA075 is #D45F8A. Grayscale: #787878. Windows color (decimal): -13918091 or 7708715. OLE color: 7708715.
HSL color Cylindrical-coordinate representation of color #2BA075: hue angle of 157.95º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA075 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 117 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.37 |
| HSL | 157.95º | 0.58% | 0.4% | - |
| HSV(B) | 157.95º | 0.73% | 0.63% | - |
| XYZ | 16.78 | 26.94 | 21.15 | - |
| YUV | 120.12 | 126.24 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 117 | 0.73 | 0 | 0.27 | 0.37 | 157.95 | 0.58 | 0.4 |
| Hex | 2B | A0 | 75 | 49 | 0 | 1B | 25 | 9E | 3A | 28 |
| Octal | 53 | 240 | 165 | 111 | 0 | 33 | 45 | 236 | 72 | 50 |
| Binary | 101011 | 10100000 | 1110101 | 1001001 | 0 | 11011 | 100101 | 10011110 | 111010 | 101000 |
Color Harmonies of #2BA075
Complementary color
Monochromatic Colors of #2BA075
Black with #2BA075
Text Example
Text Example
White with #2BA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA075; }
p { color: rgb(43,160,117); }
H1.HeaderClassName
{
color: #2BA075;
}
.AnyTagClassName
{
color: #2BA075;
}
</style>
background-color css
<style>
a { background-color: #2BA075; }
a { background-color: rgb(43,160,117); }
div.DivClassName
{
background-color: #2BA075;
}
.BgClassName
{
background-color: #2BA075;
}
</style>
border-color css
<style>
span { border-color: #2BA075; }
span { border-color: rgb(43,160,117); }
td.TdClassName
{
border-color: #2BA075;
}
.TagClassName
{
border-color: #2BA075;
}
</style>