#1F3110

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

Shades of Pine Tree #1F3110

Tints of Pine Tree #1F3110

Color information

#1F3110 (or 0x1F3110) is unknown color: approx Pine Tree. HEX triplet: 1F, 31 and 10. RGB value is (31,49,16). Sum of RGB (Red+Green+Blue) = 31+49+16=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3110 is #E0CEEF. Grayscale: #272727. Windows color (decimal): -14733040 or 1061151. OLE color: 1061151.

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

Color convert

RGB314916-
CMYK0.3700.670.81
HSL92.73º50.77%12.75%-
HSV(B)92.73º67.35%19.22%-
XYZ1.762.530.89-
YUV39.86114.54121.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.29%
GREEN value IS 49 (19.53% from 255) = 51.04%
BLUE value IS 16 (6.64% from 255) = 16.67%
R=32.29%
G=51.04%
B=16.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149160.3700.670.8192.7350.7712.75
Hex1F311025043515d33d
Octal3761204501031211356315
Binary111111100011000010010101000011101000110111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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