#142004

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

Shades of Pine Tree #142004

Tints of Pine Tree #142004

Color information

#142004 (or 0x142004) is unknown color: approx Pine Tree. HEX triplet: 14, 20 and 04. RGB value is (20,32,4). Sum of RGB (Red+Green+Blue) = 20+32+4=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #142004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142004 is #EBDFFB. Grayscale: #191919. Windows color (decimal): -15458300 or 270356. OLE color: 270356.

HSL color Cylindrical-coordinate representation of color #142004: hue angle of 85.71º 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 #142004 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB20324-
CMYK0.3700.870.87
HSL85.71º77.78%7.06%-
HSV(B)85.71º87.5%12.55%-
XYZ0.831.190.3-
YUV25.22116.02124.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 32 (12.89% from 255) = 57.14%
BLUE value IS 4 (1.95% from 255) = 7.14%
R=35.71%
G=57.14%
B=7.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal203240.3700.870.8785.7177.787.06
Hex142042505757564e7
Octal244044501271271261167
Binary1010010000010010010101010111101011110101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142004; }

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

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

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

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

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

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

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

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