#132305

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

Shades of Pine Tree #132305

Tints of Pine Tree #132305

Color information

#132305 (or 0x132305) is unknown color: approx Pine Tree. HEX triplet: 13, 23 and 05. RGB value is (19,35,5). Sum of RGB (Red+Green+Blue) = 19+35+5=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #132305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132305 is #ECDCFA. Grayscale: #1A1A1A. Windows color (decimal): -15523067 or 336659. OLE color: 336659.

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

Color convert

RGB19355-
CMYK0.4600.860.86
HSL92º75%7.84%-
HSV(B)92º85.71%13.73%-
XYZ0.91.350.36-
YUV26.8115.7122.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 35 (14.06% from 255) = 59.32%
BLUE value IS 5 (2.34% from 255) = 8.47%
R=32.20%
G=59.32%
B=8.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal193550.4600.860.8692757.84
Hex132352E056565c4b8
Octal2343556012612613411310
Binary10011100011101101110010101101010110101110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132305; }

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

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

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

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

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

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

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

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