#112408

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

Shades of Pine Tree #112408

Tints of Pine Tree #112408

Color information

#112408 (or 0x112408) is unknown color: approx Pine Tree. HEX triplet: 11, 24 and 08. RGB value is (17,36,8). Sum of RGB (Red+Green+Blue) = 17+36+8=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #112408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112408 is #EEDBF7. Grayscale: #1B1B1B. Windows color (decimal): -15653880 or 533521. OLE color: 533521.

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

Color convert

RGB17368-
CMYK0.5300.780.86
HSL100.71º63.64%8.63%-
HSV(B)100.71º77.78%14.12%-
XYZ0.911.40.45-
YUV27.13117.21120.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.87%
GREEN value IS 36 (14.45% from 255) = 59.02%
BLUE value IS 8 (3.52% from 255) = 13.11%
R=27.87%
G=59.02%
B=13.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173680.5300.780.86100.7163.648.63
Hex112483504E5665409
Octal21441065011612614510011
Binary100011001001000110101010011101010110110010110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112408; }

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

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

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

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

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

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

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

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