#172101

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

Shades of Pine Tree #172101

Tints of Pine Tree #172101

Color information

#172101 (or 0x172101) is unknown color: approx Pine Tree. HEX triplet: 17, 21 and 01. RGB value is (23,33,1). Sum of RGB (Red+Green+Blue) = 23+33+1=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #172101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172101 is #E8DEFE. Grayscale: #1A1A1A. Windows color (decimal): -15261439 or 74007. OLE color: 74007.

HSL color Cylindrical-coordinate representation of color #172101: hue angle of 78.75º 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 #172101 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB23331-
CMYK0.3000.970.87
HSL78.75º94.12%6.67%-
HSV(B)78.75º96.97%12.94%-
XYZ0.91.270.23-
YUV26.36113.69125.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 40.35%
GREEN value IS 33 (13.28% from 255) = 57.89%
BLUE value IS 1 (0.78% from 255) = 1.75%
R=40.35%
G=57.89%
B=1.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233310.3000.970.8778.7594.126.67
Hex172111E061574f5e7
Octal274113601411271171367
Binary1011110000111111001100001101011110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172101; }

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

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

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

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

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

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

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

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