#1F2815

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

Shades of Pine Tree #1F2815

Tints of Pine Tree #1F2815

Color information

#1F2815 (or 0x1F2815) is unknown color: approx Pine Tree. HEX triplet: 1F, 28 and 15. RGB value is (31,40,21). Sum of RGB (Red+Green+Blue) = 31+40+21=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2815 is #E0D7EA. Grayscale: #232323. Windows color (decimal): -14735339 or 1386527. OLE color: 1386527.

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

Color convert

RGB314021-
CMYK0.2200.480.84
HSL88.42º31.15%11.96%-
HSV(B)88.42º47.5%15.69%-
XYZ1.461.860.99-
YUV35.14120.02125.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.70%
GREEN value IS 40 (16.02% from 255) = 43.48%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=33.70%
G=43.48%
B=22.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3140210.2200.480.8488.4231.1511.96
Hex1F28151603054581fc
Octal375025260601241303714
Binary111111010001010110110011000010101001011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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