#171C14

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

Shades of Pine Tree #171C14

Tints of Pine Tree #171C14

Color information

#171C14 (or 0x171C14) is unknown color: approx Pine Tree. HEX triplet: 17, 1C and 14. RGB value is (23,28,20). Sum of RGB (Red+Green+Blue) = 23+28+20=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 28 - color contains mainly: green. Hex color #171C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171C14 is #E8E3EB. Grayscale: #191919. Windows color (decimal): -15262700 or 1317911. OLE color: 1317911.

HSL color Cylindrical-coordinate representation of color #171C14: hue angle of 97.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #171C14 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB232820-
CMYK0.1800.290.89
HSL97.5º16.67%9.41%-
HSV(B)97.5º28.57%10.98%-
XYZ0.891.060.82-
YUV25.59124.84126.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 32.39%
GREEN value IS 28 (11.33% from 255) = 39.44%
BLUE value IS 20 (8.20% from 255) = 28.17%
R=32.39%
G=39.44%
B=28.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2328200.1800.290.8997.516.679.41
Hex171C141201D5962119
Octal273424220351311422111
Binary1011111100101001001001110110110011100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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