#112008

Color #112008 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #112008

Tints of Pine Tree #112008

Color information

#112008 (or 0x112008) is unknown color: approx Pine Tree. HEX triplet: 11, 20 and 08. RGB value is (17,32,8). Sum of RGB (Red+Green+Blue) = 17+32+8=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #112008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112008 is #EEDFF7. Grayscale: #181818. Windows color (decimal): -15654904 or 532497. OLE color: 532497.

HSL color Cylindrical-coordinate representation of color #112008: hue angle of 97.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #112008 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.87.

Color convert

RGB17328-
CMYK0.4700.750.87
HSL97.5º60%7.84%-
HSV(B)97.5º75%12.55%-
XYZ0.791.170.41-
YUV24.78118.53122.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.82%
GREEN value IS 32 (12.89% from 255) = 56.14%
BLUE value IS 8 (3.52% from 255) = 14.04%
R=29.82%
G=56.14%
B=14.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal173280.4700.750.8797.5607.84
Hex112082F04B57623c8
Octal2140105701131271427410
Binary10001100000100010111101001011101011111000101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112008; }

 p { color: rgb(17,32,8); }

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

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

 a { background-color: rgb(17,32,8); }

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

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

 span { border-color: rgb(17,32,8); }

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