#111A0C

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

Shades of Pine Tree #111A0C

Tints of Pine Tree #111A0C

Color information

#111A0C (or 0x111A0C) is unknown color: approx Pine Tree. HEX triplet: 11, 1A and 0C. RGB value is (17,26,12). Sum of RGB (Red+Green+Blue) = 17+26+12=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #111A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A0C is #EEE5F3. Grayscale: #151515. Windows color (decimal): -15656436 or 793105. OLE color: 793105.

HSL color Cylindrical-coordinate representation of color #111A0C: hue angle of 98.57º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #111A0C is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.

Color convert

RGB172612-
CMYK0.3500.540.90
HSL98.57º36.84%7.45%-
HSV(B)98.57º53.85%10.2%-
XYZ0.670.880.48-
YUV21.71122.52124.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 26 (10.55% from 255) = 47.27%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=30.91%
G=47.27%
B=21.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1726120.3500.540.9098.5736.847.45
Hex111AC230365A63257
Octal21321443066132143457
Binary10001110101100100011011011010110101100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111A0C; }

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

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

<style>
 a { background-color: #111A0C; }

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

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

<style>
 span { border-color: #111A0C; }

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

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