#20310F

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

Shades of Pine Tree #20310F

Tints of Pine Tree #20310F

Color information

#20310F (or 0x20310F) is unknown color: approx Pine Tree. HEX triplet: 20, 31 and 0F. RGB value is (32,49,15). Sum of RGB (Red+Green+Blue) = 32+49+15=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #20310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20310F is #DFCEF0. Grayscale: #282828. Windows color (decimal): -14667505 or 995616. OLE color: 995616.

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

Color convert

RGB324915-
CMYK0.3500.690.81
HSL90º53.12%12.55%-
HSV(B)90º69.39%19.22%-
XYZ1.782.540.85-
YUV40.04113.87122.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 51.04%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=33.33%
G=51.04%
B=15.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3249150.3500.690.819053.1212.55
Hex2031F23045515a35d
Octal4061174301051211326515
Binary100000110001111110001101000101101000110110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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