#2FAC80

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

Shades of Jungle Green #2FAC80

Tints of Jungle Green #2FAC80

Color information

#2FAC80 (or 0x2FAC80) is unknown color: approx Jungle Green. HEX triplet: 2F, AC and 80. RGB value is (47,172,128). Sum of RGB (Red+Green+Blue) = 47+172+128=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAC80 is #D0537F. Grayscale: #818181. Windows color (decimal): -13652864 or 8432687. OLE color: 8432687.

HSL color Cylindrical-coordinate representation of color #2FAC80: hue angle of 158.88º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC80 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB47172128-
CMYK0.7300.260.33
HSL158.88º57.08%42.94%-
HSV(B)158.88º72.67%67.45%-
XYZ19.8231.6725.49-
YUV129.61127.0969.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.54%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=13.54%
G=49.57%
B=36.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471721280.7300.260.33158.8857.0842.94
Hex2FAC804901A219f392b
Octal57254200111032412377153
Binary1011111010110010000000100100101101010000110011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,172,128); }

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

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

 a { background-color: rgb(47,172,128); }

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

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

 span { border-color: rgb(47,172,128); }

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