#2FA87A

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

Shades of Jungle Green #2FA87A

Tints of Jungle Green #2FA87A

Color information

#2FA87A (or 0x2FA87A) is unknown color: approx Jungle Green. HEX triplet: 2F, A8 and 7A. RGB value is (47,168,122). Sum of RGB (Red+Green+Blue) = 47+168+122=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA87A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA87A is #D05785. Grayscale: #7E7E7E. Windows color (decimal): -13653894 or 8038447. OLE color: 8038447.

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

Color convert

RGB47168122-
CMYK0.7200.270.34
HSL157.19º56.28%42.16%-
HSV(B)157.19º72.02%65.88%-
XYZ18.6930.0123.22-
YUV126.58125.4171.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.95%
GREEN value IS 168 (66.02% from 255) = 49.85%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=13.95%
G=49.85%
B=36.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal471681220.7200.270.34157.1956.2842.16
Hex2FA87A4801B229d382a
Octal57250172110033422357052
Binary101111101010001111010100100001101110001010011101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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