#20340A

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

Shades of Pine Tree #20340A

Tints of Pine Tree #20340A

Color information

#20340A (or 0x20340A) is unknown color: approx Pine Tree. HEX triplet: 20, 34 and 0A. RGB value is (32,52,10). Sum of RGB (Red+Green+Blue) = 32+52+10=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #20340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20340A is #DFCBF5. Grayscale: #292929. Windows color (decimal): -14666742 or 668704. OLE color: 668704.

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

Color convert

RGB325210-
CMYK0.3800.810.80
HSL88.57º67.74%12.16%-
HSV(B)88.57º80.77%20.39%-
XYZ1.882.780.73-
YUV41.23110.37121.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.04%
GREEN value IS 52 (20.70% from 255) = 55.32%
BLUE value IS 10 (4.30% from 255) = 10.64%
R=34.04%
G=55.32%
B=10.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3252100.3800.810.8088.5767.7412.16
Hex2034A26051505944c
Octal40641246012112013110414
Binary1000001101001010100110010100011010000101100110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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