#112204

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

Shades of Pine Tree #112204

Tints of Pine Tree #112204

Color information

#112204 (or 0x112204) is unknown color: approx Pine Tree. HEX triplet: 11, 22 and 04. RGB value is (17,34,4). Sum of RGB (Red+Green+Blue) = 17+34+4=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #112204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112204 is #EEDDFB. Grayscale: #191919. Windows color (decimal): -15654396 or 270865. OLE color: 270865.

HSL color Cylindrical-coordinate representation of color #112204: hue angle of 94º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112204 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB17344-
CMYK0.5000.880.87
HSL94º78.95%7.45%-
HSV(B)94º88.24%13.33%-
XYZ0.831.270.32-
YUV25.5115.87121.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 34 (13.67% from 255) = 61.82%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=30.91%
G=61.82%
B=7.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal173440.5000.880.879478.957.45
Hex1122432058575e4f7
Octal214246201301271361177
Binary1000110001010011001001011000101011110111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112204; }

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

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

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

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

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

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

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

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