#171F0E

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

Shades of Pine Tree #171F0E

Tints of Pine Tree #171F0E

Color information

#171F0E (or 0x171F0E) is unknown color: approx Pine Tree. HEX triplet: 17, 1F and 0E. RGB value is (23,31,14). Sum of RGB (Red+Green+Blue) = 23+31+14=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #171F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171F0E is #E8E0F1. Grayscale: #1A1A1A. Windows color (decimal): -15261938 or 925463. OLE color: 925463.

HSL color Cylindrical-coordinate representation of color #171F0E: hue angle of 88.24º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #171F0E is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.

Color convert

RGB233114-
CMYK0.2600.550.88
HSL88.24º37.78%8.82%-
HSV(B)88.24º54.84%12.16%-
XYZ0.921.190.6-
YUV26.67120.85125.38-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.82%
GREEN value IS 31 (12.5% from 255) = 45.59%
BLUE value IS 14 (5.86% from 255) = 20.59%
R=33.82%
G=45.59%
B=20.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2331140.2600.550.8888.2437.788.82
Hex171FE1A0375858269
Octal273716320671301304611
Binary10111111111110110100110111101100010110001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,31,14); }

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

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

 a { background-color: rgb(23,31,14); }

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

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

 span { border-color: rgb(23,31,14); }

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