#1F7911

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

Shades of Forest Green #1F7911

Tints of Forest Green #1F7911

Color information

#1F7911 (or 0x1F7911) is unknown color: approx Forest Green. HEX triplet: 1F, 79 and 11. RGB value is (31,121,17). Sum of RGB (Red+Green+Blue) = 31+121+17=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 121 (47.66% from 255 or 71.60% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 121 - color contains mainly: green. Hex color #1F7911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7911 is #E086EE. Grayscale: #525252. Windows color (decimal): -14714607 or 1145119. OLE color: 1145119.

HSL color Cylindrical-coordinate representation of color #1F7911: hue angle of 111.92º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F7911 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB3112117-
CMYK0.7400.860.53
HSL111.92º75.36%27.06%-
HSV(B)111.92º85.95%47.45%-
XYZ7.514.012.84-
YUV82.2391.1891.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.34%
GREEN value IS 121 (47.66% from 255) = 71.60%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=18.34%
G=71.60%
B=10.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31121170.7400.860.53111.9275.3627.06
Hex1F79114A05635704b1b
Octal371712111201266516011333
Binary111111111001100011001010010101101101011110000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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