Shades of Jungle Green #2FB087
Tints of Jungle Green #2FB087
RGB
CMYK
RGB Variations
Color information
#2FB087 (or 0x2FB087) is known color: Jungle Green. HEX triplet: 2F, B0 and 87. RGB value is (47,176,135). Sum of RGB (Red+Green+Blue) = 47+176+135=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB087 is #D04F78. Grayscale: #848484. Windows color (decimal): -13651833 or 8892463. OLE color: 8892463.
HSL color Cylindrical-coordinate representation of color #2FB087: hue angle of 160.93º 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 #2FB087 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 176 | 135 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.31 |
| HSL | 160.93º | 0.58% | 0.44% | - |
| HSV(B) | 160.93º | 0.73% | 0.69% | - |
| XYZ | 21.07 | 33.4 | 28.26 | - |
| YUV | 132.76 | 129.26 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 176 | 135 | 0.73 | 0 | 0.23 | 0.31 | 160.93 | 0.58 | 0.44 |
| Hex | 2F | B0 | 87 | 49 | 0 | 17 | 1F | A1 | 3A | 2C |
| Octal | 57 | 260 | 207 | 111 | 0 | 27 | 37 | 241 | 72 | 54 |
| Binary | 101111 | 10110000 | 10000111 | 1001001 | 0 | 10111 | 11111 | 10100001 | 111010 | 101100 |
Color Harmonies of #2FB087
Complementary color
Monochromatic Colors of #2FB087
Black with #2FB087
Text Example
Text Example
White with #2FB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB087; }
p { color: rgb(47,176,135); }
H1.HeaderClassName
{
color: #2FB087;
}
.AnyTagClassName
{
color: #2FB087;
}
</style>
background-color css
<style>
a { background-color: #2FB087; }
a { background-color: rgb(47,176,135); }
div.DivClassName
{
background-color: #2FB087;
}
.BgClassName
{
background-color: #2FB087;
}
</style>
border-color css
<style>
span { border-color: #2FB087; }
span { border-color: rgb(47,176,135); }
td.TdClassName
{
border-color: #2FB087;
}
.TagClassName
{
border-color: #2FB087;
}
</style>