#1F990F

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

Shades of Forest Green #1F990F

Tints of Forest Green #1F990F

Color information

#1F990F (or 0x1F990F) is unknown color: approx Forest Green. HEX triplet: 1F, 99 and 0F. RGB value is (31,153,15). Sum of RGB (Red+Green+Blue) = 31+153+15=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 153 (60.16% from 255 or 76.88% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 153 - color contains mainly: green. Hex color #1F990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F990F is #E066F0. Grayscale: #656565. Windows color (decimal): -14706417 or 1022239. OLE color: 1022239.

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

Color convert

RGB3115315-
CMYK0.8000.900.4
HSL113.04º82.14%32.94%-
HSV(B)113.04º90.2%60%-
XYZ12.0423.114.28-
YUV100.7979.5878.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.58%
GREEN value IS 153 (60.16% from 255) = 76.88%
BLUE value IS 15 (6.25% from 255) = 7.54%
R=15.58%
G=76.88%
B=7.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31153150.8000.900.4113.0482.1432.94
Hex1F99F5005A28715221
Octal372311712001325016112241
Binary1111110011001111110100000101101010100011100011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F990F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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