Shades of Jungle Green #2FA579
Tints of Jungle Green #2FA579
RGB
CMYK
RGB Variations
Color information
#2FA579 (or 0x2FA579) is known color: Jungle Green. HEX triplet: 2F, A5 and 79. RGB value is (47,165,121). Sum of RGB (Red+Green+Blue) = 47+165+121=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA579 is #D05A86. Grayscale: #7C7C7C. Windows color (decimal): -13654663 or 7972143. OLE color: 7972143.
HSL color Cylindrical-coordinate representation of color #2FA579: hue angle of 157.63º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA579 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 121 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.35 |
| HSL | 157.63º | 0.56% | 0.42% | - |
| HSV(B) | 157.63º | 0.72% | 0.65% | - |
| XYZ | 18.08 | 28.9 | 22.71 | - |
| YUV | 124.7 | 125.91 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 121 | 0.72 | 0 | 0.27 | 0.35 | 157.63 | 0.56 | 0.42 |
| Hex | 2F | A5 | 79 | 48 | 0 | 1B | 23 | 9E | 38 | 2A |
| Octal | 57 | 245 | 171 | 110 | 0 | 33 | 43 | 236 | 70 | 52 |
| Binary | 101111 | 10100101 | 1111001 | 1001000 | 0 | 11011 | 100011 | 10011110 | 111000 | 101010 |
Color Harmonies of #2FA579
Complementary color
Monochromatic Colors of #2FA579
Black with #2FA579
Text Example
Text Example
White with #2FA579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA579; }
p { color: rgb(47,165,121); }
H1.HeaderClassName
{
color: #2FA579;
}
.AnyTagClassName
{
color: #2FA579;
}
</style>
background-color css
<style>
a { background-color: #2FA579; }
a { background-color: rgb(47,165,121); }
div.DivClassName
{
background-color: #2FA579;
}
.BgClassName
{
background-color: #2FA579;
}
</style>
border-color css
<style>
span { border-color: #2FA579; }
span { border-color: rgb(47,165,121); }
td.TdClassName
{
border-color: #2FA579;
}
.TagClassName
{
border-color: #2FA579;
}
</style>