#112308

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

Shades of Pine Tree #112308

Tints of Pine Tree #112308

Color information

#112308 (or 0x112308) is unknown color: approx Pine Tree. HEX triplet: 11, 23 and 08. RGB value is (17,35,8). Sum of RGB (Red+Green+Blue) = 17+35+8=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #112308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112308 is #EEDCF7. Grayscale: #1A1A1A. Windows color (decimal): -15654136 or 533265. OLE color: 533265.

HSL color Cylindrical-coordinate representation of color #112308: hue angle of 100º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112308 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.

Color convert

RGB17358-
CMYK0.5100.770.86
HSL100º62.79%8.43%-
HSV(B)100º77.14%13.73%-
XYZ0.881.340.44-
YUV26.54117.54121.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.33%
GREEN value IS 35 (14.06% from 255) = 58.33%
BLUE value IS 8 (3.52% from 255) = 13.33%
R=28.33%
G=58.33%
B=13.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173580.5100.770.8610062.798.43
Hex112383304D56643f8
Octal2143106301151261447710
Binary10001100011100011001101001101101011011001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112308; }

 p { color: rgb(17,35,8); }

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

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

 a { background-color: rgb(17,35,8); }

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

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

 span { border-color: rgb(17,35,8); }

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