#171914

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

Shades of Pine Tree #171914

Tints of Pine Tree #171914

Color information

#171914 (or 0x171914) is unknown color: approx Pine Tree. HEX triplet: 17, 19 and 14. RGB value is (23,25,20). Sum of RGB (Red+Green+Blue) = 23+25+20=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 25 - color contains mainly: green. Hex color #171914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171914 is #E8E6EB. Grayscale: #171717. Windows color (decimal): -15263468 or 1317143. OLE color: 1317143.

HSL color Cylindrical-coordinate representation of color #171914: hue angle of 84º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #171914 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB232520-
CMYK0.0800.200.90
HSL84º11.11%8.82%-
HSV(B)84º20%9.8%-
XYZ0.830.930.8-
YUV23.83125.84127.41-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.82%
GREEN value IS 25 (10.16% from 255) = 36.76%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=33.82%
G=36.76%
B=29.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2325200.0800.200.908411.118.82
Hex17191480145A54b9
Octal273124100241321241311
Binary10111110011010010000101001011010101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171914; }

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

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

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

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

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

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

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

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