#112001

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

Shades of Pine Tree #112001

Tints of Pine Tree #112001

Color information

#112001 (or 0x112001) is unknown color: approx Pine Tree. HEX triplet: 11, 20 and 01. RGB value is (17,32,1). Sum of RGB (Red+Green+Blue) = 17+32+1=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #112001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112001 is #EEDFFE. Grayscale: #181818. Windows color (decimal): -15654911 or 73745. OLE color: 73745.

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

Color convert

RGB17321-
CMYK0.4700.970.87
HSL89.03º93.94%6.47%-
HSV(B)89.03º96.88%12.55%-
XYZ0.751.150.21-
YUV23.98115.03123.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 32 (12.89% from 255) = 64%
BLUE value IS 1 (0.78% from 255) = 2%
R=34%
G=64%
B=2%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal173210.4700.970.8789.0393.946.47
Hex112012F06157595e6
Octal214015701411271311366
Binary10001100000110111101100001101011110110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112001; }

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

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

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

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

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

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

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

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