#142001

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

Shades of Pine Tree #142001

Tints of Pine Tree #142001

Color information

#142001 (or 0x142001) is unknown color: approx Pine Tree. HEX triplet: 14, 20 and 01. RGB value is (20,32,1). Sum of RGB (Red+Green+Blue) = 20+32+1=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #142001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142001 is #EBDFFE. Grayscale: #181818. Windows color (decimal): -15458303 or 73748. OLE color: 73748.

HSL color Cylindrical-coordinate representation of color #142001: hue angle of 83.23º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #142001 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB20321-
CMYK0.3700.970.87
HSL83.23º93.94%6.47%-
HSV(B)83.23º96.88%12.55%-
XYZ0.811.180.21-
YUV24.88114.52124.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 32 (12.89% from 255) = 60.38%
BLUE value IS 1 (0.78% from 255) = 1.89%
R=37.74%
G=60.38%
B=1.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal203210.3700.970.8783.2393.946.47
Hex142012506157535e6
Octal244014501411271231366
Binary10100100000110010101100001101011110100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142001; }

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

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

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

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

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

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

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

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