#10120E

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

Shades of Pine Tree #10120E

Tints of Pine Tree #10120E

Color information

#10120E (or 0x10120E) is unknown color: approx Pine Tree. HEX triplet: 10, 12 and 0E. RGB value is (16,18,14). Sum of RGB (Red+Green+Blue) = 16+18+14=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 18 - color contains mainly: green. Hex color #10120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10120E is #EFEDF1. Grayscale: #101010. Windows color (decimal): -15724018 or 922128. OLE color: 922128.

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

Color convert

RGB161814-
CMYK0.1100.220.93
HSL90º12.5%6.27%-
HSV(B)90º22.22%7.06%-
XYZ0.510.570.5-
YUV16.95126.34127.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 37.5%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=33.33%
G=37.5%
B=29.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1618140.1100.220.939012.56.27
Hex1012EB0165D5ad6
Octal20221613026135132156
Binary100001001011101011010110101110110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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