#142904

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

Shades of Pine Tree #142904

Tints of Pine Tree #142904

Color information

#142904 (or 0x142904) is unknown color: approx Pine Tree. HEX triplet: 14, 29 and 04. RGB value is (20,41,4). Sum of RGB (Red+Green+Blue) = 20+41+4=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #142904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142904 is #EBD6FB. Grayscale: #1E1E1E. Windows color (decimal): -15455996 or 272660. OLE color: 272660.

HSL color Cylindrical-coordinate representation of color #142904: hue angle of 94.05º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142904 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB20414-
CMYK0.5100.900.84
HSL94.05º82.22%8.82%-
HSV(B)94.05º90.24%16.08%-
XYZ1.11.740.39-
YUV30.5113.04120.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 41 (16.41% from 255) = 63.08%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=30.77%
G=63.08%
B=6.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal204140.5100.900.8494.0582.228.82
Hex142943305A545e529
Octal2451463013212413612211
Binary10100101001100110011010110101010100101111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142904; }

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

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

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

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

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

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

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

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