#1A1F12

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

Shades of Pine Tree #1A1F12

Tints of Pine Tree #1A1F12

Color information

#1A1F12 (or 0x1A1F12) is unknown color: approx Pine Tree. HEX triplet: 1A, 1F and 12. RGB value is (26,31,18). Sum of RGB (Red+Green+Blue) = 26+31+18=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #1A1F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1F12 is #E5E0ED. Grayscale: #1C1C1C. Windows color (decimal): -15065326 or 1187610. OLE color: 1187610.

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

Color convert

RGB263118-
CMYK0.1600.420.88
HSL83.08º26.53%9.61%-
HSV(B)83.08º41.94%12.16%-
XYZ1.031.240.76-
YUV28.02122.34126.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 18 (7.42% from 255) = 24%
R=34.67%
G=41.33%
B=24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2631180.1600.420.8883.0826.539.61
Hex1A1F121002A58531ba
Octal323722200521301233312
Binary11010111111001010000010101010110001010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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