#172302

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

Shades of Pine Tree #172302

Tints of Pine Tree #172302

Color information

#172302 (or 0x172302) is unknown color: approx Pine Tree. HEX triplet: 17, 23 and 02. RGB value is (23,35,2). Sum of RGB (Red+Green+Blue) = 23+35+2=60 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.33% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #172302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172302 is #E8DCFD. Grayscale: #1B1B1B. Windows color (decimal): -15260926 or 140055. OLE color: 140055.

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

Color convert

RGB23352-
CMYK0.3400.940.86
HSL81.82º89.19%7.25%-
HSV(B)81.82º94.29%13.73%-
XYZ0.971.390.27-
YUV27.65113.52124.68-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 38.33%
GREEN value IS 35 (14.06% from 255) = 58.33%
BLUE value IS 2 (1.17% from 255) = 3.33%
R=38.33%
G=58.33%
B=3.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal233520.3400.940.8681.8289.197.25
Hex172322205E5652597
Octal274324201361261221317
Binary101111000111010001001011110101011010100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172302; }

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

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

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

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

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

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

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

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