Shades of Jungle Green #2FAF80
Tints of Jungle Green #2FAF80
RGB
CMYK
RGB Variations
Color information
#2FAF80 (or 0x2FAF80) is known color: Jungle Green. HEX triplet: 2F, AF and 80. RGB value is (47,175,128). Sum of RGB (Red+Green+Blue) = 47+175+128=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAF80 is #D0507F. Grayscale: #838383. Windows color (decimal): -13652096 or 8433455. OLE color: 8433455.
HSL color Cylindrical-coordinate representation of color #2FAF80: hue angle of 157.97º 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 #2FAF80 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 128 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.31 |
| HSL | 157.97º | 0.58% | 0.44% | - |
| HSV(B) | 157.97º | 0.73% | 0.69% | - |
| XYZ | 20.4 | 32.82 | 25.68 | - |
| YUV | 131.37 | 126.09 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 128 | 0.73 | 0 | 0.27 | 0.31 | 157.97 | 0.58 | 0.44 |
| Hex | 2F | AF | 80 | 49 | 0 | 1B | 1F | 9E | 3A | 2C |
| Octal | 57 | 257 | 200 | 111 | 0 | 33 | 37 | 236 | 72 | 54 |
| Binary | 101111 | 10101111 | 10000000 | 1001001 | 0 | 11011 | 11111 | 10011110 | 111010 | 101100 |
Color Harmonies of #2FAF80
Complementary color
Monochromatic Colors of #2FAF80
Black with #2FAF80
Text Example
Text Example
White with #2FAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF80; }
p { color: rgb(47,175,128); }
H1.HeaderClassName
{
color: #2FAF80;
}
.AnyTagClassName
{
color: #2FAF80;
}
</style>
background-color css
<style>
a { background-color: #2FAF80; }
a { background-color: rgb(47,175,128); }
div.DivClassName
{
background-color: #2FAF80;
}
.BgClassName
{
background-color: #2FAF80;
}
</style>
border-color css
<style>
span { border-color: #2FAF80; }
span { border-color: rgb(47,175,128); }
td.TdClassName
{
border-color: #2FAF80;
}
.TagClassName
{
border-color: #2FAF80;
}
</style>