#142603

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

Shades of Pine Tree #142603

Tints of Pine Tree #142603

Color information

#142603 (or 0x142603) is unknown color: approx Pine Tree. HEX triplet: 14, 26 and 03. RGB value is (20,38,3). Sum of RGB (Red+Green+Blue) = 20+38+3=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #142603 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142603 is #EBD9FC. Grayscale: #1C1C1C. Windows color (decimal): -15456765 or 206356. OLE color: 206356.

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

Color convert

RGB20383-
CMYK0.4700.920.85
HSL90.86º85.37%8.04%-
HSV(B)90.86º92.11%14.9%-
XYZ11.540.33-
YUV28.63113.54121.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.79%
GREEN value IS 38 (15.23% from 255) = 62.30%
BLUE value IS 3 (1.56% from 255) = 4.92%
R=32.79%
G=62.30%
B=4.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203830.4700.920.8590.8685.378.04
Hex142632F05C555b558
Octal2446357013412513312510
Binary1010010011011101111010111001010101101101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142603; }

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

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

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

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

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

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

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

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