#2FA57F

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

Shades of Jungle Green #2FA57F

Tints of Jungle Green #2FA57F

Color information

#2FA57F (or 0x2FA57F) is unknown color: approx Jungle Green. HEX triplet: 2F, A5 and 7F. RGB value is (47,165,127). Sum of RGB (Red+Green+Blue) = 47+165+127=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA57F is #D05A80. Grayscale: #7D7D7D. Windows color (decimal): -13654657 or 8365359. OLE color: 8365359.

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

Color convert

RGB47165127-
CMYK0.7200.230.35
HSL160.68º55.66%41.57%-
HSV(B)160.68º71.52%64.71%-
XYZ18.4629.0524.71-
YUV125.39128.9172.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.86%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 127 (50% from 255) = 37.46%
R=13.86%
G=48.67%
B=37.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal471651270.7200.230.35160.6855.6641.57
Hex2FA57F4801723a1382a
Octal57245177110027432417052
Binary101111101001011111111100100001011110001110100001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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