Shades of Jungle Green #2FAF86
Tints of Jungle Green #2FAF86
RGB
CMYK
RGB Variations
Color information
#2FAF86 (or 0x2FAF86) is known color: Jungle Green. HEX triplet: 2F, AF and 86. RGB value is (47,175,134). Sum of RGB (Red+Green+Blue) = 47+175+134=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAF86 is #D05079. Grayscale: #848484. Windows color (decimal): -13652090 or 8826671. OLE color: 8826671.
HSL color Cylindrical-coordinate representation of color #2FAF86: hue angle of 160.78º 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 #2FAF86 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 134 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.31 |
| HSL | 160.78º | 0.58% | 0.44% | - |
| HSV(B) | 160.78º | 0.73% | 0.69% | - |
| XYZ | 20.81 | 32.99 | 27.82 | - |
| YUV | 132.05 | 129.09 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 134 | 0.73 | 0 | 0.23 | 0.31 | 160.78 | 0.58 | 0.44 |
| Hex | 2F | AF | 86 | 49 | 0 | 17 | 1F | A1 | 3A | 2C |
| Octal | 57 | 257 | 206 | 111 | 0 | 27 | 37 | 241 | 72 | 54 |
| Binary | 101111 | 10101111 | 10000110 | 1001001 | 0 | 10111 | 11111 | 10100001 | 111010 | 101100 |
Color Harmonies of #2FAF86
Complementary color
Monochromatic Colors of #2FAF86
Black with #2FAF86
Text Example
Text Example
White with #2FAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF86; }
p { color: rgb(47,175,134); }
H1.HeaderClassName
{
color: #2FAF86;
}
.AnyTagClassName
{
color: #2FAF86;
}
</style>
background-color css
<style>
a { background-color: #2FAF86; }
a { background-color: rgb(47,175,134); }
div.DivClassName
{
background-color: #2FAF86;
}
.BgClassName
{
background-color: #2FAF86;
}
</style>
border-color css
<style>
span { border-color: #2FAF86; }
span { border-color: rgb(47,175,134); }
td.TdClassName
{
border-color: #2FAF86;
}
.TagClassName
{
border-color: #2FAF86;
}
</style>