#2FA879

Color #2FA879 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2FA879

Tints of Jungle Green #2FA879

Color information

#2FA879 (or 0x2FA879) is unknown color: approx Jungle Green. HEX triplet: 2F, A8 and 79. RGB value is (47,168,121). Sum of RGB (Red+Green+Blue) = 47+168+121=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA879 is #D05786. Grayscale: #7E7E7E. Windows color (decimal): -13653895 or 7972911. OLE color: 7972911.

HSL color Cylindrical-coordinate representation of color #2FA879: hue angle of 156.69º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA879 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB47168121-
CMYK0.7200.280.34
HSL156.69º56.28%42.16%-
HSV(B)156.69º72.02%65.88%-
XYZ18.6329.9922.9-
YUV126.46124.9171.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 13.99%
GREEN value IS 168 (66.02% from 255) = 50%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=13.99%
G=50%
B=36.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal471681210.7200.280.34156.6956.2842.16
Hex2FA8794801C229d382a
Octal57250171110034422357052
Binary101111101010001111001100100001110010001010011101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FA879; }

 p { color: rgb(47,168,121); }

 H1.HeaderClassName
 {
   color: #2FA879;
 }
 .AnyTagClassName
 {
   color: #2FA879;
 }
</style>
background-color css

<style>
 a { background-color: #2FA879; }

 a { background-color: rgb(47,168,121); }

 div.DivClassName
 {
   background-color: #2FA879;
 }
 .BgClassName
 {
   background-color: #2FA879;
 }
</style>
border-color css

<style>
 span { border-color: #2FA879; }

 span { border-color: rgb(47,168,121); }

 td.TdClassName
 {
   border-color: #2FA879;
 }
 .TagClassName
 {
   border-color: #2FA879;
 }
</style>