Shades of Jungle Green #2B9E73
Tints of Jungle Green #2B9E73
RGB
CMYK
RGB Variations
Color information
#2B9E73 (or 0x2B9E73) is known color: Jungle Green. HEX triplet: 2B, 9E and 73. RGB value is (43,158,115). Sum of RGB (Red+Green+Blue) = 43+158+115=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E73 is #D4618C. Grayscale: #767676. Windows color (decimal): -13918605 or 7577131. OLE color: 7577131.
HSL color Cylindrical-coordinate representation of color #2B9E73: hue angle of 157.57º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E73 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 115 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.38 |
| HSL | 157.57º | 0.57% | 0.39% | - |
| HSV(B) | 157.57º | 0.73% | 0.62% | - |
| XYZ | 16.32 | 26.21 | 20.42 | - |
| YUV | 118.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 115 | 0.73 | 0 | 0.27 | 0.38 | 157.57 | 0.57 | 0.39 |
| Hex | 2B | 9E | 73 | 49 | 0 | 1B | 26 | 9E | 39 | 27 |
| Octal | 53 | 236 | 163 | 111 | 0 | 33 | 46 | 236 | 71 | 47 |
| Binary | 101011 | 10011110 | 1110011 | 1001001 | 0 | 11011 | 100110 | 10011110 | 111001 | 100111 |
Color Harmonies of #2B9E73
Complementary color
Monochromatic Colors of #2B9E73
Black with #2B9E73
Text Example
Text Example
White with #2B9E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E73; }
p { color: rgb(43,158,115); }
H1.HeaderClassName
{
color: #2B9E73;
}
.AnyTagClassName
{
color: #2B9E73;
}
</style>
background-color css
<style>
a { background-color: #2B9E73; }
a { background-color: rgb(43,158,115); }
div.DivClassName
{
background-color: #2B9E73;
}
.BgClassName
{
background-color: #2B9E73;
}
</style>
border-color css
<style>
span { border-color: #2B9E73; }
span { border-color: rgb(43,158,115); }
td.TdClassName
{
border-color: #2B9E73;
}
.TagClassName
{
border-color: #2B9E73;
}
</style>