#13210B

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

Shades of Pine Tree #13210B

Tints of Pine Tree #13210B

Color information

#13210B (or 0x13210B) is unknown color: approx Pine Tree. HEX triplet: 13, 21 and 0B. RGB value is (19,33,11). Sum of RGB (Red+Green+Blue) = 19+33+11=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #13210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13210B is #ECDEF4. Grayscale: #1A1A1A. Windows color (decimal): -15523573 or 729363. OLE color: 729363.

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

Color convert

RGB193311-
CMYK0.4200.670.87
HSL98.18º50%8.63%-
HSV(B)98.18º66.67%12.94%-
XYZ0.871.250.51-
YUV26.31119.36122.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 33 (13.28% from 255) = 52.38%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=30.16%
G=52.38%
B=17.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933110.4200.670.8798.18508.63
Hex1321B2A0435762329
Octal2341135201031271426211
Binary10011100001101110101001000011101011111000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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