#172201

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

Shades of Pine Tree #172201

Tints of Pine Tree #172201

Color information

#172201 (or 0x172201) is unknown color: approx Pine Tree. HEX triplet: 17, 22 and 01. RGB value is (23,34,1). Sum of RGB (Red+Green+Blue) = 23+34+1=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #172201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172201 is #E8DDFE. Grayscale: #1B1B1B. Windows color (decimal): -15261183 or 74263. OLE color: 74263.

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

Color convert

RGB23341-
CMYK0.3200.970.87
HSL80º94.29%6.86%-
HSV(B)80º97.06%13.33%-
XYZ0.931.330.24-
YUV26.95113.36125.18-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 39.66%
GREEN value IS 34 (13.67% from 255) = 58.62%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=39.66%
G=58.62%
B=1.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233410.3200.970.878094.296.86
Hex172212006157505e7
Octal274214001411271201367
Binary10111100010110000001100001101011110100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172201; }

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

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

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

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

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

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

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

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