Shades of Jungle Green #2FB082
Tints of Jungle Green #2FB082
RGB
CMYK
RGB Variations
Color information
#2FB082 (or 0x2FB082) is known color: Jungle Green. HEX triplet: 2F, B0 and 82. RGB value is (47,176,130). Sum of RGB (Red+Green+Blue) = 47+176+130=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB082 is #D04F7D. Grayscale: #848484. Windows color (decimal): -13651838 or 8564783. OLE color: 8564783.
HSL color Cylindrical-coordinate representation of color #2FB082: hue angle of 158.6º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB082 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 176 | 130 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.31 |
| HSL | 158.6º | 0.58% | 0.44% | - |
| HSV(B) | 158.6º | 0.73% | 0.69% | - |
| XYZ | 20.73 | 33.27 | 26.45 | - |
| YUV | 132.19 | 126.76 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 176 | 130 | 0.73 | 0 | 0.26 | 0.31 | 158.6 | 0.58 | 0.44 |
| Hex | 2F | B0 | 82 | 49 | 0 | 1A | 1F | 9F | 3A | 2C |
| Octal | 57 | 260 | 202 | 111 | 0 | 32 | 37 | 237 | 72 | 54 |
| Binary | 101111 | 10110000 | 10000010 | 1001001 | 0 | 11010 | 11111 | 10011111 | 111010 | 101100 |
Color Harmonies of #2FB082
Complementary color
Monochromatic Colors of #2FB082
Black with #2FB082
Text Example
Text Example
White with #2FB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB082; }
p { color: rgb(47,176,130); }
H1.HeaderClassName
{
color: #2FB082;
}
.AnyTagClassName
{
color: #2FB082;
}
</style>
background-color css
<style>
a { background-color: #2FB082; }
a { background-color: rgb(47,176,130); }
div.DivClassName
{
background-color: #2FB082;
}
.BgClassName
{
background-color: #2FB082;
}
</style>
border-color css
<style>
span { border-color: #2FB082; }
span { border-color: rgb(47,176,130); }
td.TdClassName
{
border-color: #2FB082;
}
.TagClassName
{
border-color: #2FB082;
}
</style>