#112307

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

Shades of Pine Tree #112307

Tints of Pine Tree #112307

Color information

#112307 (or 0x112307) is unknown color: approx Pine Tree. HEX triplet: 11, 23 and 07. RGB value is (17,35,7). Sum of RGB (Red+Green+Blue) = 17+35+7=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #112307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112307 is #EEDCF8. Grayscale: #1A1A1A. Windows color (decimal): -15654137 or 467729. OLE color: 467729.

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

Color convert

RGB17357-
CMYK0.5100.800.86
HSL98.57º66.67%8.24%-
HSV(B)98.57º80%13.73%-
XYZ0.871.340.41-
YUV26.43117.04121.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 35 (14.06% from 255) = 59.32%
BLUE value IS 7 (3.12% from 255) = 11.86%
R=28.81%
G=59.32%
B=11.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173570.5100.800.8698.5766.678.24
Hex11237330505663438
Octal2143763012012614310310
Binary10001100011111110011010100001010110110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112307; }

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

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

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

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

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

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

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

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