#14170D

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

Shades of Pine Tree #14170D

Tints of Pine Tree #14170D

Color information

#14170D (or 0x14170D) is unknown color: approx Pine Tree. HEX triplet: 14, 17 and 0D. RGB value is (20,23,13). Sum of RGB (Red+Green+Blue) = 20+23+13=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 23 - color contains mainly: green. Hex color #14170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14170D is #EBE8F2. Grayscale: #151515. Windows color (decimal): -15460595 or 857876. OLE color: 857876.

HSL color Cylindrical-coordinate representation of color #14170D: hue angle of 78º 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 #14170D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB202313-
CMYK0.1300.430.91
HSL78º27.78%7.06%-
HSV(B)78º43.48%9.02%-
XYZ0.670.790.5-
YUV20.96123.51127.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 23 (9.38% from 255) = 41.07%
BLUE value IS 13 (5.47% from 255) = 23.21%
R=35.71%
G=41.07%
B=23.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2023130.1300.430.917827.787.06
Hex1417DD02B5B4e1c7
Octal24271515053133116347
Binary10100101111101110101010111011011100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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