#1F3108

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

Shades of Pine Tree #1F3108

Tints of Pine Tree #1F3108

Color information

#1F3108 (or 0x1F3108) is unknown color: approx Pine Tree. HEX triplet: 1F, 31 and 08. RGB value is (31,49,8). Sum of RGB (Red+Green+Blue) = 31+49+8=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3108 is #E0CEF7. Grayscale: #272727. Windows color (decimal): -14733048 or 536863. OLE color: 536863.

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

Color convert

RGB31498-
CMYK0.3700.840.81
HSL86.34º71.93%11.18%-
HSV(B)86.34º83.67%19.22%-
XYZ1.712.510.62-
YUV38.94110.54122.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.23%
GREEN value IS 49 (19.53% from 255) = 55.68%
BLUE value IS 8 (3.52% from 255) = 9.09%
R=35.23%
G=55.68%
B=9.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal314980.3700.840.8186.3471.9311.18
Hex1F31825054515648b
Octal37611045012412112611013
Binary111111100011000100101010101001010001101011010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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