#1F991C

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

Shades of Forest Green #1F991C

Tints of Forest Green #1F991C

Color information

#1F991C (or 0x1F991C) is unknown color: approx Forest Green. HEX triplet: 1F, 99 and 1C. RGB value is (31,153,28). Sum of RGB (Red+Green+Blue) = 31+153+28=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 153 (60.16% from 255 or 72.17% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 153 - color contains mainly: green. Hex color #1F991C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F991C is #E066E3. Grayscale: #666666. Windows color (decimal): -14706404 or 1874207. OLE color: 1874207.

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

Color convert

RGB3115328-
CMYK0.8000.820.4
HSL118.56º69.06%35.49%-
HSV(B)118.56º81.7%60%-
XYZ12.1723.164.93-
YUV102.2786.0877.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 153 (60.16% from 255) = 72.17%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=14.62%
G=72.17%
B=13.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31153280.8000.820.4118.5669.0635.49
Hex1F991C5005228774523
Octal372313412001225016710543
Binary11111100110011110010100000101001010100011101111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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