#10711C

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

Shades of Forest Green #10711C

Tints of Forest Green #10711C

Color information

#10711C (or 0x10711C) is unknown color: approx Forest Green. HEX triplet: 10, 71 and 1C. RGB value is (16,113,28). Sum of RGB (Red+Green+Blue) = 16+113+28=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #10711C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10711C is #EF8EE3. Grayscale: #4A4A4A. Windows color (decimal): -15699684 or 1863952. OLE color: 1863952.

HSL color Cylindrical-coordinate representation of color #10711C: hue angle of 127.42º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10711C is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1611328-
CMYK0.8600.750.56
HSL127.42º75.19%25.29%-
HSV(B)127.42º85.84%44.31%-
XYZ6.33123.08-
YUV74.31101.8686.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 113 (44.53% from 255) = 71.97%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=10.19%
G=71.97%
B=17.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16113280.8600.750.56127.4275.1925.29
Hex10711C5604B387f4b19
Octal201613412601137017711331
Binary100001110001111001010110010010111110001111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10711C; }

 p { color: rgb(16,113,28); }

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

<style>
 a { background-color: #10711C; }

 a { background-color: rgb(16,113,28); }

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

<style>
 span { border-color: #10711C; }

 span { border-color: rgb(16,113,28); }

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