#1F2418

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

Shades of Pine Tree #1F2418

Tints of Pine Tree #1F2418

Color information

#1F2418 (or 0x1F2418) is unknown color: approx Pine Tree. HEX triplet: 1F, 24 and 18. RGB value is (31,36,24). Sum of RGB (Red+Green+Blue) = 31+36+24=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2418 is #E0DBE7. Grayscale: #212121. Windows color (decimal): -14736360 or 1582111. OLE color: 1582111.

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

Color convert

RGB313624-
CMYK0.1400.330.86
HSL85º20%11.76%-
HSV(B)85º33.33%14.12%-
XYZ1.361.621.1-
YUV33.14122.84126.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.07%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=34.07%
G=39.56%
B=26.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136240.1400.330.86852011.76
Hex1F2418E021565514c
Octal374430160411261252414
Binary11111100100110001110010000110101101010101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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