#1fa316

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

Shades of Forest Green #1FA316

Tints of Forest Green #1FA316

Color information

#1FA316 (or 0x1FA316) is unknown color: approx Forest Green. HEX triplet: 1F, A3 and 16. RGB value is (31,163,22). Sum of RGB (Red+Green+Blue) = 31+163+22=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 163 (64.06% from 255 or 75.46% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA316 is #E05CE9. Grayscale: #6B6B6B. Windows color (decimal): -14703850 or 1483551. OLE color: 1483551.

HSL color Cylindrical-coordinate representation of color #1FA316: hue angle of 116.17º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA316 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB3116322-
CMYK0.8100.870.36
HSL116.17º76.22%36.27%-
HSV(B)116.17º86.5%63.92%-
XYZ13.8126.545.15-
YUV107.4679.7773.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 163 (64.06% from 255) = 75.46%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=14.35%
G=75.46%
B=10.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31163220.8100.870.36116.1776.2236.27
Hex1FA3165105724744c24
Octal372432612101274416411444
Binary11111101000111011010100010101011110010011101001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fa316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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