#10120D

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

Shades of Pine Tree #10120D

Tints of Pine Tree #10120D

Color information

#10120D (or 0x10120D) is unknown color: approx Pine Tree. HEX triplet: 10, 12 and 0D. RGB value is (16,18,13). Sum of RGB (Red+Green+Blue) = 16+18+13=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 18 - color contains mainly: green. Hex color #10120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10120D is #EFEDF2. Grayscale: #101010. Windows color (decimal): -15724019 or 856592. OLE color: 856592.

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

Color convert

RGB161813-
CMYK0.1100.280.93
HSL84º16.13%6.08%-
HSV(B)84º27.78%7.06%-
XYZ0.50.570.46-
YUV16.83125.84127.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 13 (5.47% from 255) = 27.66%
R=34.04%
G=38.30%
B=27.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1618130.1100.280.938416.136.08
Hex1012DB01C5D54106
Octal20221513034135124206
Binary1000010010110110110111001011101101010010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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