#20340C

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

Shades of Pine Tree #20340C

Tints of Pine Tree #20340C

Color information

#20340C (or 0x20340C) is unknown color: approx Pine Tree. HEX triplet: 20, 34 and 0C. RGB value is (32,52,12). Sum of RGB (Red+Green+Blue) = 32+52+12=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #20340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20340C is #DFCBF3. Grayscale: #292929. Windows color (decimal): -14666740 or 799776. OLE color: 799776.

HSL color Cylindrical-coordinate representation of color #20340C: hue angle of 90º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20340C is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB325212-
CMYK0.3800.770.80
HSL90º62.5%12.55%-
HSV(B)90º76.92%20.39%-
XYZ1.892.790.79-
YUV41.46111.37121.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 54.17%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=33.33%
G=54.17%
B=12.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3252120.3800.770.809062.512.55
Hex2034C2604D505a3ed
Octal4064144601151201327615
Binary100000110100110010011001001101101000010110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,52,12); }

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

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

 a { background-color: rgb(32,52,12); }

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

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

 span { border-color: rgb(32,52,12); }

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