#141A0D

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

Shades of Pine Tree #141A0D

Tints of Pine Tree #141A0D

Color information

#141A0D (or 0x141A0D) is unknown color: approx Pine Tree. HEX triplet: 14, 1A and 0D. RGB value is (20,26,13). Sum of RGB (Red+Green+Blue) = 20+26+13=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 26 - color contains mainly: green. Hex color #141A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A0D is #EBE5F2. Grayscale: #161616. Windows color (decimal): -15459827 or 858644. OLE color: 858644.

HSL color Cylindrical-coordinate representation of color #141A0D: hue angle of 87.69º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #141A0D is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB202613-
CMYK0.2300.50.90
HSL87.69º33.33%7.65%-
HSV(B)87.69º50%10.2%-
XYZ0.730.920.52-
YUV22.72122.51126.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 26 (10.55% from 255) = 44.07%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=33.90%
G=44.07%
B=22.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2026130.2300.50.9087.6933.337.65
Hex141AD170325A58218
Octal243215270621321304110
Binary10100110101101101110110010101101010110001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A0D; }

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

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

<style>
 a { background-color: #141A0D; }

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

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

<style>
 span { border-color: #141A0D; }

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

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