#11140E

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

Shades of Pine Tree #11140E

Tints of Pine Tree #11140E

Color information

#11140E (or 0x11140E) is unknown color: approx Pine Tree. HEX triplet: 11, 14 and 0E. RGB value is (17,20,14). Sum of RGB (Red+Green+Blue) = 17+20+14=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 20 - color contains mainly: green. Hex color #11140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11140E is #EEEBF1. Grayscale: #121212. Windows color (decimal): -15657970 or 922641. OLE color: 922641.

HSL color Cylindrical-coordinate representation of color #11140E: hue angle of 90º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #11140E is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB172014-
CMYK0.1500.300.92
HSL90º17.65%6.67%-
HSV(B)90º30%7.84%-
XYZ0.560.650.51-
YUV18.42125.51126.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=33.33%
G=39.22%
B=27.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1720140.1500.300.929017.656.67
Hex1114EF01E5C5a127
Octal21241617036134132227
Binary1000110100111011110111101011100101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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