#142304

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

Shades of Pine Tree #142304

Tints of Pine Tree #142304

Color information

#142304 (or 0x142304) is unknown color: approx Pine Tree. HEX triplet: 14, 23 and 04. RGB value is (20,35,4). Sum of RGB (Red+Green+Blue) = 20+35+4=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #142304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142304 is #EBDCFB. Grayscale: #1B1B1B. Windows color (decimal): -15457532 or 271124. OLE color: 271124.

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

Color convert

RGB20354-
CMYK0.4300.890.86
HSL89.03º79.49%7.65%-
HSV(B)89.03º88.57%13.73%-
XYZ0.911.360.33-
YUV26.98115.03123.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 35 (14.06% from 255) = 59.32%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=33.90%
G=59.32%
B=6.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal203540.4300.890.8689.0379.497.65
Hex142342B05956594f8
Octal2443453013112613111710
Binary10100100011100101011010110011010110101100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142304; }

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

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

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

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

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

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

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

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