#132301

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

Shades of Pine Tree #132301

Tints of Pine Tree #132301

Color information

#132301 (or 0x132301) is unknown color: approx Pine Tree. HEX triplet: 13, 23 and 01. RGB value is (19,35,1). Sum of RGB (Red+Green+Blue) = 19+35+1=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #132301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132301 is #ECDCFE. Grayscale: #1A1A1A. Windows color (decimal): -15523071 or 74515. OLE color: 74515.

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

Color convert

RGB19351-
CMYK0.4600.970.86
HSL88.24º94.44%7.06%-
HSV(B)88.24º97.14%13.73%-
XYZ0.881.340.24-
YUV26.34113.7122.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 35 (14.06% from 255) = 63.64%
BLUE value IS 1 (0.78% from 255) = 1.82%
R=34.55%
G=63.64%
B=1.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal193510.4600.970.8688.2494.447.06
Hex132312E06156585e7
Octal234315601411261301367
Binary10011100011110111001100001101011010110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132301; }

 p { color: rgb(19,35,1); }

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

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

 a { background-color: rgb(19,35,1); }

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

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

 span { border-color: rgb(19,35,1); }

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