Shades of Jungle Green #2BA275
Tints of Jungle Green #2BA275
RGB
CMYK
RGB Variations
Color information
#2BA275 (or 0x2BA275) is known color: Jungle Green. HEX triplet: 2B, A2 and 75. RGB value is (43,162,117). Sum of RGB (Red+Green+Blue) = 43+162+117=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA275 is #D45D8A. Grayscale: #797979. Windows color (decimal): -13917579 or 7709227. OLE color: 7709227.
HSL color Cylindrical-coordinate representation of color #2BA275: hue angle of 157.31º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA275 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 117 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.36 |
| HSL | 157.31º | 0.58% | 0.4% | - |
| HSV(B) | 157.31º | 0.73% | 0.64% | - |
| XYZ | 17.13 | 27.64 | 21.26 | - |
| YUV | 121.29 | 125.58 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 117 | 0.73 | 0 | 0.28 | 0.36 | 157.31 | 0.58 | 0.4 |
| Hex | 2B | A2 | 75 | 49 | 0 | 1C | 24 | 9D | 3A | 28 |
| Octal | 53 | 242 | 165 | 111 | 0 | 34 | 44 | 235 | 72 | 50 |
| Binary | 101011 | 10100010 | 1110101 | 1001001 | 0 | 11100 | 100100 | 10011101 | 111010 | 101000 |
Color Harmonies of #2BA275
Complementary color
Monochromatic Colors of #2BA275
Black with #2BA275
Text Example
Text Example
White with #2BA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA275; }
p { color: rgb(43,162,117); }
H1.HeaderClassName
{
color: #2BA275;
}
.AnyTagClassName
{
color: #2BA275;
}
</style>
background-color css
<style>
a { background-color: #2BA275; }
a { background-color: rgb(43,162,117); }
div.DivClassName
{
background-color: #2BA275;
}
.BgClassName
{
background-color: #2BA275;
}
</style>
border-color css
<style>
span { border-color: #2BA275; }
span { border-color: rgb(43,162,117); }
td.TdClassName
{
border-color: #2BA275;
}
.TagClassName
{
border-color: #2BA275;
}
</style>