#14180E

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

Shades of Pine Tree #14180E

Tints of Pine Tree #14180E

Color information

#14180E (or 0x14180E) is unknown color: approx Pine Tree. HEX triplet: 14, 18 and 0E. RGB value is (20,24,14). Sum of RGB (Red+Green+Blue) = 20+24+14=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 24 - color contains mainly: green. Hex color #14180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14180E is #EBE7F1. Grayscale: #151515. Windows color (decimal): -15460338 or 923668. OLE color: 923668.

HSL color Cylindrical-coordinate representation of color #14180E: hue angle of 84º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #14180E is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB202414-
CMYK0.1700.420.91
HSL84º26.32%7.45%-
HSV(B)84º41.67%9.41%-
XYZ0.690.830.54-
YUV21.66123.67126.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 24 (9.77% from 255) = 41.38%
BLUE value IS 14 (5.86% from 255) = 24.14%
R=34.48%
G=41.38%
B=24.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2024140.1700.420.918426.327.45
Hex1418E1102A5B541a7
Octal24301621052133124327
Binary101001100011101000101010101011011101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14180E; }

 p { color: rgb(20,24,14); }

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

<style>
 a { background-color: #14180E; }

 a { background-color: rgb(20,24,14); }

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

<style>
 span { border-color: #14180E; }

 span { border-color: rgb(20,24,14); }

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