#13210C

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

Shades of Pine Tree #13210C

Tints of Pine Tree #13210C

Color information

#13210C (or 0x13210C) is unknown color: approx Pine Tree. HEX triplet: 13, 21 and 0C. RGB value is (19,33,12). Sum of RGB (Red+Green+Blue) = 19+33+12=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #13210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13210C is #ECDEF3. Grayscale: #1A1A1A. Windows color (decimal): -15523572 or 794899. OLE color: 794899.

HSL color Cylindrical-coordinate representation of color #13210C: hue angle of 100º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #13210C is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB193312-
CMYK0.4200.640.87
HSL100º46.67%8.82%-
HSV(B)100º63.64%12.94%-
XYZ0.881.250.54-
YUV26.42119.86122.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 33 (13.28% from 255) = 51.56%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=29.69%
G=51.56%
B=18.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933120.4200.640.8710046.678.82
Hex1321C2A04057642f9
Octal2341145201001271445711
Binary10011100001110010101001000000101011111001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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