#173201

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

Shades of Pine Tree #173201

Tints of Pine Tree #173201

Color information

#173201 (or 0x173201) is unknown color: approx Pine Tree. HEX triplet: 17, 32 and 01. RGB value is (23,50,1). Sum of RGB (Red+Green+Blue) = 23+50+1=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #173201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #173201 is #E8CDFE. Grayscale: #242424. Windows color (decimal): -15257087 or 78359. OLE color: 78359.

HSL color Cylindrical-coordinate representation of color #173201: hue angle of 93.06º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #173201 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB23501-
CMYK0.5400.980.80
HSL93.06º96.08%10%-
HSV(B)93.06º98%19.61%-
XYZ1.52.470.43-
YUV36.34108.05118.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.08%
GREEN value IS 50 (19.92% from 255) = 67.57%
BLUE value IS 1 (0.78% from 255) = 1.35%
R=31.08%
G=67.57%
B=1.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal235010.5400.980.8093.0696.0810
Hex1732136062505d60a
Octal2762166014212013514012
Binary101111100101110110011000101010000101110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173201; }

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

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

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

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

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

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

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

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