#1FA62E

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

Shades of Forest Green #1FA62E

Tints of Forest Green #1FA62E

Color information

#1FA62E (or 0x1FA62E) is unknown color: approx Forest Green. HEX triplet: 1F, A6 and 2E. RGB value is (31,166,46). Sum of RGB (Red+Green+Blue) = 31+166+46=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 166 (65.23% from 255 or 68.31% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA62E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA62E is #E059D1. Grayscale: #707070. Windows color (decimal): -14703058 or 3057183. OLE color: 3057183.

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

Color convert

RGB3116646-
CMYK0.8100.720.35
HSL126.67º68.53%38.63%-
HSV(B)126.67º81.33%65.1%-
XYZ14.6927.767.17-
YUV111.9690.7770.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 166 (65.23% from 255) = 68.31%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=12.76%
G=68.31%
B=18.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31166460.8100.720.35126.6768.5338.63
Hex1FA62E51048237f4527
Octal372465612101104317710547
Binary111111010011010111010100010100100010001111111111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FA62E; }

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

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

<style>
 a { background-color: #1FA62E; }

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

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

<style>
 span { border-color: #1FA62E; }

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

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