Shades of Jungle Green #2FAE88
Tints of Jungle Green #2FAE88
RGB
CMYK
RGB Variations
Color information
#2FAE88 (or 0x2FAE88) is known color: Jungle Green. HEX triplet: 2F, AE and 88. RGB value is (47,174,136). Sum of RGB (Red+Green+Blue) = 47+174+136=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAE88 is #D05177. Grayscale: #838383. Windows color (decimal): -13652344 or 8957487. OLE color: 8957487.
HSL color Cylindrical-coordinate representation of color #2FAE88: hue angle of 162.05º 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 #2FAE88 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 136 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.32 |
| HSL | 162.05º | 0.57% | 0.43% | - |
| HSV(B) | 162.05º | 0.73% | 0.68% | - |
| XYZ | 20.75 | 32.65 | 28.5 | - |
| YUV | 131.7 | 130.42 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 136 | 0.73 | 0 | 0.22 | 0.32 | 162.05 | 0.57 | 0.43 |
| Hex | 2F | AE | 88 | 49 | 0 | 16 | 20 | A2 | 39 | 2B |
| Octal | 57 | 256 | 210 | 111 | 0 | 26 | 40 | 242 | 71 | 53 |
| Binary | 101111 | 10101110 | 10001000 | 1001001 | 0 | 10110 | 100000 | 10100010 | 111001 | 101011 |
Color Harmonies of #2FAE88
Complementary color
Monochromatic Colors of #2FAE88
Black with #2FAE88
Text Example
Text Example
White with #2FAE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAE88; }
p { color: rgb(47,174,136); }
H1.HeaderClassName
{
color: #2FAE88;
}
.AnyTagClassName
{
color: #2FAE88;
}
</style>
background-color css
<style>
a { background-color: #2FAE88; }
a { background-color: rgb(47,174,136); }
div.DivClassName
{
background-color: #2FAE88;
}
.BgClassName
{
background-color: #2FAE88;
}
</style>
border-color css
<style>
span { border-color: #2FAE88; }
span { border-color: rgb(47,174,136); }
td.TdClassName
{
border-color: #2FAE88;
}
.TagClassName
{
border-color: #2FAE88;
}
</style>