Shades of Jungle Green #2FB98B
Tints of Jungle Green #2FB98B
RGB
CMYK
RGB Variations
Color information
#2FB98B (or 0x2FB98B) is known color: Jungle Green. HEX triplet: 2F, B9 and 8B. RGB value is (47,185,139). Sum of RGB (Red+Green+Blue) = 47+185+139=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB98B is #D04674. Grayscale: #8A8A8A. Windows color (decimal): -13649525 or 9156911. OLE color: 9156911.
HSL color Cylindrical-coordinate representation of color #2FB98B: hue angle of 160º 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 #2FB98B is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 139 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.27 |
| HSL | 160º | 0.59% | 0.45% | - |
| HSV(B) | 160º | 0.75% | 0.73% | - |
| XYZ | 23.18 | 37.17 | 30.38 | - |
| YUV | 138.49 | 128.28 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 139 | 0.75 | 0 | 0.25 | 0.27 | 160 | 0.59 | 0.45 |
| Hex | 2F | B9 | 8B | 4B | 0 | 19 | 1B | A0 | 3B | 2D |
| Octal | 57 | 271 | 213 | 113 | 0 | 31 | 33 | 240 | 73 | 55 |
| Binary | 101111 | 10111001 | 10001011 | 1001011 | 0 | 11001 | 11011 | 10100000 | 111011 | 101101 |
Color Harmonies of #2FB98B
Complementary color
Monochromatic Colors of #2FB98B
Black with #2FB98B
Text Example
Text Example
White with #2FB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB98B; }
p { color: rgb(47,185,139); }
H1.HeaderClassName
{
color: #2FB98B;
}
.AnyTagClassName
{
color: #2FB98B;
}
</style>
background-color css
<style>
a { background-color: #2FB98B; }
a { background-color: rgb(47,185,139); }
div.DivClassName
{
background-color: #2FB98B;
}
.BgClassName
{
background-color: #2FB98B;
}
</style>
border-color css
<style>
span { border-color: #2FB98B; }
span { border-color: rgb(47,185,139); }
td.TdClassName
{
border-color: #2FB98B;
}
.TagClassName
{
border-color: #2FB98B;
}
</style>