#1F310D

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

Shades of Pine Tree #1F310D

Tints of Pine Tree #1F310D

Color information

#1F310D (or 0x1F310D) is unknown color: approx Pine Tree. HEX triplet: 1F, 31 and 0D. RGB value is (31,49,13). Sum of RGB (Red+Green+Blue) = 31+49+13=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #1F310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F310D is #E0CEF2. Grayscale: #272727. Windows color (decimal): -14733043 or 864543. OLE color: 864543.

HSL color Cylindrical-coordinate representation of color #1F310D: hue angle of 90º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F310D is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB314913-
CMYK0.3700.730.81
HSL90º58.06%12.16%-
HSV(B)90º73.47%19.22%-
XYZ1.742.520.78-
YUV39.51113.04121.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=33.33%
G=52.69%
B=13.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149130.3700.730.819058.0612.16
Hex1F31D25049515a3ac
Octal3761154501111211327214
Binary11111110001110110010101001001101000110110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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