#1F2718

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

Shades of Pine Tree #1F2718

Tints of Pine Tree #1F2718

Color information

#1F2718 (or 0x1F2718) is unknown color: approx Pine Tree. HEX triplet: 1F, 27 and 18. RGB value is (31,39,24). Sum of RGB (Red+Green+Blue) = 31+39+24=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2718 is #E0D8E7. Grayscale: #222222. Windows color (decimal): -14735592 or 1582879. OLE color: 1582879.

HSL color Cylindrical-coordinate representation of color #1F2718: hue angle of 92º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F2718 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB313924-
CMYK0.2100.380.85
HSL92º23.81%12.35%-
HSV(B)92º38.46%15.29%-
XYZ1.461.811.14-
YUV34.9121.85125.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 39 (15.62% from 255) = 41.49%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=32.98%
G=41.49%
B=25.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3139240.2100.380.859223.8112.35
Hex1F271815026555c18c
Octal374730250461251343014
Binary111111001111100010101010011010101011011100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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