Shades of Jungle Green #2FAA7A
Tints of Jungle Green #2FAA7A
RGB
CMYK
RGB Variations
Color information
#2FAA7A (or 0x2FAA7A) is known color: Jungle Green. HEX triplet: 2F, AA and 7A. RGB value is (47,170,122). Sum of RGB (Red+Green+Blue) = 47+170+122=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA7A is #D05585. Grayscale: #7F7F7F. Windows color (decimal): -13653382 or 8038959. OLE color: 8038959.
HSL color Cylindrical-coordinate representation of color #2FAA7A: hue angle of 156.59º 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 #2FAA7A is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 122 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.33 |
| HSL | 156.59º | 0.57% | 0.43% | - |
| HSV(B) | 156.59º | 0.72% | 0.67% | - |
| XYZ | 19.06 | 30.76 | 23.34 | - |
| YUV | 127.75 | 124.75 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 122 | 0.72 | 0 | 0.28 | 0.33 | 156.59 | 0.57 | 0.43 |
| Hex | 2F | AA | 7A | 48 | 0 | 1C | 21 | 9D | 39 | 2B |
| Octal | 57 | 252 | 172 | 110 | 0 | 34 | 41 | 235 | 71 | 53 |
| Binary | 101111 | 10101010 | 1111010 | 1001000 | 0 | 11100 | 100001 | 10011101 | 111001 | 101011 |
Color Harmonies of #2FAA7A
Complementary color
Monochromatic Colors of #2FAA7A
Black with #2FAA7A
Text Example
Text Example
White with #2FAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA7A; }
p { color: rgb(47,170,122); }
H1.HeaderClassName
{
color: #2FAA7A;
}
.AnyTagClassName
{
color: #2FAA7A;
}
</style>
background-color css
<style>
a { background-color: #2FAA7A; }
a { background-color: rgb(47,170,122); }
div.DivClassName
{
background-color: #2FAA7A;
}
.BgClassName
{
background-color: #2FAA7A;
}
</style>
border-color css
<style>
span { border-color: #2FAA7A; }
span { border-color: rgb(47,170,122); }
td.TdClassName
{
border-color: #2FAA7A;
}
.TagClassName
{
border-color: #2FAA7A;
}
</style>