#132302

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

Shades of Pine Tree #132302

Tints of Pine Tree #132302

Color information

#132302 (or 0x132302) is unknown color: approx Pine Tree. HEX triplet: 13, 23 and 02. RGB value is (19,35,2). Sum of RGB (Red+Green+Blue) = 19+35+2=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #132302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132302 is #ECDCFD. Grayscale: #1A1A1A. Windows color (decimal): -15523070 or 140051. OLE color: 140051.

HSL color Cylindrical-coordinate representation of color #132302: hue angle of 89.09º 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 #132302 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB19352-
CMYK0.4600.940.86
HSL89.09º89.19%7.25%-
HSV(B)89.09º94.29%13.73%-
XYZ0.881.340.27-
YUV26.45114.2122.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 35 (14.06% from 255) = 62.5%
BLUE value IS 2 (1.17% from 255) = 3.57%
R=33.93%
G=62.5%
B=3.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal193520.4600.940.8689.0989.197.25
Hex132322E05E5659597
Octal234325601361261311317
Binary100111000111010111001011110101011010110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132302; }

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

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

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

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

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

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

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

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