#11701B

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

Shades of Forest Green #11701B

Tints of Forest Green #11701B

Color information

#11701B (or 0x11701B) is unknown color: approx Forest Green. HEX triplet: 11, 70 and 1B. RGB value is (17,112,27). Sum of RGB (Red+Green+Blue) = 17+112+27=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #11701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11701B is #EE8FE4. Grayscale: #4A4A4A. Windows color (decimal): -15634405 or 1798161. OLE color: 1798161.

HSL color Cylindrical-coordinate representation of color #11701B: hue angle of 126.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11701B is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1711227-
CMYK0.8500.760.56
HSL126.32º73.64%25.29%-
HSV(B)126.32º84.82%43.92%-
XYZ6.2211.792.98-
YUV73.9101.5387.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.90%
GREEN value IS 112 (44.14% from 255) = 71.79%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=10.90%
G=71.79%
B=17.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112270.8500.760.56126.3273.6425.29
Hex11701B5504C387e4a19
Octal211603312501147017611231
Binary100011110000110111010101010011001110001111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11701B; }

 p { color: rgb(17,112,27); }

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

<style>
 a { background-color: #11701B; }

 a { background-color: rgb(17,112,27); }

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

<style>
 span { border-color: #11701B; }

 span { border-color: rgb(17,112,27); }

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