#10170D

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

Shades of Pine Tree #10170D

Tints of Pine Tree #10170D

Color information

#10170D (or 0x10170D) is unknown color: approx Pine Tree. HEX triplet: 10, 17 and 0D. RGB value is (16,23,13). Sum of RGB (Red+Green+Blue) = 16+23+13=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #10170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10170D is #EFE8F2. Grayscale: #131313. Windows color (decimal): -15722739 or 857872. OLE color: 857872.

HSL color Cylindrical-coordinate representation of color #10170D: hue angle of 102º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #10170D is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB162313-
CMYK0.3000.430.91
HSL102º27.78%7.06%-
HSV(B)102º43.48%9.02%-
XYZ0.590.750.49-
YUV19.77124.18125.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.77%
GREEN value IS 23 (9.38% from 255) = 44.23%
BLUE value IS 13 (5.47% from 255) = 25%
R=30.77%
G=44.23%
B=25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1623130.3000.430.9110227.787.06
Hex1017D1E02B5B661c7
Octal20271536053133146347
Binary100001011111011111001010111011011110011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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