#142204

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

Shades of Pine Tree #142204

Tints of Pine Tree #142204

Color information

#142204 (or 0x142204) is unknown color: approx Pine Tree. HEX triplet: 14, 22 and 04. RGB value is (20,34,4). Sum of RGB (Red+Green+Blue) = 20+34+4=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #142204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142204 is #EBDDFB. Grayscale: #1A1A1A. Windows color (decimal): -15457788 or 270868. OLE color: 270868.

HSL color Cylindrical-coordinate representation of color #142204: hue angle of 88º degrees, saturation: 0.79, 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 #142204 is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB20344-
CMYK0.4100.880.87
HSL88º78.95%7.45%-
HSV(B)88º88.24%13.33%-
XYZ0.881.30.32-
YUV26.39115.36123.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 34 (13.67% from 255) = 58.62%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=34.48%
G=58.62%
B=6.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal203440.4100.880.878878.957.45
Hex142242905857584f7
Octal244245101301271301177
Binary1010010001010010100101011000101011110110001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142204; }

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

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

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

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

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

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

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

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