#112007

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

Shades of Pine Tree #112007

Tints of Pine Tree #112007

Color information

#112007 (or 0x112007) is unknown color: approx Pine Tree. HEX triplet: 11, 20 and 07. RGB value is (17,32,7). Sum of RGB (Red+Green+Blue) = 17+32+7=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #112007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112007 is #EEDFF8. Grayscale: #181818. Windows color (decimal): -15654905 or 466961. OLE color: 466961.

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

Color convert

RGB17327-
CMYK0.4700.780.87
HSL96º64.1%7.65%-
HSV(B)96º78.12%12.55%-
XYZ0.791.170.38-
YUV24.66118.03122.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.36%
GREEN value IS 32 (12.89% from 255) = 57.14%
BLUE value IS 7 (3.12% from 255) = 12.5%
R=30.36%
G=57.14%
B=12.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal173270.4700.780.879664.17.65
Hex112072F04E5760408
Octal2140757011612714010010
Binary10001100000111101111010011101010111110000010000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112007; }

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

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

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

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

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

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

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

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