#112207

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

Shades of Pine Tree #112207

Tints of Pine Tree #112207

Color information

#112207 (or 0x112207) is unknown color: approx Pine Tree. HEX triplet: 11, 22 and 07. RGB value is (17,34,7). Sum of RGB (Red+Green+Blue) = 17+34+7=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #112207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112207 is #EEDDF8. Grayscale: #191919. Windows color (decimal): -15654393 or 467473. OLE color: 467473.

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

Color convert

RGB17347-
CMYK0.5000.790.87
HSL97.78º65.85%8.04%-
HSV(B)97.78º79.41%13.33%-
XYZ0.841.280.4-
YUV25.84117.37121.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.31%
GREEN value IS 34 (13.67% from 255) = 58.62%
BLUE value IS 7 (3.12% from 255) = 12.07%
R=29.31%
G=58.62%
B=12.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal173470.5000.790.8797.7865.858.04
Hex112273204F5762428
Octal2142762011712714210210
Binary10001100010111110010010011111010111110001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112207; }

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

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

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

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

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

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

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

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