#142006

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

Shades of Pine Tree #142006

Tints of Pine Tree #142006

Color information

#142006 (or 0x142006) is unknown color: approx Pine Tree. HEX triplet: 14, 20 and 06. RGB value is (20,32,6). Sum of RGB (Red+Green+Blue) = 20+32+6=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #142006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142006 is #EBDFF9. Grayscale: #191919. Windows color (decimal): -15458298 or 401428. OLE color: 401428.

HSL color Cylindrical-coordinate representation of color #142006: hue angle of 87.69º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142006 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB20326-
CMYK0.3700.810.87
HSL87.69º68.42%7.45%-
HSV(B)87.69º81.25%12.55%-
XYZ0.841.190.36-
YUV25.45117.02124.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 6 (2.73% from 255) = 10.34%
R=34.48%
G=55.17%
B=10.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal203260.3700.810.8787.6968.427.45
Hex14206250515758447
Octal244064501211271301047
Binary1010010000011010010101010001101011110110001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142006; }

 p { color: rgb(20,32,6); }

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

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

 a { background-color: rgb(20,32,6); }

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

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

 span { border-color: rgb(20,32,6); }

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