#1F2613

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

Shades of Pine Tree #1F2613

Tints of Pine Tree #1F2613

Color information

#1F2613 (or 0x1F2613) is unknown color: approx Pine Tree. HEX triplet: 1F, 26 and 13. RGB value is (31,38,19). Sum of RGB (Red+Green+Blue) = 31+38+19=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #1F2613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2613 is #E0D9EC. Grayscale: #212121. Windows color (decimal): -14735853 or 1254943. OLE color: 1254943.

HSL color Cylindrical-coordinate representation of color #1F2613: hue angle of 82.11º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F2613 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB313819-
CMYK0.1800.500.85
HSL82.11º33.33%11.18%-
HSV(B)82.11º50%14.9%-
XYZ1.381.720.88-
YUV33.74119.68126.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.23%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=35.23%
G=43.18%
B=21.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3138190.1800.500.8582.1133.3311.18
Hex1F261312032555221b
Octal374623220621251224113
Binary1111110011010011100100110010101010110100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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