#112904

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

Shades of Pine Tree #112904

Tints of Pine Tree #112904

Color information

#112904 (or 0x112904) is unknown color: approx Pine Tree. HEX triplet: 11, 29 and 04. RGB value is (17,41,4). Sum of RGB (Red+Green+Blue) = 17+41+4=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 41 (16.41% from 255 or 66.13% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 41 - color contains mainly: green. Hex color #112904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112904 is #EED6FB. Grayscale: #1D1D1D. Windows color (decimal): -15652604 or 272657. OLE color: 272657.

HSL color Cylindrical-coordinate representation of color #112904: hue angle of 98.92º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112904 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB17414-
CMYK0.5900.900.84
HSL98.92º82.22%8.82%-
HSV(B)98.92º90.24%16.08%-
XYZ1.051.710.39-
YUV29.61113.55119.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 41 (16.41% from 255) = 66.13%
BLUE value IS 4 (1.95% from 255) = 6.45%
R=27.42%
G=66.13%
B=6.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal174140.5900.900.8498.9282.228.82
Hex112943B05A5463529
Octal2151473013212414312211
Binary10001101001100111011010110101010100110001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112904; }

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

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

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

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

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

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

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

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