#142501

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

Shades of Pine Tree #142501

Tints of Pine Tree #142501

Color information

#142501 (or 0x142501) is unknown color: approx Pine Tree. HEX triplet: 14, 25 and 01. RGB value is (20,37,1). Sum of RGB (Red+Green+Blue) = 20+37+1=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #142501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142501 is #EBDAFE. Grayscale: #1B1B1B. Windows color (decimal): -15457023 or 75028. OLE color: 75028.

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

Color convert

RGB20371-
CMYK0.4600.970.85
HSL88.33º94.74%7.45%-
HSV(B)88.33º97.3%14.51%-
XYZ0.961.470.26-
YUV27.81112.87122.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 37 (14.84% from 255) = 63.79%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=34.48%
G=63.79%
B=1.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203710.4600.970.8588.3394.747.45
Hex142512E06155585f7
Octal244515601411251301377
Binary10100100101110111001100001101010110110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142501; }

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

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

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

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

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

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

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

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