#111C0A

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

Shades of Pine Tree #111C0A

Tints of Pine Tree #111C0A

Color information

#111C0A (or 0x111C0A) is unknown color: approx Pine Tree. HEX triplet: 11, 1C and 0A. RGB value is (17,28,10). Sum of RGB (Red+Green+Blue) = 17+28+10=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #111C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C0A is #EEE3F5. Grayscale: #161616. Windows color (decimal): -15655926 or 662545. OLE color: 662545.

HSL color Cylindrical-coordinate representation of color #111C0A: hue angle of 96.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #111C0A is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.

Color convert

RGB172810-
CMYK0.3900.640.89
HSL96.67º47.37%7.45%-
HSV(B)96.67º64.29%10.98%-
XYZ0.70.970.44-
YUV22.66120.86123.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 28 (11.33% from 255) = 50.91%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=30.91%
G=50.91%
B=18.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1728100.3900.640.8996.6747.377.45
Hex111CA2704059612f7
Octal213412470100131141577
Binary100011110010101001110100000010110011100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,28,10); }

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

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

 a { background-color: rgb(17,28,10); }

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

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

 span { border-color: rgb(17,28,10); }

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