#20330D

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

Shades of Pine Tree #20330D

Tints of Pine Tree #20330D

Color information

#20330D (or 0x20330D) is unknown color: approx Pine Tree. HEX triplet: 20, 33 and 0D. RGB value is (32,51,13). Sum of RGB (Red+Green+Blue) = 32+51+13=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #20330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20330D is #DFCCF2. Grayscale: #292929. Windows color (decimal): -14666995 or 865056. OLE color: 865056.

HSL color Cylindrical-coordinate representation of color #20330D: hue angle of 90º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20330D is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB325113-
CMYK0.3700.750.8
HSL90º59.38%12.55%-
HSV(B)90º74.51%20%-
XYZ1.852.70.81-
YUV40.99112.21121.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 53.12%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=33.33%
G=53.12%
B=13.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3251130.3700.750.89059.3812.55
Hex2033D2504B505a3bd
Octal4063154501131201327315
Binary100000110011110110010101001011101000010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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