Shades of Jungle Green #2FAC87
Tints of Jungle Green #2FAC87
RGB
CMYK
RGB Variations
Color information
#2FAC87 (or 0x2FAC87) is known color: Jungle Green. HEX triplet: 2F, AC and 87. RGB value is (47,172,135). Sum of RGB (Red+Green+Blue) = 47+172+135=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAC87 is #D05378. Grayscale: #828282. Windows color (decimal): -13652857 or 8891439. OLE color: 8891439.
HSL color Cylindrical-coordinate representation of color #2FAC87: hue angle of 162.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC87 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 135 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.33 |
| HSL | 162.24º | 0.57% | 0.43% | - |
| HSV(B) | 162.24º | 0.73% | 0.67% | - |
| XYZ | 20.3 | 31.86 | 28 | - |
| YUV | 130.41 | 130.59 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 135 | 0.73 | 0 | 0.22 | 0.33 | 162.24 | 0.57 | 0.43 |
| Hex | 2F | AC | 87 | 49 | 0 | 16 | 21 | A2 | 39 | 2B |
| Octal | 57 | 254 | 207 | 111 | 0 | 26 | 41 | 242 | 71 | 53 |
| Binary | 101111 | 10101100 | 10000111 | 1001001 | 0 | 10110 | 100001 | 10100010 | 111001 | 101011 |
Color Harmonies of #2FAC87
Complementary color
Monochromatic Colors of #2FAC87
Black with #2FAC87
Text Example
Text Example
White with #2FAC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC87; }
p { color: rgb(47,172,135); }
H1.HeaderClassName
{
color: #2FAC87;
}
.AnyTagClassName
{
color: #2FAC87;
}
</style>
background-color css
<style>
a { background-color: #2FAC87; }
a { background-color: rgb(47,172,135); }
div.DivClassName
{
background-color: #2FAC87;
}
.BgClassName
{
background-color: #2FAC87;
}
</style>
border-color css
<style>
span { border-color: #2FAC87; }
span { border-color: rgb(47,172,135); }
td.TdClassName
{
border-color: #2FAC87;
}
.TagClassName
{
border-color: #2FAC87;
}
</style>