#10120F

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

Shades of Pine Tree #10120F

Tints of Pine Tree #10120F

Color information

#10120F (or 0x10120F) is unknown color: approx Pine Tree. HEX triplet: 10, 12 and 0F. RGB value is (16,18,15). Sum of RGB (Red+Green+Blue) = 16+18+15=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 18 - color contains mainly: green. Hex color #10120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10120F is #EFEDF0. Grayscale: #111111. Windows color (decimal): -15724017 or 987664. OLE color: 987664.

HSL color Cylindrical-coordinate representation of color #10120F: hue angle of 100º degrees, saturation: 0.09, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #10120F is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB161815-
CMYK0.1100.170.93
HSL100º9.09%6.47%-
HSV(B)100º16.67%7.06%-
XYZ0.520.580.54-
YUV17.06126.84127.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=32.65%
G=36.73%
B=30.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1618150.1100.170.931009.096.47
Hex1012FB0115D6496
Octal20221713021135144116
Binary100001001011111011010001101110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10120F; }

 p { color: rgb(16,18,15); }

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

<style>
 a { background-color: #10120F; }

 a { background-color: rgb(16,18,15); }

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

<style>
 span { border-color: #10120F; }

 span { border-color: rgb(16,18,15); }

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