#141712

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

Shades of Pine Tree #141712

Tints of Pine Tree #141712

Color information

#141712 (or 0x141712) is unknown color: approx Pine Tree. HEX triplet: 14, 17 and 12. RGB value is (20,23,18). Sum of RGB (Red+Green+Blue) = 20+23+18=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 23 - color contains mainly: green. Hex color #141712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141712 is #EBE8ED. Grayscale: #151515. Windows color (decimal): -15460590 or 1185556. OLE color: 1185556.

HSL color Cylindrical-coordinate representation of color #141712: hue angle of 96º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #141712 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB202318-
CMYK0.1300.220.91
HSL96º12.2%8.04%-
HSV(B)96º21.74%9.02%-
XYZ0.70.810.69-
YUV21.53126.01126.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.79%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=32.79%
G=37.70%
B=29.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2023180.1300.220.919612.28.04
Hex141712D0165B60c8
Octal242722150261331401410
Binary10100101111001011010101101011011110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141712; }

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

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

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

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

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

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

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

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