#11180C

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

Shades of Pine Tree #11180C

Tints of Pine Tree #11180C

Color information

#11180C (or 0x11180C) is unknown color: approx Pine Tree. HEX triplet: 11, 18 and 0C. RGB value is (17,24,12). Sum of RGB (Red+Green+Blue) = 17+24+12=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #11180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11180C is #EEE7F3. Grayscale: #141414. Windows color (decimal): -15656948 or 792593. OLE color: 792593.

HSL color Cylindrical-coordinate representation of color #11180C: hue angle of 95º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #11180C is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB172412-
CMYK0.2900.500.91
HSL95º33.33%7.06%-
HSV(B)95º50%9.41%-
XYZ0.620.80.47-
YUV20.54123.18125.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 24 (9.77% from 255) = 45.28%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=32.08%
G=45.28%
B=22.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1724120.2900.500.919533.337.06
Hex1118C1D0325B5f217
Octal21301435062133137417
Binary1000111000110011101011001010110111011111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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