#20350D

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

Shades of Pine Tree #20350D

Tints of Pine Tree #20350D

Color information

#20350D (or 0x20350D) is unknown color: approx Pine Tree. HEX triplet: 20, 35 and 0D. RGB value is (32,53,13). Sum of RGB (Red+Green+Blue) = 32+53+13=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #20350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20350D is #DFCAF2. Grayscale: #2A2A2A. Windows color (decimal): -14666483 or 865568. OLE color: 865568.

HSL color Cylindrical-coordinate representation of color #20350D: hue angle of 91.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20350D is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB325313-
CMYK0.4000.750.79
HSL91.5º60.61%12.94%-
HSV(B)91.5º75.47%20.78%-
XYZ1.942.880.83-
YUV42.16111.54120.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.65%
GREEN value IS 53 (21.09% from 255) = 54.08%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=32.65%
G=54.08%
B=13.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3253130.4000.750.7991.560.6112.94
Hex2035D2804B4F5c3dd
Octal4065155001131171347515
Binary100000110101110110100001001011100111110111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20350D; }

 p { color: rgb(32,53,13); }

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

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

 a { background-color: rgb(32,53,13); }

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

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

 span { border-color: rgb(32,53,13); }

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