#171C0C

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

Shades of Pine Tree #171C0C

Tints of Pine Tree #171C0C

Color information

#171C0C (or 0x171C0C) is unknown color: approx Pine Tree. HEX triplet: 17, 1C and 0C. RGB value is (23,28,12). Sum of RGB (Red+Green+Blue) = 23+28+12=63 (8% of max value = 765). Red value is 23 (9.38% from 255 or 36.51% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #171C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171C0C is #E8E3F3. Grayscale: #181818. Windows color (decimal): -15262708 or 793623. OLE color: 793623.

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

Color convert

RGB232812-
CMYK0.1800.570.89
HSL78.75º40%7.84%-
HSV(B)78.75º57.14%10.98%-
XYZ0.831.040.5-
YUV24.68120.84126.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 36.51%
GREEN value IS 28 (11.33% from 255) = 44.44%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=36.51%
G=44.44%
B=19.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2328120.1800.570.8978.75407.84
Hex171CC12039594f288
Octal273414220711311175010
Binary10111111001100100100111001101100110011111010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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