#1F290E

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

Shades of Pine Tree #1F290E

Tints of Pine Tree #1F290E

Color information

#1F290E (or 0x1F290E) is unknown color: approx Pine Tree. HEX triplet: 1F, 29 and 0E. RGB value is (31,41,14). Sum of RGB (Red+Green+Blue) = 31+41+14=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 41 - color contains mainly: green. Hex color #1F290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F290E is #E0D6F1. Grayscale: #232323. Windows color (decimal): -14735090 or 928031. OLE color: 928031.

HSL color Cylindrical-coordinate representation of color #1F290E: hue angle of 82.22º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F290E is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB314114-
CMYK0.2400.660.84
HSL82.22º49.09%10.78%-
HSV(B)82.22º65.85%16.08%-
XYZ1.441.910.71-
YUV34.93116.19125.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 41 (16.41% from 255) = 47.67%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=36.05%
G=47.67%
B=16.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3141140.2400.660.8482.2249.0910.78
Hex1F29E18042545231b
Octal3751163001021241226113
Binary1111110100111101100001000010101010010100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,41,14); }

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

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

 a { background-color: rgb(31,41,14); }

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

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

 span { border-color: rgb(31,41,14); }

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