#1F310F

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

Shades of Pine Tree #1F310F

Tints of Pine Tree #1F310F

Color information

#1F310F (or 0x1F310F) is unknown color: approx Pine Tree. HEX triplet: 1F, 31 and 0F. RGB value is (31,49,15). Sum of RGB (Red+Green+Blue) = 31+49+15=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #1F310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F310F is #E0CEF0. Grayscale: #272727. Windows color (decimal): -14733041 or 995615. OLE color: 995615.

HSL color Cylindrical-coordinate representation of color #1F310F: hue angle of 91.76º 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 #1F310F is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB314915-
CMYK0.3700.690.81
HSL91.76º53.12%12.55%-
HSV(B)91.76º69.39%19.22%-
XYZ1.752.520.85-
YUV39.74114.04121.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=32.63%
G=51.58%
B=15.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149150.3700.690.8191.7653.1212.55
Hex1F31F25045515c35d
Octal3761174501051211346515
Binary11111110001111110010101000101101000110111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F310F; }

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

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

<style>
 a { background-color: #1F310F; }

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

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

<style>
 span { border-color: #1F310F; }

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

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