#1F9113

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

Shades of Forest Green #1F9113

Tints of Forest Green #1F9113

Color information

#1F9113 (or 0x1F9113) is unknown color: approx Forest Green. HEX triplet: 1F, 91 and 13. RGB value is (31,145,19). Sum of RGB (Red+Green+Blue) = 31+145+19=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 145 (57.03% from 255 or 74.36% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9113 is #E06EEC. Grayscale: #606060. Windows color (decimal): -14708461 or 1282335. OLE color: 1282335.

HSL color Cylindrical-coordinate representation of color #1F9113: hue angle of 114.29º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F9113 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB3114519-
CMYK0.7900.870.43
HSL114.29º76.83%32.16%-
HSV(B)114.29º86.9%56.86%-
XYZ10.8120.594.02-
YUV96.5584.2381.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.90%
GREEN value IS 145 (57.03% from 255) = 74.36%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=15.90%
G=74.36%
B=9.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31145190.7900.870.43114.2976.8332.16
Hex1F91134F0572B724d20
Octal372212311701275316211540
Binary11111100100011001110011110101011110101111100101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,145,19); }

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

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

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

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

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

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

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