#1A1F14

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

Shades of Pine Tree #1A1F14

Tints of Pine Tree #1A1F14

Color information

#1A1F14 (or 0x1A1F14) is unknown color: approx Pine Tree. HEX triplet: 1A, 1F and 14. RGB value is (26,31,20). Sum of RGB (Red+Green+Blue) = 26+31+20=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 31 - color contains mainly: green. Hex color #1A1F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1F14 is #E5E0EB. Grayscale: #1C1C1C. Windows color (decimal): -15065324 or 1318682. OLE color: 1318682.

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

Color convert

RGB263120-
CMYK0.1600.350.88
HSL87.27º21.57%10%-
HSV(B)87.27º35.48%12.16%-
XYZ1.041.250.85-
YUV28.25123.34126.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.77%
GREEN value IS 31 (12.5% from 255) = 40.26%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=33.77%
G=40.26%
B=25.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2631200.1600.350.8887.2721.5710
Hex1A1F1410023585716a
Octal323724200431301272612
Binary11010111111010010000010001110110001010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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