#1F2816

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

Shades of Pine Tree #1F2816

Tints of Pine Tree #1F2816

Color information

#1F2816 (or 0x1F2816) is unknown color: approx Pine Tree. HEX triplet: 1F, 28 and 16. RGB value is (31,40,22). Sum of RGB (Red+Green+Blue) = 31+40+22=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2816 is #E0D7E9. Grayscale: #232323. Windows color (decimal): -14735338 or 1452063. OLE color: 1452063.

HSL color Cylindrical-coordinate representation of color #1F2816: hue angle of 90º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F2816 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB314022-
CMYK0.2200.450.84
HSL90º29.03%12.16%-
HSV(B)90º45%15.69%-
XYZ1.471.871.04-
YUV35.26120.52124.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 43.01%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=33.33%
G=43.01%
B=23.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3140220.2200.450.849029.0312.16
Hex1F28161602D545a1dc
Octal375026260551241323514
Binary111111010001011010110010110110101001011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,40,22); }

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

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

 a { background-color: rgb(31,40,22); }

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

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

 span { border-color: rgb(31,40,22); }

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