#172300

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

Shades of Pine Tree #172300

Tints of Pine Tree #172300

Color information

#172300 (or 0x172300) is unknown color: approx Pine Tree. HEX triplet: 17, 23 and 00. RGB value is (23,35,0). Sum of RGB (Red+Green+Blue) = 23+35+0=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #172300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172300 is #E8DCFF. Grayscale: #1B1B1B. Windows color (decimal): -15260928 or 8983. OLE color: 8983.

HSL color Cylindrical-coordinate representation of color #172300: hue angle of 80.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #172300 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB23350-
CMYK0.34010.86
HSL80.57º100%6.86%-
HSV(B)80.57º100%13.73%-
XYZ0.951.380.22-
YUV27.42112.52124.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 39.66%
GREEN value IS 35 (14.06% from 255) = 60.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.66%
G=60.34%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal233500.34010.8680.571006.86
Hex17230220645651647
Octal274304201441261211447
Binary10111100011010001001100100101011010100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172300; }

 p { color: rgb(23,35,0); }

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

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

 a { background-color: rgb(23,35,0); }

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

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

 span { border-color: rgb(23,35,0); }

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