#1F3104

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

Shades of Pine Tree #1F3104

Tints of Pine Tree #1F3104

Color information

#1F3104 (or 0x1F3104) is unknown color: approx Pine Tree. HEX triplet: 1F, 31 and 04. RGB value is (31,49,4). Sum of RGB (Red+Green+Blue) = 31+49+4=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3104 is #E0CEFB. Grayscale: #262626. Windows color (decimal): -14733052 or 274719. OLE color: 274719.

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

Color convert

RGB31494-
CMYK0.3700.920.81
HSL84º84.91%10.39%-
HSV(B)84º91.84%19.22%-
XYZ1.692.50.51-
YUV38.49108.54122.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.90%
GREEN value IS 49 (19.53% from 255) = 58.33%
BLUE value IS 4 (1.95% from 255) = 4.76%
R=36.90%
G=58.33%
B=4.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal314940.3700.920.818484.9110.39
Hex1F3142505C515455a
Octal3761445013412112412512
Binary11111110001100100101010111001010001101010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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