Shades of Jungle Green #2FB987
Tints of Jungle Green #2FB987
RGB
CMYK
RGB Variations
Color information
#2FB987 (or 0x2FB987) is known color: Jungle Green. HEX triplet: 2F, B9 and 87. RGB value is (47,185,135). Sum of RGB (Red+Green+Blue) = 47+185+135=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB987 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB987 is #D04678. Grayscale: #8A8A8A. Windows color (decimal): -13649529 or 8894767. OLE color: 8894767.
HSL color Cylindrical-coordinate representation of color #2FB987: hue angle of 158.26º 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 #2FB987 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 135 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.27 |
| HSL | 158.26º | 0.59% | 0.45% | - |
| HSV(B) | 158.26º | 0.75% | 0.73% | - |
| XYZ | 22.89 | 37.05 | 28.87 | - |
| YUV | 138.04 | 126.28 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 135 | 0.75 | 0 | 0.27 | 0.27 | 158.26 | 0.59 | 0.45 |
| Hex | 2F | B9 | 87 | 4B | 0 | 1B | 1B | 9E | 3B | 2D |
| Octal | 57 | 271 | 207 | 113 | 0 | 33 | 33 | 236 | 73 | 55 |
| Binary | 101111 | 10111001 | 10000111 | 1001011 | 0 | 11011 | 11011 | 10011110 | 111011 | 101101 |
Color Harmonies of #2FB987
Complementary color
Monochromatic Colors of #2FB987
Black with #2FB987
Text Example
Text Example
White with #2FB987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB987; }
p { color: rgb(47,185,135); }
H1.HeaderClassName
{
color: #2FB987;
}
.AnyTagClassName
{
color: #2FB987;
}
</style>
background-color css
<style>
a { background-color: #2FB987; }
a { background-color: rgb(47,185,135); }
div.DivClassName
{
background-color: #2FB987;
}
.BgClassName
{
background-color: #2FB987;
}
</style>
border-color css
<style>
span { border-color: #2FB987; }
span { border-color: rgb(47,185,135); }
td.TdClassName
{
border-color: #2FB987;
}
.TagClassName
{
border-color: #2FB987;
}
</style>