#14190F

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

Shades of Pine Tree #14190F

Tints of Pine Tree #14190F

Color information

#14190F (or 0x14190F) is unknown color: approx Pine Tree. HEX triplet: 14, 19 and 0F. RGB value is (20,25,15). Sum of RGB (Red+Green+Blue) = 20+25+15=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 25 - color contains mainly: green. Hex color #14190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14190F is #EBE6F0. Grayscale: #161616. Windows color (decimal): -15460081 or 989460. OLE color: 989460.

HSL color Cylindrical-coordinate representation of color #14190F: hue angle of 90º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #14190F is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB202515-
CMYK0.2000.400.90
HSL90º25%7.84%-
HSV(B)90º40%9.8%-
XYZ0.720.880.58-
YUV22.36123.84126.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 41.67%
BLUE value IS 15 (6.25% from 255) = 25%
R=33.33%
G=41.67%
B=25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2025150.2000.400.9090257.84
Hex1419F140285A5a198
Octal243117240501321323110
Binary1010011001111110100010100010110101011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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