#2FA620

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

Shades of Forest Green #2FA620

Tints of Forest Green #2FA620

Color information

#2FA620 (or 0x2FA620) is unknown color: approx Forest Green. HEX triplet: 2F, A6 and 20. RGB value is (47,166,32). Sum of RGB (Red+Green+Blue) = 47+166+32=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 166 (65.23% from 255 or 67.76% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA620 is #D059DF. Grayscale: #737373. Windows color (decimal): -13654496 or 2139695. OLE color: 2139695.

HSL color Cylindrical-coordinate representation of color #2FA620: hue angle of 113.28º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FA620 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB4716632-
CMYK0.7200.810.35
HSL113.28º67.68%38.82%-
HSV(B)113.28º80.72%65.1%-
XYZ15.0727.985.97-
YUV115.1481.0879.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.18%
GREEN value IS 166 (65.23% from 255) = 67.76%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=19.18%
G=67.76%
B=13.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47166320.7200.810.35113.2867.6838.82
Hex2FA6204805123714427
Octal572464011001214316110447
Binary1011111010011010000010010000101000110001111100011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,166,32); }

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

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

 a { background-color: rgb(47,166,32); }

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

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

 span { border-color: rgb(47,166,32); }

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