#10140D

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

Shades of Pine Tree #10140D

Tints of Pine Tree #10140D

Color information

#10140D (or 0x10140D) is unknown color: approx Pine Tree. HEX triplet: 10, 14 and 0D. RGB value is (16,20,13). Sum of RGB (Red+Green+Blue) = 16+20+13=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #10140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10140D is #EFEBF2. Grayscale: #121212. Windows color (decimal): -15723507 or 857104. OLE color: 857104.

HSL color Cylindrical-coordinate representation of color #10140D: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #10140D is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB162013-
CMYK0.2000.350.92
HSL94.29º21.21%6.47%-
HSV(B)94.29º35%7.84%-
XYZ0.540.640.48-
YUV18.01125.17126.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=32.65%
G=40.82%
B=26.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1620130.2000.350.9294.2921.216.47
Hex1014D140235C5e156
Octal20241524043134136256
Binary100001010011011010001000111011100101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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