#1FA716

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

Shades of Forest Green #1FA716

Tints of Forest Green #1FA716

Color information

#1FA716 (or 0x1FA716) is unknown color: approx Forest Green. HEX triplet: 1F, A7 and 16. RGB value is (31,167,22). Sum of RGB (Red+Green+Blue) = 31+167+22=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 167 (65.62% from 255 or 75.91% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 167 - color contains mainly: green. Hex color #1FA716 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA716 is #E058E9. Grayscale: #6E6E6E. Windows color (decimal): -14702826 or 1484575. OLE color: 1484575.

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

Color convert

RGB3116722-
CMYK0.8100.870.35
HSL116.28º76.72%37.06%-
HSV(B)116.28º86.83%65.49%-
XYZ14.5327.995.4-
YUV109.8178.4471.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.09%
GREEN value IS 167 (65.62% from 255) = 75.91%
BLUE value IS 22 (8.98% from 255) = 10%
R=14.09%
G=75.91%
B=10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31167220.8100.870.35116.2876.7237.06
Hex1FA7165105723744d25
Octal372472612101274316411545
Binary11111101001111011010100010101011110001111101001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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