#142403

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

Shades of Pine Tree #142403

Tints of Pine Tree #142403

Color information

#142403 (or 0x142403) is unknown color: approx Pine Tree. HEX triplet: 14, 24 and 03. RGB value is (20,36,3). Sum of RGB (Red+Green+Blue) = 20+36+3=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #142403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142403 is #EBDBFC. Grayscale: #1B1B1B. Windows color (decimal): -15457277 or 205844. OLE color: 205844.

HSL color Cylindrical-coordinate representation of color #142403: hue angle of 89.09º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142403 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.86.

Color convert

RGB20363-
CMYK0.4400.920.86
HSL89.09º84.62%7.65%-
HSV(B)89.09º91.67%14.12%-
XYZ0.941.420.31-
YUV27.45114.2122.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 36 (14.45% from 255) = 61.02%
BLUE value IS 3 (1.56% from 255) = 5.08%
R=33.90%
G=61.02%
B=5.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal203630.4400.920.8689.0984.627.65
Hex142432C05C5659558
Octal2444354013412613112510
Binary1010010010011101100010111001010110101100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142403; }

 p { color: rgb(20,36,3); }

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

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

 a { background-color: rgb(20,36,3); }

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

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

 span { border-color: rgb(20,36,3); }

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