#132308

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

Shades of Pine Tree #132308

Tints of Pine Tree #132308

Color information

#132308 (or 0x132308) is unknown color: approx Pine Tree. HEX triplet: 13, 23 and 08. RGB value is (19,35,8). Sum of RGB (Red+Green+Blue) = 19+35+8=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #132308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132308 is #ECDCF7. Grayscale: #1B1B1B. Windows color (decimal): -15523064 or 533267. OLE color: 533267.

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

Color convert

RGB19358-
CMYK0.4600.770.86
HSL95.56º62.79%8.43%-
HSV(B)95.56º77.14%13.73%-
XYZ0.911.360.44-
YUV27.14117.2122.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 35 (14.06% from 255) = 56.45%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=30.65%
G=56.45%
B=12.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal193580.4600.770.8695.5662.798.43
Hex132382E04D56603f8
Octal2343105601151261407710
Binary10011100011100010111001001101101011011000001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132308; }

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

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

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

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

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

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

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

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