#1FA70F

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

Shades of Forest Green #1FA70F

Tints of Forest Green #1FA70F

Color information

#1FA70F (or 0x1FA70F) is unknown color: approx Forest Green. HEX triplet: 1F, A7 and 0F. RGB value is (31,167,15). Sum of RGB (Red+Green+Blue) = 31+167+15=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 167 (65.62% from 255 or 78.40% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 167 - color contains mainly: green. Hex color #1FA70F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA70F is #E058F0. Grayscale: #6D6D6D. Windows color (decimal): -14702833 or 1025823. OLE color: 1025823.

HSL color Cylindrical-coordinate representation of color #1FA70F: hue angle of 113.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FA70F is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB3116715-
CMYK0.8100.910.35
HSL113.68º83.52%35.69%-
HSV(B)113.68º91.02%65.49%-
XYZ14.4727.965.09-
YUV109.0174.9472.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 167 (65.62% from 255) = 78.40%
BLUE value IS 15 (6.25% from 255) = 7.04%
R=14.55%
G=78.40%
B=7.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31167150.8100.910.35113.6883.5235.69
Hex1FA7F5105B23725424
Octal372471712101334316212444
Binary1111110100111111110100010101101110001111100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,167,15); }

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

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

 a { background-color: rgb(31,167,15); }

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

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

 span { border-color: rgb(31,167,15); }

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