#142502

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

Shades of Pine Tree #142502

Tints of Pine Tree #142502

Color information

#142502 (or 0x142502) is unknown color: approx Pine Tree. HEX triplet: 14, 25 and 02. RGB value is (20,37,2). Sum of RGB (Red+Green+Blue) = 20+37+2=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #142502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142502 is #EBDAFD. Grayscale: #1C1C1C. Windows color (decimal): -15457022 or 140564. OLE color: 140564.

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

Color convert

RGB20372-
CMYK0.4600.950.85
HSL89.14º89.74%7.65%-
HSV(B)89.14º94.59%14.51%-
XYZ0.961.480.29-
YUV27.93113.37122.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 37 (14.84% from 255) = 62.71%
BLUE value IS 2 (1.17% from 255) = 3.39%
R=33.90%
G=62.71%
B=3.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203720.4600.950.8589.1489.747.65
Hex142522E05F55595a8
Octal2445256013712513113210
Binary1010010010110101110010111111010101101100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142502; }

 p { color: rgb(20,37,2); }

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

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

 a { background-color: rgb(20,37,2); }

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

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

 span { border-color: rgb(20,37,2); }

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