#1fab1f

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

Shades of Forest Green #1FAB1F

Tints of Forest Green #1FAB1F

Color information

#1FAB1F (or 0x1FAB1F) is unknown color: approx Forest Green. HEX triplet: 1F, AB and 1F. RGB value is (31,171,31). Sum of RGB (Red+Green+Blue) = 31+171+31=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 171 (67.19% from 255 or 73.39% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAB1F is #E054E0. Grayscale: #717171. Windows color (decimal): -14701793 or 2075423. OLE color: 2075423.

HSL color Cylindrical-coordinate representation of color #1FAB1F: hue angle of 120º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAB1F is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB3117131-
CMYK0.8200.820.33
HSL120º69.31%39.61%-
HSV(B)120º81.87%67.06%-
XYZ15.3829.526.18-
YUV113.1881.6269.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.30%
GREEN value IS 171 (67.19% from 255) = 73.39%
BLUE value IS 31 (12.5% from 255) = 13.30%
R=13.30%
G=73.39%
B=13.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31171310.8200.820.3312069.3139.61
Hex1FAB1F5205221784528
Octal372533712201224117010550
Binary11111101010111111110100100101001010000111110001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fab1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,171,31); }

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

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

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

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

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

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

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