#2FA51F

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

Shades of Forest Green #2FA51F

Tints of Forest Green #2FA51F

Color information

#2FA51F (or 0x2FA51F) is unknown color: approx Forest Green. HEX triplet: 2F, A5 and 1F. RGB value is (47,165,31). Sum of RGB (Red+Green+Blue) = 47+165+31=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 165 (64.84% from 255 or 67.90% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA51F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA51F is #D05AE0. Grayscale: #727272. Windows color (decimal): -13654753 or 2073903. OLE color: 2073903.

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

Color convert

RGB4716531-
CMYK0.7200.810.35
HSL112.84º68.37%38.43%-
HSV(B)112.84º81.21%64.71%-
XYZ14.8727.615.84-
YUV114.4480.9179.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 165 (64.84% from 255) = 67.90%
BLUE value IS 31 (12.5% from 255) = 12.76%
R=19.34%
G=67.90%
B=12.76%

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
Decimal47165310.7200.810.35112.8468.3738.43
Hex2FA51F4805123714426
Octal572453711001214316110446
Binary101111101001011111110010000101000110001111100011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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