#1A1F13

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

Shades of Pine Tree #1A1F13

Tints of Pine Tree #1A1F13

Color information

#1A1F13 (or 0x1A1F13) is unknown color: approx Pine Tree. HEX triplet: 1A, 1F and 13. RGB value is (26,31,19). Sum of RGB (Red+Green+Blue) = 26+31+19=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 31 - color contains mainly: green. Hex color #1A1F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1F13 is #E5E0EC. Grayscale: #1C1C1C. Windows color (decimal): -15065325 or 1253146. OLE color: 1253146.

HSL color Cylindrical-coordinate representation of color #1A1F13: hue angle of 85º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1A1F13 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB263119-
CMYK0.1600.390.88
HSL85º24%9.8%-
HSV(B)85º38.71%12.16%-
XYZ1.031.250.8-
YUV28.14122.84126.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.21%
GREEN value IS 31 (12.5% from 255) = 40.79%
BLUE value IS 19 (7.81% from 255) = 25%
R=34.21%
G=40.79%
B=25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2631190.1600.390.8885249.8
Hex1A1F1310027585518a
Octal323723200471301253012
Binary11010111111001110000010011110110001010101110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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