#13200B

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

Shades of Pine Tree #13200B

Tints of Pine Tree #13200B

Color information

#13200B (or 0x13200B) is unknown color: approx Pine Tree. HEX triplet: 13, 20 and 0B. RGB value is (19,32,11). Sum of RGB (Red+Green+Blue) = 19+32+11=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #13200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13200B is #ECDFF4. Grayscale: #191919. Windows color (decimal): -15523829 or 729107. OLE color: 729107.

HSL color Cylindrical-coordinate representation of color #13200B: hue angle of 97.14º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #13200B is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB193211-
CMYK0.4100.660.87
HSL97.14º48.84%8.43%-
HSV(B)97.14º65.62%12.55%-
XYZ0.851.20.5-
YUV25.72119.69123.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 32 (12.89% from 255) = 51.61%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=30.65%
G=51.61%
B=17.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1932110.4100.660.8797.1448.848.43
Hex1320B290425761318
Octal2340135101021271416110
Binary10011100000101110100101000010101011111000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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