#14190A

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

Shades of Pine Tree #14190A

Tints of Pine Tree #14190A

Color information

#14190A (or 0x14190A) is unknown color: approx Pine Tree. HEX triplet: 14, 19 and 0A. RGB value is (20,25,10). Sum of RGB (Red+Green+Blue) = 20+25+10=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 25 - color contains mainly: green. Hex color #14190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14190A is #EBE6F5. Grayscale: #151515. Windows color (decimal): -15460086 or 661780. OLE color: 661780.

HSL color Cylindrical-coordinate representation of color #14190A: hue angle of 80º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14190A is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB202510-
CMYK0.2000.600.90
HSL80º42.86%6.86%-
HSV(B)80º60%9.8%-
XYZ0.690.870.42-
YUV21.8121.34126.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 25 (10.16% from 255) = 45.45%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=36.36%
G=45.45%
B=18.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2025100.2000.600.908042.866.86
Hex1419A1403C5A502b7
Octal24311224074132120537
Binary1010011001101010100011110010110101010000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14190A; }

 p { color: rgb(20,25,10); }

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

<style>
 a { background-color: #14190A; }

 a { background-color: rgb(20,25,10); }

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

<style>
 span { border-color: #14190A; }

 span { border-color: rgb(20,25,10); }

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