#172501

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

Shades of Pine Tree #172501

Tints of Pine Tree #172501

Color information

#172501 (or 0x172501) is unknown color: approx Pine Tree. HEX triplet: 17, 25 and 01. RGB value is (23,37,1). Sum of RGB (Red+Green+Blue) = 23+37+1=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #172501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172501 is #E8DAFE. Grayscale: #1C1C1C. Windows color (decimal): -15260415 or 75031. OLE color: 75031.

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

Color convert

RGB23371-
CMYK0.3800.970.85
HSL83.33º94.74%7.45%-
HSV(B)83.33º97.3%14.51%-
XYZ1.021.510.27-
YUV28.71112.36123.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 37.70%
GREEN value IS 37 (14.84% from 255) = 60.66%
BLUE value IS 1 (0.78% from 255) = 1.64%
R=37.70%
G=60.66%
B=1.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal233710.3800.970.8583.3394.747.45
Hex172512606155535f7
Octal274514601411251231377
Binary10111100101110011001100001101010110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172501; }

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

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

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

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

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

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

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

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