#171A14

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

Shades of Pine Tree #171A14

Tints of Pine Tree #171A14

Color information

#171A14 (or 0x171A14) is unknown color: approx Pine Tree. HEX triplet: 17, 1A and 14. RGB value is (23,26,20). Sum of RGB (Red+Green+Blue) = 23+26+20=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 26 - color contains mainly: green. Hex color #171A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171A14 is #E8E5EB. Grayscale: #181818. Windows color (decimal): -15263212 or 1317399. OLE color: 1317399.

HSL color Cylindrical-coordinate representation of color #171A14: hue angle of 90º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #171A14 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.

Color convert

RGB232620-
CMYK0.1200.230.90
HSL90º13.04%9.02%-
HSV(B)90º23.08%10.2%-
XYZ0.850.970.8-
YUV24.42125.51126.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.33%
GREEN value IS 26 (10.55% from 255) = 37.68%
BLUE value IS 20 (8.20% from 255) = 28.99%
R=33.33%
G=37.68%
B=28.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2326200.1200.230.909013.049.02
Hex171A14C0175A5ad9
Octal273224140271321321511
Binary10111110101010011000101111011010101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171A14; }

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

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

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

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

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

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

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

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