#20350A

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

Shades of Pine Tree #20350A

Tints of Pine Tree #20350A

Color information

#20350A (or 0x20350A) is unknown color: approx Pine Tree. HEX triplet: 20, 35 and 0A. RGB value is (32,53,10). Sum of RGB (Red+Green+Blue) = 32+53+10=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 53 (21.09% from 255 or 55.79% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 53 - color contains mainly: green. Hex color #20350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20350A is #DFCAF5. Grayscale: #292929. Windows color (decimal): -14666486 or 668960. OLE color: 668960.

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

Color convert

RGB325310-
CMYK0.4000.810.79
HSL89.3º68.25%12.35%-
HSV(B)89.3º81.13%20.78%-
XYZ1.922.880.74-
YUV41.82110.04121-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 53 (21.09% from 255) = 55.79%
BLUE value IS 10 (4.30% from 255) = 10.53%
R=33.68%
G=55.79%
B=10.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3253100.4000.810.7989.368.2512.35
Hex2035A280514F5944c
Octal40651250012111713110414
Binary1000001101011010101000010100011001111101100110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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