#112704

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

Shades of Pine Tree #112704

Tints of Pine Tree #112704

Color information

#112704 (or 0x112704) is unknown color: approx Pine Tree. HEX triplet: 11, 27 and 04. RGB value is (17,39,4). Sum of RGB (Red+Green+Blue) = 17+39+4=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #112704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112704 is #EED8FB. Grayscale: #1C1C1C. Windows color (decimal): -15653116 or 272145. OLE color: 272145.

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

Color convert

RGB17394-
CMYK0.5600.900.85
HSL97.71º81.4%8.43%-
HSV(B)97.71º89.74%15.29%-
XYZ0.981.580.37-
YUV28.43114.21119.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.33%
GREEN value IS 39 (15.62% from 255) = 65%
BLUE value IS 4 (1.95% from 255) = 6.67%
R=28.33%
G=65%
B=6.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal173940.5600.900.8597.7181.48.43
Hex112743805A5562518
Octal2147470013212514212110
Binary10001100111100111000010110101010101110001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112704; }

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

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

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

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

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

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

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

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