#112407

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

Shades of Pine Tree #112407

Tints of Pine Tree #112407

Color information

#112407 (or 0x112407) is unknown color: approx Pine Tree. HEX triplet: 11, 24 and 07. RGB value is (17,36,7). Sum of RGB (Red+Green+Blue) = 17+36+7=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #112407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112407 is #EEDBF8. Grayscale: #1B1B1B. Windows color (decimal): -15653881 or 467985. OLE color: 467985.

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

Color convert

RGB17367-
CMYK0.5300.810.86
HSL99.31º67.44%8.43%-
HSV(B)99.31º80.56%14.12%-
XYZ0.91.40.42-
YUV27.01116.71120.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.33%
GREEN value IS 36 (14.45% from 255) = 60%
BLUE value IS 7 (3.12% from 255) = 11.67%
R=28.33%
G=60%
B=11.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173670.5300.810.8699.3167.448.43
Hex11247350515663438
Octal2144765012112614310310
Binary10001100100111110101010100011010110110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112407; }

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

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

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

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

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

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

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

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