#112301

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

Shades of Pine Tree #112301

Tints of Pine Tree #112301

Color information

#112301 (or 0x112301) is unknown color: approx Pine Tree. HEX triplet: 11, 23 and 01. RGB value is (17,35,1). Sum of RGB (Red+Green+Blue) = 17+35+1=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #112301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112301 is #EEDCFE. Grayscale: #191919. Windows color (decimal): -15654143 or 74513. OLE color: 74513.

HSL color Cylindrical-coordinate representation of color #112301: hue angle of 91.76º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #112301 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB17351-
CMYK0.5100.970.86
HSL91.76º94.44%7.06%-
HSV(B)91.76º97.14%13.73%-
XYZ0.841.320.24-
YUV25.74114.04121.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 35 (14.06% from 255) = 66.04%
BLUE value IS 1 (0.78% from 255) = 1.89%
R=32.08%
G=66.04%
B=1.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173510.5100.970.8691.7694.447.06
Hex1123133061565c5e7
Octal214316301411261341367
Binary10001100011111001101100001101011010111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112301; }

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

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

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

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

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

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

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

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