#172301

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

Shades of Pine Tree #172301

Tints of Pine Tree #172301

Color information

#172301 (or 0x172301) is unknown color: approx Pine Tree. HEX triplet: 17, 23 and 01. RGB value is (23,35,1). Sum of RGB (Red+Green+Blue) = 23+35+1=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #172301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172301 is #E8DCFE. Grayscale: #1B1B1B. Windows color (decimal): -15260927 or 74519. OLE color: 74519.

HSL color Cylindrical-coordinate representation of color #172301: hue angle of 81.18º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #172301 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB23351-
CMYK0.3400.970.86
HSL81.18º94.44%7.06%-
HSV(B)81.18º97.14%13.73%-
XYZ0.961.390.25-
YUV27.54113.02124.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 38.98%
GREEN value IS 35 (14.06% from 255) = 59.32%
BLUE value IS 1 (0.78% from 255) = 1.69%
R=38.98%
G=59.32%
B=1.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal233510.3400.970.8681.1894.447.06
Hex172312206156515e7
Octal274314201411261211367
Binary10111100011110001001100001101011010100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172301; }

 p { color: rgb(23,35,1); }

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

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

 a { background-color: rgb(23,35,1); }

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

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

 span { border-color: rgb(23,35,1); }

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