#1F9111

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

Shades of Forest Green #1F9111

Tints of Forest Green #1F9111

Color information

#1F9111 (or 0x1F9111) is unknown color: approx Forest Green. HEX triplet: 1F, 91 and 11. RGB value is (31,145,17). Sum of RGB (Red+Green+Blue) = 31+145+17=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 145 (57.03% from 255 or 75.13% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9111 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9111 is #E06EEE. Grayscale: #606060. Windows color (decimal): -14708463 or 1151263. OLE color: 1151263.

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

Color convert

RGB3114517-
CMYK0.7900.880.43
HSL113.44º79.01%31.76%-
HSV(B)113.44º88.28%56.86%-
XYZ10.7920.583.93-
YUV96.3283.2381.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 145 (57.03% from 255) = 75.13%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=16.06%
G=75.13%
B=8.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31145170.7900.880.43113.4479.0131.76
Hex1F91114F0582B714f20
Octal372212111701305316111740
Binary11111100100011000110011110101100010101111100011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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