#14170E

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

Shades of Pine Tree #14170E

Tints of Pine Tree #14170E

Color information

#14170E (or 0x14170E) is unknown color: approx Pine Tree. HEX triplet: 14, 17 and 0E. RGB value is (20,23,14). Sum of RGB (Red+Green+Blue) = 20+23+14=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 23 - color contains mainly: green. Hex color #14170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14170E is #EBE8F1. Grayscale: #151515. Windows color (decimal): -15460594 or 923412. OLE color: 923412.

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

Color convert

RGB202314-
CMYK0.1300.390.91
HSL80º24.32%7.25%-
HSV(B)80º39.13%9.02%-
XYZ0.670.790.53-
YUV21.08124.01127.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=35.09%
G=40.35%
B=24.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2023140.1300.390.918024.327.25
Hex1417ED0275B50187
Octal24271615047133120307
Binary10100101111110110101001111011011101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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