Shades of Jungle Green #2FB986
Tints of Jungle Green #2FB986
RGB
CMYK
RGB Variations
Color information
#2FB986 (or 0x2FB986) is known color: Jungle Green. HEX triplet: 2F, B9 and 86. RGB value is (47,185,134). Sum of RGB (Red+Green+Blue) = 47+185+134=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB986 is #D04679. Grayscale: #898989. Windows color (decimal): -13649530 or 8829231. OLE color: 8829231.
HSL color Cylindrical-coordinate representation of color #2FB986: hue angle of 157.83º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB986 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 134 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.27 |
| HSL | 157.83º | 0.59% | 0.45% | - |
| HSV(B) | 157.83º | 0.75% | 0.73% | - |
| XYZ | 22.82 | 37.02 | 28.5 | - |
| YUV | 137.92 | 125.78 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 134 | 0.75 | 0 | 0.28 | 0.27 | 157.83 | 0.59 | 0.45 |
| Hex | 2F | B9 | 86 | 4B | 0 | 1C | 1B | 9E | 3B | 2D |
| Octal | 57 | 271 | 206 | 113 | 0 | 34 | 33 | 236 | 73 | 55 |
| Binary | 101111 | 10111001 | 10000110 | 1001011 | 0 | 11100 | 11011 | 10011110 | 111011 | 101101 |
Color Harmonies of #2FB986
Complementary color
Monochromatic Colors of #2FB986
Black with #2FB986
Text Example
Text Example
White with #2FB986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB986; }
p { color: rgb(47,185,134); }
H1.HeaderClassName
{
color: #2FB986;
}
.AnyTagClassName
{
color: #2FB986;
}
</style>
background-color css
<style>
a { background-color: #2FB986; }
a { background-color: rgb(47,185,134); }
div.DivClassName
{
background-color: #2FB986;
}
.BgClassName
{
background-color: #2FB986;
}
</style>
border-color css
<style>
span { border-color: #2FB986; }
span { border-color: rgb(47,185,134); }
td.TdClassName
{
border-color: #2FB986;
}
.TagClassName
{
border-color: #2FB986;
}
</style>