#112701

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

Shades of Pine Tree #112701

Tints of Pine Tree #112701

Color information

#112701 (or 0x112701) is unknown color: approx Pine Tree. HEX triplet: 11, 27 and 01. RGB value is (17,39,1). Sum of RGB (Red+Green+Blue) = 17+39+1=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 39 (15.62% from 255 or 68.42% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 39 - color contains mainly: green. Hex color #112701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112701 is #EED8FE. Grayscale: #1C1C1C. Windows color (decimal): -15653119 or 75537. OLE color: 75537.

HSL color Cylindrical-coordinate representation of color #112701: hue angle of 94.74º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #112701 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB17391-
CMYK0.5600.970.85
HSL94.74º95%7.84%-
HSV(B)94.74º97.44%15.29%-
XYZ0.961.570.28-
YUV28.09112.71120.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.82%
GREEN value IS 39 (15.62% from 255) = 68.42%
BLUE value IS 1 (0.78% from 255) = 1.75%
R=29.82%
G=68.42%
B=1.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal173910.5600.970.8594.74957.84
Hex1127138061555f5f8
Octal2147170014112513713710
Binary100011001111111000011000011010101101111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112701; }

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

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

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

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

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

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

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

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