Shades of Jungle Green #2FB982
Tints of Jungle Green #2FB982
RGB
CMYK
RGB Variations
Color information
#2FB982 (or 0x2FB982) is known color: Jungle Green. HEX triplet: 2F, B9 and 82. RGB value is (47,185,130). Sum of RGB (Red+Green+Blue) = 47+185+130=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB982 is #D0467D. Grayscale: #898989. Windows color (decimal): -13649534 or 8567087. OLE color: 8567087.
HSL color Cylindrical-coordinate representation of color #2FB982: hue angle of 156.09º 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 #2FB982 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 130 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.27 |
| HSL | 156.09º | 0.59% | 0.45% | - |
| HSV(B) | 156.09º | 0.75% | 0.73% | - |
| XYZ | 22.55 | 36.91 | 27.06 | - |
| YUV | 137.47 | 123.78 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 130 | 0.75 | 0 | 0.30 | 0.27 | 156.09 | 0.59 | 0.45 |
| Hex | 2F | B9 | 82 | 4B | 0 | 1E | 1B | 9C | 3B | 2D |
| Octal | 57 | 271 | 202 | 113 | 0 | 36 | 33 | 234 | 73 | 55 |
| Binary | 101111 | 10111001 | 10000010 | 1001011 | 0 | 11110 | 11011 | 10011100 | 111011 | 101101 |
Color Harmonies of #2FB982
Complementary color
Monochromatic Colors of #2FB982
Black with #2FB982
Text Example
Text Example
White with #2FB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB982; }
p { color: rgb(47,185,130); }
H1.HeaderClassName
{
color: #2FB982;
}
.AnyTagClassName
{
color: #2FB982;
}
</style>
background-color css
<style>
a { background-color: #2FB982; }
a { background-color: rgb(47,185,130); }
div.DivClassName
{
background-color: #2FB982;
}
.BgClassName
{
background-color: #2FB982;
}
</style>
border-color css
<style>
span { border-color: #2FB982; }
span { border-color: rgb(47,185,130); }
td.TdClassName
{
border-color: #2FB982;
}
.TagClassName
{
border-color: #2FB982;
}
</style>