Shades of Jungle Green #2FB386
Tints of Jungle Green #2FB386
RGB
CMYK
RGB Variations
Color information
#2FB386 (or 0x2FB386) is known color: Jungle Green. HEX triplet: 2F, B3 and 86. RGB value is (47,179,134). Sum of RGB (Red+Green+Blue) = 47+179+134=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB386 is #D04C79. Grayscale: #868686. Windows color (decimal): -13651066 or 8827695. OLE color: 8827695.
HSL color Cylindrical-coordinate representation of color #2FB386: hue angle of 159.55º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB386 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 134 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.30 |
| HSL | 159.55º | 0.58% | 0.44% | - |
| HSV(B) | 159.55º | 0.74% | 0.7% | - |
| XYZ | 21.6 | 34.57 | 28.09 | - |
| YUV | 134.4 | 127.77 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 134 | 0.74 | 0 | 0.25 | 0.30 | 159.55 | 0.58 | 0.44 |
| Hex | 2F | B3 | 86 | 4A | 0 | 19 | 1E | A0 | 3A | 2C |
| Octal | 57 | 263 | 206 | 112 | 0 | 31 | 36 | 240 | 72 | 54 |
| Binary | 101111 | 10110011 | 10000110 | 1001010 | 0 | 11001 | 11110 | 10100000 | 111010 | 101100 |
Color Harmonies of #2FB386
Complementary color
Monochromatic Colors of #2FB386
Black with #2FB386
Text Example
Text Example
White with #2FB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB386; }
p { color: rgb(47,179,134); }
H1.HeaderClassName
{
color: #2FB386;
}
.AnyTagClassName
{
color: #2FB386;
}
</style>
background-color css
<style>
a { background-color: #2FB386; }
a { background-color: rgb(47,179,134); }
div.DivClassName
{
background-color: #2FB386;
}
.BgClassName
{
background-color: #2FB386;
}
</style>
border-color css
<style>
span { border-color: #2FB386; }
span { border-color: rgb(47,179,134); }
td.TdClassName
{
border-color: #2FB386;
}
.TagClassName
{
border-color: #2FB386;
}
</style>