#11140C

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

Shades of Pine Tree #11140C

Tints of Pine Tree #11140C

Color information

#11140C (or 0x11140C) is unknown color: approx Pine Tree. HEX triplet: 11, 14 and 0C. RGB value is (17,20,12). Sum of RGB (Red+Green+Blue) = 17+20+12=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #11140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11140C is #EEEBF3. Grayscale: #121212. Windows color (decimal): -15657972 or 791569. OLE color: 791569.

HSL color Cylindrical-coordinate representation of color #11140C: hue angle of 82.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #11140C is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB172012-
CMYK0.1500.400.92
HSL82.5º25%6.27%-
HSV(B)82.5º40%7.84%-
XYZ0.550.650.44-
YUV18.19124.51127.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34.69%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=34.69%
G=40.82%
B=24.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1720120.1500.400.9282.5256.27
Hex1114CF0285C52196
Octal21241417050134122316
Binary10001101001100111101010001011100101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11140C; }

 p { color: rgb(17,20,12); }

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

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

 a { background-color: rgb(17,20,12); }

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

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

 span { border-color: rgb(17,20,12); }

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