#142104

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

Shades of Pine Tree #142104

Tints of Pine Tree #142104

Color information

#142104 (or 0x142104) is unknown color: approx Pine Tree. HEX triplet: 14, 21 and 04. RGB value is (20,33,4). Sum of RGB (Red+Green+Blue) = 20+33+4=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #142104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142104 is #EBDEFB. Grayscale: #191919. Windows color (decimal): -15458044 or 270612. OLE color: 270612.

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

Color convert

RGB20334-
CMYK0.3900.880.87
HSL86.9º78.38%7.25%-
HSV(B)86.9º87.88%12.94%-
XYZ0.851.250.31-
YUV25.81115.69123.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 33 (13.28% from 255) = 57.89%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=35.09%
G=57.89%
B=7.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal203340.3900.880.8786.978.387.25
Hex142142705857574e7
Octal244144701301271271167
Binary1010010000110010011101011000101011110101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142104; }

 p { color: rgb(20,33,4); }

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

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

 a { background-color: rgb(20,33,4); }

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

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

 span { border-color: rgb(20,33,4); }

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