Shades of Jungle Green #2FAA7B
Tints of Jungle Green #2FAA7B
RGB
CMYK
RGB Variations
Color information
#2FAA7B (or 0x2FAA7B) is known color: Jungle Green. HEX triplet: 2F, AA and 7B. RGB value is (47,170,123). Sum of RGB (Red+Green+Blue) = 47+170+123=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA7B is #D05584. Grayscale: #7F7F7F. Windows color (decimal): -13653381 or 8104495. OLE color: 8104495.
HSL color Cylindrical-coordinate representation of color #2FAA7B: hue angle of 157.07º 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 #2FAA7B is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 123 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.33 |
| HSL | 157.07º | 0.57% | 0.43% | - |
| HSV(B) | 157.07º | 0.72% | 0.67% | - |
| XYZ | 19.12 | 30.78 | 23.67 | - |
| YUV | 127.87 | 125.25 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 123 | 0.72 | 0 | 0.28 | 0.33 | 157.07 | 0.57 | 0.43 |
| Hex | 2F | AA | 7B | 48 | 0 | 1C | 21 | 9D | 39 | 2B |
| Octal | 57 | 252 | 173 | 110 | 0 | 34 | 41 | 235 | 71 | 53 |
| Binary | 101111 | 10101010 | 1111011 | 1001000 | 0 | 11100 | 100001 | 10011101 | 111001 | 101011 |
Color Harmonies of #2FAA7B
Complementary color
Monochromatic Colors of #2FAA7B
Black with #2FAA7B
Text Example
Text Example
White with #2FAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA7B; }
p { color: rgb(47,170,123); }
H1.HeaderClassName
{
color: #2FAA7B;
}
.AnyTagClassName
{
color: #2FAA7B;
}
</style>
background-color css
<style>
a { background-color: #2FAA7B; }
a { background-color: rgb(47,170,123); }
div.DivClassName
{
background-color: #2FAA7B;
}
.BgClassName
{
background-color: #2FAA7B;
}
</style>
border-color css
<style>
span { border-color: #2FAA7B; }
span { border-color: rgb(47,170,123); }
td.TdClassName
{
border-color: #2FAA7B;
}
.TagClassName
{
border-color: #2FAA7B;
}
</style>