#1F2415

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

Shades of Pine Tree #1F2415

Tints of Pine Tree #1F2415

Color information

#1F2415 (or 0x1F2415) is unknown color: approx Pine Tree. HEX triplet: 1F, 24 and 15. RGB value is (31,36,21). Sum of RGB (Red+Green+Blue) = 31+36+21=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2415 is #E0DBEA. Grayscale: #202020. Windows color (decimal): -14736363 or 1385503. OLE color: 1385503.

HSL color Cylindrical-coordinate representation of color #1F2415: hue angle of 80º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F2415 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB313621-
CMYK0.1400.420.86
HSL80º26.32%11.18%-
HSV(B)80º41.67%14.12%-
XYZ1.331.610.95-
YUV32.79121.34126.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.23%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 21 (8.59% from 255) = 23.86%
R=35.23%
G=40.91%
B=23.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136210.1400.420.868026.3211.18
Hex1F2415E02A56501ab
Octal374425160521261203213
Binary11111100100101011110010101010101101010000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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