#142701

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

Shades of Pine Tree #142701

Tints of Pine Tree #142701

Color information

#142701 (or 0x142701) is unknown color: approx Pine Tree. HEX triplet: 14, 27 and 01. RGB value is (20,39,1). Sum of RGB (Red+Green+Blue) = 20+39+1=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #142701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142701 is #EBD8FE. Grayscale: #1D1D1D. Windows color (decimal): -15456511 or 75540. OLE color: 75540.

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

Color convert

RGB20391-
CMYK0.4900.970.85
HSL90º95%7.84%-
HSV(B)90º97.44%15.29%-
XYZ1.021.60.28-
YUV28.99112.21121.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 65%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=33.33%
G=65%
B=1.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203910.4900.970.8590957.84
Hex1427131061555a5f8
Octal2447161014112513213710
Binary101001001111110001011000011010101101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142701; }

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

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

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

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

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

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

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

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