#112401

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

Shades of Pine Tree #112401

Tints of Pine Tree #112401

Color information

#112401 (or 0x112401) is unknown color: approx Pine Tree. HEX triplet: 11, 24 and 01. RGB value is (17,36,1). Sum of RGB (Red+Green+Blue) = 17+36+1=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 36 (14.45% from 255 or 66.67% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 36 - color contains mainly: green. Hex color #112401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112401 is #EEDBFE. Grayscale: #1A1A1A. Windows color (decimal): -15653887 or 74769. OLE color: 74769.

HSL color Cylindrical-coordinate representation of color #112401: hue angle of 92.57º degrees, saturation: 0.95, 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 #112401 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB17361-
CMYK0.5300.970.86
HSL92.57º94.59%7.25%-
HSV(B)92.57º97.22%14.12%-
XYZ0.871.380.25-
YUV26.33113.71121.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 31.48%
GREEN value IS 36 (14.45% from 255) = 66.67%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=31.48%
G=66.67%
B=1.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173610.5300.970.8692.5794.597.25
Hex1124135061565d5f7
Octal214416501411261351377
Binary10001100100111010101100001101011010111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112401; }

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

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

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

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

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

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

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

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