#10120C

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

Shades of Pine Tree #10120C

Tints of Pine Tree #10120C

Color information

#10120C (or 0x10120C) is unknown color: approx Pine Tree. HEX triplet: 10, 12 and 0C. RGB value is (16,18,12). Sum of RGB (Red+Green+Blue) = 16+18+12=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 18 - color contains mainly: green. Hex color #10120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10120C is #EFEDF3. Grayscale: #101010. Windows color (decimal): -15724020 or 791056. OLE color: 791056.

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

Color convert

RGB161812-
CMYK0.1100.330.93
HSL80º20%5.88%-
HSV(B)80º33.33%7.06%-
XYZ0.50.570.43-
YUV16.72125.34127.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.78%
GREEN value IS 18 (7.42% from 255) = 39.13%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=34.78%
G=39.13%
B=26.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1618120.1100.330.9380205.88
Hex1012CB0215D50146
Octal20221413041135120246
Binary10000100101100101101000011011101101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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