Shades of Jungle Green #2FA687
Tints of Jungle Green #2FA687
RGB
CMYK
RGB Variations
Color information
#2FA687 (or 0x2FA687) is known color: Jungle Green. HEX triplet: 2F, A6 and 87. RGB value is (47,166,135). Sum of RGB (Red+Green+Blue) = 47+166+135=348 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.51% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA687 is #D05978. Grayscale: #7E7E7E. Windows color (decimal): -13654393 or 8889903. OLE color: 8889903.
HSL color Cylindrical-coordinate representation of color #2FA687: hue angle of 164.37º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA687 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 135 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.35 |
| HSL | 164.37º | 0.56% | 0.42% | - |
| HSV(B) | 164.37º | 0.72% | 0.65% | - |
| XYZ | 19.18 | 29.63 | 27.63 | - |
| YUV | 126.89 | 132.58 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 135 | 0.72 | 0 | 0.19 | 0.35 | 164.37 | 0.56 | 0.42 |
| Hex | 2F | A6 | 87 | 48 | 0 | 13 | 23 | A4 | 38 | 2A |
| Octal | 57 | 246 | 207 | 110 | 0 | 23 | 43 | 244 | 70 | 52 |
| Binary | 101111 | 10100110 | 10000111 | 1001000 | 0 | 10011 | 100011 | 10100100 | 111000 | 101010 |
Color Harmonies of #2FA687
Complementary color
Monochromatic Colors of #2FA687
Black with #2FA687
Text Example
Text Example
White with #2FA687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA687; }
p { color: rgb(47,166,135); }
H1.HeaderClassName
{
color: #2FA687;
}
.AnyTagClassName
{
color: #2FA687;
}
</style>
background-color css
<style>
a { background-color: #2FA687; }
a { background-color: rgb(47,166,135); }
div.DivClassName
{
background-color: #2FA687;
}
.BgClassName
{
background-color: #2FA687;
}
</style>
border-color css
<style>
span { border-color: #2FA687; }
span { border-color: rgb(47,166,135); }
td.TdClassName
{
border-color: #2FA687;
}
.TagClassName
{
border-color: #2FA687;
}
</style>