#1F2319

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

Shades of Pine Tree #1F2319

Tints of Pine Tree #1F2319

Color information

#1F2319 (or 0x1F2319) is unknown color: approx Pine Tree. HEX triplet: 1F, 23 and 19. RGB value is (31,35,25). Sum of RGB (Red+Green+Blue) = 31+35+25=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2319 is #E0DCE6. Grayscale: #202020. Windows color (decimal): -14736615 or 1647391. OLE color: 1647391.

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

Color convert

RGB313525-
CMYK0.1100.290.86
HSL84º16.67%11.76%-
HSV(B)84º28.57%13.73%-
XYZ1.341.561.15-
YUV32.66123.67126.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.07%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=34.07%
G=38.46%
B=27.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3135250.1100.290.868416.6711.76
Hex1F2319B01D565411c
Octal374331130351261242114
Binary1111110001111001101101110110101101010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,25); }

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

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

 a { background-color: rgb(31,35,25); }

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

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

 span { border-color: rgb(31,35,25); }

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