Shades of Jungle Green #2FAE87
Tints of Jungle Green #2FAE87
RGB
CMYK
RGB Variations
Color information
#2FAE87 (or 0x2FAE87) is known color: Jungle Green. HEX triplet: 2F, AE and 87. RGB value is (47,174,135). Sum of RGB (Red+Green+Blue) = 47+174+135=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAE87 is #D05178. Grayscale: #838383. Windows color (decimal): -13652345 or 8891951. OLE color: 8891951.
HSL color Cylindrical-coordinate representation of color #2FAE87: hue angle of 161.57º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAE87 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 135 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.32 |
| HSL | 161.57º | 0.57% | 0.43% | - |
| HSV(B) | 161.57º | 0.73% | 0.68% | - |
| XYZ | 20.68 | 32.63 | 28.13 | - |
| YUV | 131.58 | 129.92 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 135 | 0.73 | 0 | 0.22 | 0.32 | 161.57 | 0.57 | 0.43 |
| Hex | 2F | AE | 87 | 49 | 0 | 16 | 20 | A2 | 39 | 2B |
| Octal | 57 | 256 | 207 | 111 | 0 | 26 | 40 | 242 | 71 | 53 |
| Binary | 101111 | 10101110 | 10000111 | 1001001 | 0 | 10110 | 100000 | 10100010 | 111001 | 101011 |
Color Harmonies of #2FAE87
Complementary color
Monochromatic Colors of #2FAE87
Black with #2FAE87
Text Example
Text Example
White with #2FAE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAE87; }
p { color: rgb(47,174,135); }
H1.HeaderClassName
{
color: #2FAE87;
}
.AnyTagClassName
{
color: #2FAE87;
}
</style>
background-color css
<style>
a { background-color: #2FAE87; }
a { background-color: rgb(47,174,135); }
div.DivClassName
{
background-color: #2FAE87;
}
.BgClassName
{
background-color: #2FAE87;
}
</style>
border-color css
<style>
span { border-color: #2FAE87; }
span { border-color: rgb(47,174,135); }
td.TdClassName
{
border-color: #2FAE87;
}
.TagClassName
{
border-color: #2FAE87;
}
</style>