#13210A

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

Shades of Pine Tree #13210A

Tints of Pine Tree #13210A

Color information

#13210A (or 0x13210A) is unknown color: approx Pine Tree. HEX triplet: 13, 21 and 0A. RGB value is (19,33,10). Sum of RGB (Red+Green+Blue) = 19+33+10=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #13210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13210A is #ECDEF5. Grayscale: #1A1A1A. Windows color (decimal): -15523574 or 663827. OLE color: 663827.

HSL color Cylindrical-coordinate representation of color #13210A: hue angle of 96.52º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13210A is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.

Color convert

RGB193310-
CMYK0.4200.700.87
HSL96.52º53.49%8.43%-
HSV(B)96.52º69.7%12.94%-
XYZ0.871.250.48-
YUV26.19118.86122.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 33 (13.28% from 255) = 53.23%
BLUE value IS 10 (4.30% from 255) = 16.13%
R=30.65%
G=53.23%
B=16.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933100.4200.700.8796.5253.498.43
Hex1321A2A0465761358
Octal2341125201061271416510
Binary10011100001101010101001000110101011111000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13210A; }

 p { color: rgb(19,33,10); }

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

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

 a { background-color: rgb(19,33,10); }

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

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

 span { border-color: rgb(19,33,10); }

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