#1FAA1C

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

Shades of Forest Green #1FAA1C

Tints of Forest Green #1FAA1C

Color information

#1FAA1C (or 0x1FAA1C) is unknown color: approx Forest Green. HEX triplet: 1F, AA and 1C. RGB value is (31,170,28). Sum of RGB (Red+Green+Blue) = 31+170+28=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAA1C is #E055E3. Grayscale: #707070. Windows color (decimal): -14702052 or 1878559. OLE color: 1878559.

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

Color convert

RGB3117028-
CMYK0.8200.840.33
HSL118.73º71.72%38.82%-
HSV(B)118.73º83.53%66.67%-
XYZ15.1529.125.92-
YUV112.2580.4570.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 170 (66.80% from 255) = 74.24%
BLUE value IS 28 (11.33% from 255) = 12.23%
R=13.54%
G=74.24%
B=12.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31170280.8200.840.33118.7371.7238.82
Hex1FAA1C5205421774827
Octal372523412201244116711047
Binary11111101010101110010100100101010010000111101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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