#20330C

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

Shades of Pine Tree #20330C

Tints of Pine Tree #20330C

Color information

#20330C (or 0x20330C) is unknown color: approx Pine Tree. HEX triplet: 20, 33 and 0C. RGB value is (32,51,12). Sum of RGB (Red+Green+Blue) = 32+51+12=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #20330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20330C is #DFCCF3. Grayscale: #292929. Windows color (decimal): -14666996 or 799520. OLE color: 799520.

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

Color convert

RGB325112-
CMYK0.3700.760.8
HSL89.23º61.9%12.35%-
HSV(B)89.23º76.47%20%-
XYZ1.852.70.77-
YUV40.87111.71121.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 51 (20.31% from 255) = 53.68%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=33.68%
G=53.68%
B=12.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3251120.3700.760.889.2361.912.35
Hex2033C2504C50593ec
Octal4063144501141201317614
Binary100000110011110010010101001100101000010110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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