Shades of Jungle Green #2FAA89
Tints of Jungle Green #2FAA89
RGB
CMYK
RGB Variations
Color information
#2FAA89 (or 0x2FAA89) is known color: Jungle Green. HEX triplet: 2F, AA and 89. RGB value is (47,170,137). Sum of RGB (Red+Green+Blue) = 47+170+137=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAA89 is #D05576. Grayscale: #818181. Windows color (decimal): -13653367 or 9021999. OLE color: 9021999.
HSL color Cylindrical-coordinate representation of color #2FAA89: hue angle of 163.9º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA89 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 137 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.33 |
| HSL | 163.9º | 0.57% | 0.43% | - |
| HSV(B) | 163.9º | 0.72% | 0.67% | - |
| XYZ | 20.06 | 31.16 | 28.62 | - |
| YUV | 129.46 | 132.25 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 137 | 0.72 | 0 | 0.19 | 0.33 | 163.9 | 0.57 | 0.43 |
| Hex | 2F | AA | 89 | 48 | 0 | 13 | 21 | A4 | 39 | 2B |
| Octal | 57 | 252 | 211 | 110 | 0 | 23 | 41 | 244 | 71 | 53 |
| Binary | 101111 | 10101010 | 10001001 | 1001000 | 0 | 10011 | 100001 | 10100100 | 111001 | 101011 |
Color Harmonies of #2FAA89
Complementary color
Monochromatic Colors of #2FAA89
Black with #2FAA89
Text Example
Text Example
White with #2FAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA89; }
p { color: rgb(47,170,137); }
H1.HeaderClassName
{
color: #2FAA89;
}
.AnyTagClassName
{
color: #2FAA89;
}
</style>
background-color css
<style>
a { background-color: #2FAA89; }
a { background-color: rgb(47,170,137); }
div.DivClassName
{
background-color: #2FAA89;
}
.BgClassName
{
background-color: #2FAA89;
}
</style>
border-color css
<style>
span { border-color: #2FAA89; }
span { border-color: rgb(47,170,137); }
td.TdClassName
{
border-color: #2FAA89;
}
.TagClassName
{
border-color: #2FAA89;
}
</style>