#11150B

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

Shades of Pine Tree #11150B

Tints of Pine Tree #11150B

Color information

#11150B (or 0x11150B) is unknown color: approx Pine Tree. HEX triplet: 11, 15 and 0B. RGB value is (17,21,11). Sum of RGB (Red+Green+Blue) = 17+21+11=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #11150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11150B is #EEEAF4. Grayscale: #121212. Windows color (decimal): -15657717 or 726289. OLE color: 726289.

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

Color convert

RGB172111-
CMYK0.1900.480.92
HSL84º31.25%6.27%-
HSV(B)84º47.62%8.24%-
XYZ0.560.680.42-
YUV18.66123.67126.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34.69%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=34.69%
G=42.86%
B=22.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1721110.1900.480.928431.256.27
Hex1115B130305C541f6
Octal21251323060134124376
Binary100011010110111001101100001011100101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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