#11150C

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

Shades of Pine Tree #11150C

Tints of Pine Tree #11150C

Color information

#11150C (or 0x11150C) is unknown color: approx Pine Tree. HEX triplet: 11, 15 and 0C. RGB value is (17,21,12). Sum of RGB (Red+Green+Blue) = 17+21+12=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #11150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11150C is #EEEAF3. Grayscale: #121212. Windows color (decimal): -15657716 or 791825. OLE color: 791825.

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

Color convert

RGB172112-
CMYK0.1900.430.92
HSL86.67º27.27%6.47%-
HSV(B)86.67º42.86%8.24%-
XYZ0.570.680.45-
YUV18.78124.17126.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 21 (8.59% from 255) = 42%
BLUE value IS 12 (5.08% from 255) = 24%
R=34%
G=42%
B=24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1721120.1900.430.9286.6727.276.47
Hex1115C1302B5C571b6
Octal21251423053134127336
Binary100011010111001001101010111011100101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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