#172601

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

Shades of Pine Tree #172601

Tints of Pine Tree #172601

Color information

#172601 (or 0x172601) is unknown color: approx Pine Tree. HEX triplet: 17, 26 and 01. RGB value is (23,38,1). Sum of RGB (Red+Green+Blue) = 23+38+1=62 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.10% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #172601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172601 is #E8D9FE. Grayscale: #1D1D1D. Windows color (decimal): -15260159 or 75287. OLE color: 75287.

HSL color Cylindrical-coordinate representation of color #172601: hue angle of 84.32º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #172601 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB23381-
CMYK0.3900.970.85
HSL84.32º94.87%7.65%-
HSV(B)84.32º97.37%14.9%-
XYZ1.051.570.28-
YUV29.3112.03123.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 37.10%
GREEN value IS 38 (15.23% from 255) = 61.29%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=37.10%
G=61.29%
B=1.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal233810.3900.970.8584.3294.877.65
Hex172612706155545f8
Octal2746147014112512413710
Binary101111001101100111011000011010101101010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172601; }

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

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

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

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

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

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

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

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