#14170F

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

Shades of Pine Tree #14170F

Tints of Pine Tree #14170F

Color information

#14170F (or 0x14170F) is unknown color: approx Pine Tree. HEX triplet: 14, 17 and 0F. RGB value is (20,23,15). Sum of RGB (Red+Green+Blue) = 20+23+15=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #14170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14170F is #EBE8F0. Grayscale: #151515. Windows color (decimal): -15460593 or 988948. OLE color: 988948.

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

Color convert

RGB202315-
CMYK0.1300.350.91
HSL82.5º21.05%7.45%-
HSV(B)82.5º34.78%9.02%-
XYZ0.680.80.57-
YUV21.19124.51127.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 23 (9.38% from 255) = 39.66%
BLUE value IS 15 (6.25% from 255) = 25.86%
R=34.48%
G=39.66%
B=25.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2023150.1300.350.9182.521.057.45
Hex1417FD0235B52157
Octal24271715043133122257
Binary10100101111111110101000111011011101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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