#1F2619

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

Shades of Pine Tree #1F2619

Tints of Pine Tree #1F2619

Color information

#1F2619 (or 0x1F2619) is unknown color: approx Pine Tree. HEX triplet: 1F, 26 and 19. RGB value is (31,38,25). Sum of RGB (Red+Green+Blue) = 31+38+25=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #1F2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2619 is #E0D9E6. Grayscale: #222222. Windows color (decimal): -14735847 or 1648159. OLE color: 1648159.

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

Color convert

RGB313825-
CMYK0.1800.340.85
HSL92.31º20.63%12.35%-
HSV(B)92.31º34.21%14.9%-
XYZ1.431.751.18-
YUV34.42122.68125.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=32.98%
G=40.43%
B=26.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3138250.1800.340.8592.3120.6312.35
Hex1F261912022555c15c
Octal374631220421251342514
Binary111111001101100110010010001010101011011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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