#2FA61F

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

Shades of Forest Green #2FA61F

Tints of Forest Green #2FA61F

Color information

#2FA61F (or 0x2FA61F) is unknown color: approx Forest Green. HEX triplet: 2F, A6 and 1F. RGB value is (47,166,31). Sum of RGB (Red+Green+Blue) = 47+166+31=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 166 (65.23% from 255 or 68.03% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA61F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA61F is #D059E0. Grayscale: #737373. Windows color (decimal): -13654497 or 2074159. OLE color: 2074159.

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

Color convert

RGB4716631-
CMYK0.7200.810.35
HSL112.89º68.53%38.63%-
HSV(B)112.89º81.33%65.1%-
XYZ15.0627.985.9-
YUV115.0380.5879.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.26%
GREEN value IS 166 (65.23% from 255) = 68.03%
BLUE value IS 31 (12.5% from 255) = 12.70%
R=19.26%
G=68.03%
B=12.70%

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
Decimal47166310.7200.810.35112.8968.5338.63
Hex2FA61F4805123714527
Octal572463711001214316110547
Binary101111101001101111110010000101000110001111100011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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