#1F2513

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

Shades of Pine Tree #1F2513

Tints of Pine Tree #1F2513

Color information

#1F2513 (or 0x1F2513) is unknown color: approx Pine Tree. HEX triplet: 1F, 25 and 13. RGB value is (31,37,19). Sum of RGB (Red+Green+Blue) = 31+37+19=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2513 is #E0DAEC. Grayscale: #212121. Windows color (decimal): -14736109 or 1254687. OLE color: 1254687.

HSL color Cylindrical-coordinate representation of color #1F2513: hue angle of 80º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F2513 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB313719-
CMYK0.1600.490.85
HSL80º32.14%10.98%-
HSV(B)80º48.65%14.51%-
XYZ1.341.660.87-
YUV33.15120.01126.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.63%
GREEN value IS 37 (14.84% from 255) = 42.53%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=35.63%
G=42.53%
B=21.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3137190.1600.490.858032.1410.98
Hex1F251310031555020b
Octal374523200611251204013
Binary1111110010110011100000110001101010110100001000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,19); }

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

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

 a { background-color: rgb(31,37,19); }

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

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

 span { border-color: rgb(31,37,19); }

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