#2FA87F

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

Shades of Jungle Green #2FA87F

Tints of Jungle Green #2FA87F

Color information

#2FA87F (or 0x2FA87F) is unknown color: approx Jungle Green. HEX triplet: 2F, A8 and 7F. RGB value is (47,168,127). Sum of RGB (Red+Green+Blue) = 47+168+127=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA87F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA87F is #D05780. Grayscale: #7F7F7F. Windows color (decimal): -13653889 or 8366127. OLE color: 8366127.

HSL color Cylindrical-coordinate representation of color #2FA87F: hue angle of 159.67º 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 #2FA87F is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB47168127-
CMYK0.7200.240.34
HSL159.67º56.28%42.16%-
HSV(B)159.67º72.02%65.88%-
XYZ19.0130.1424.89-
YUV127.15127.9170.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.74%
GREEN value IS 168 (66.02% from 255) = 49.12%
BLUE value IS 127 (50% from 255) = 37.13%
R=13.74%
G=49.12%
B=37.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal471681270.7200.240.34159.6756.2842.16
Hex2FA87F4801822a0382a
Octal57250177110030422407052
Binary101111101010001111111100100001100010001010100000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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