#142703

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

Shades of Pine Tree #142703

Tints of Pine Tree #142703

Color information

#142703 (or 0x142703) is unknown color: approx Pine Tree. HEX triplet: 14, 27 and 03. RGB value is (20,39,3). Sum of RGB (Red+Green+Blue) = 20+39+3=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 3 (1.56% from 255 or 4.84% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #142703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142703 is #EBD8FC. Grayscale: #1D1D1D. Windows color (decimal): -15456509 or 206612. OLE color: 206612.

HSL color Cylindrical-coordinate representation of color #142703: hue angle of 91.67º degrees, saturation: 0.86, 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 #142703 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.85.

Color convert

RGB20393-
CMYK0.4900.920.85
HSL91.67º85.71%8.24%-
HSV(B)91.67º92.31%15.29%-
XYZ1.031.610.34-
YUV29.21113.21121.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 39 (15.62% from 255) = 62.90%
BLUE value IS 3 (1.56% from 255) = 4.84%
R=32.26%
G=62.90%
B=4.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203930.4900.920.8591.6785.718.24
Hex142733105C555c568
Octal2447361013412513412610
Binary1010010011111110001010111001010101101110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142703; }

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

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

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

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

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

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

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

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