#11140B

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

Shades of Pine Tree #11140B

Tints of Pine Tree #11140B

Color information

#11140B (or 0x11140B) is unknown color: approx Pine Tree. HEX triplet: 11, 14 and 0B. RGB value is (17,20,11). Sum of RGB (Red+Green+Blue) = 17+20+11=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 20 - color contains mainly: green. Hex color #11140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11140B is #EEEBF4. Grayscale: #121212. Windows color (decimal): -15657973 or 726033. OLE color: 726033.

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

Color convert

RGB172011-
CMYK0.1500.450.92
HSL80º29.03%6.08%-
HSV(B)80º45%7.84%-
XYZ0.540.640.41-
YUV18.08124.01127.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=35.42%
G=41.67%
B=22.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1720110.1500.450.928029.036.08
Hex1114BF02D5C501d6
Octal21241317055134120356
Binary10001101001011111101011011011100101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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