#171C12

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

Shades of Pine Tree #171C12

Tints of Pine Tree #171C12

Color information

#171C12 (or 0x171C12) is unknown color: approx Pine Tree. HEX triplet: 17, 1C and 12. RGB value is (23,28,18). Sum of RGB (Red+Green+Blue) = 23+28+18=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 28 - color contains mainly: green. Hex color #171C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171C12 is #E8E3ED. Grayscale: #191919. Windows color (decimal): -15262702 or 1186839. OLE color: 1186839.

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

Color convert

RGB232818-
CMYK0.1800.360.89
HSL90º21.74%9.02%-
HSV(B)90º35.71%10.98%-
XYZ0.881.060.73-
YUV25.36123.84126.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.33%
GREEN value IS 28 (11.33% from 255) = 40.58%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=33.33%
G=40.58%
B=26.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2328180.1800.360.899021.749.02
Hex171C1212024595a169
Octal273422220441311322611
Binary10111111001001010010010010010110011011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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