#143100

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

Shades of Pine Tree #143100

Tints of Pine Tree #143100

Color information

#143100 (or 0x143100) is unknown color: approx Pine Tree. HEX triplet: 14, 31 and 00. RGB value is (20,49,0). Sum of RGB (Red+Green+Blue) = 20+49+0=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 49 (19.53% from 255 or 71.01% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 49 - color contains mainly: green. Hex color #143100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143100 is #EBCEFF. Grayscale: #222222. Windows color (decimal): -15453952 or 12564. OLE color: 12564.

HSL color Cylindrical-coordinate representation of color #143100: hue angle of 95.51º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #143100 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB20490-
CMYK0.59010.81
HSL95.51º100%9.61%-
HSV(B)95.51º100%19.22%-
XYZ1.392.350.38-
YUV34.74108.39117.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 49 (19.53% from 255) = 71.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.99%
G=71.01%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal204900.59010.8195.511009.61
Hex143103B064516064a
Octal2461073014412114014412
Binary101001100010111011011001001010001110000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143100; }

 p { color: rgb(20,49,0); }

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

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

 a { background-color: rgb(20,49,0); }

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

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

 span { border-color: rgb(20,49,0); }

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