#142008

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

Shades of Pine Tree #142008

Tints of Pine Tree #142008

Color information

#142008 (or 0x142008) is unknown color: approx Pine Tree. HEX triplet: 14, 20 and 08. RGB value is (20,32,8). Sum of RGB (Red+Green+Blue) = 20+32+8=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #142008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142008 is #EBDFF7. Grayscale: #191919. Windows color (decimal): -15458296 or 532500. OLE color: 532500.

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

Color convert

RGB20328-
CMYK0.3700.750.87
HSL90º60%7.84%-
HSV(B)90º75%12.55%-
XYZ0.851.20.42-
YUV25.68118.02123.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 53.33%
BLUE value IS 8 (3.52% from 255) = 13.33%
R=33.33%
G=53.33%
B=13.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal203280.3700.750.8790607.84
Hex142082504B575a3c8
Octal2440104501131271327410
Binary10100100000100010010101001011101011110110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142008; }

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

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

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

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

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

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

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

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