#101701

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

Shades of Pine Tree #101701

Tints of Pine Tree #101701

Color information

#101701 (or 0x101701) is unknown color: approx Pine Tree. HEX triplet: 10, 17 and 01. RGB value is (16,23,1). Sum of RGB (Red+Green+Blue) = 16+23+1=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #101701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101701 is #EFE8FE. Grayscale: #121212. Windows color (decimal): -15722751 or 71440. OLE color: 71440.

HSL color Cylindrical-coordinate representation of color #101701: hue angle of 79.09º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #101701 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB16231-
CMYK0.3000.960.91
HSL79.09º91.67%4.71%-
HSV(B)79.09º95.65%9.02%-
XYZ0.530.730.14-
YUV18.4118.18126.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 40%
GREEN value IS 23 (9.38% from 255) = 57.5%
BLUE value IS 1 (0.78% from 255) = 2.5%
R=40%
G=57.5%
B=2.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal162310.3000.960.9179.0991.674.71
Hex101711E0605B4f5c5
Octal202713601401331171345
Binary100001011111111001100000101101110011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101701; }

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

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

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

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

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

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

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

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