#1FA01C

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

Shades of Forest Green #1FA01C

Tints of Forest Green #1FA01C

Color information

#1FA01C (or 0x1FA01C) is unknown color: approx Forest Green. HEX triplet: 1F, A0 and 1C. RGB value is (31,160,28). Sum of RGB (Red+Green+Blue) = 31+160+28=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 160 (62.89% from 255 or 73.06% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA01C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA01C is #E05FE3. Grayscale: #6A6A6A. Windows color (decimal): -14704612 or 1875999. OLE color: 1875999.

HSL color Cylindrical-coordinate representation of color #1FA01C: hue angle of 118.64º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA01C is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB3116028-
CMYK0.8100.820.37
HSL118.64º70.21%36.86%-
HSV(B)118.64º82.5%62.75%-
XYZ13.3525.525.32-
YUV106.3883.7674.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.16%
GREEN value IS 160 (62.89% from 255) = 73.06%
BLUE value IS 28 (11.33% from 255) = 12.79%
R=14.16%
G=73.06%
B=12.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31160280.8100.820.37118.6470.2136.86
Hex1FA01C5105225774625
Octal372403412101224516710645
Binary11111101000001110010100010101001010010111101111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,160,28); }

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

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

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

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

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

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

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