#20310C

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

Shades of Pine Tree #20310C

Tints of Pine Tree #20310C

Color information

#20310C (or 0x20310C) is unknown color: approx Pine Tree. HEX triplet: 20, 31 and 0C. RGB value is (32,49,12). Sum of RGB (Red+Green+Blue) = 32+49+12=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #20310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20310C is #DFCEF3. Grayscale: #272727. Windows color (decimal): -14667508 or 799008. OLE color: 799008.

HSL color Cylindrical-coordinate representation of color #20310C: hue angle of 87.57º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20310C is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB324912-
CMYK0.3500.760.81
HSL87.57º60.66%11.96%-
HSV(B)87.57º75.51%19.22%-
XYZ1.762.530.74-
YUV39.7112.37122.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=34.41%
G=52.69%
B=12.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3249120.3500.760.8187.5760.6611.96
Hex2031C2304C51583dc
Octal4061144301141211307514
Binary100000110001110010001101001100101000110110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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