#143000

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

Shades of Pine Tree #143000

Tints of Pine Tree #143000

Color information

#143000 (or 0x143000) is unknown color: approx Pine Tree. HEX triplet: 14, 30 and 00. RGB value is (20,48,0). Sum of RGB (Red+Green+Blue) = 20+48+0=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #143000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143000 is #EBCFFF. Grayscale: #222222. Windows color (decimal): -15454208 or 12308. OLE color: 12308.

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

Color convert

RGB20480-
CMYK0.58010.81
HSL95º100%9.41%-
HSV(B)95º100%18.82%-
XYZ1.352.260.37-
YUV34.16108.72117.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 48 (19.14% from 255) = 70.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.41%
G=70.59%
B=0%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal204800.58010.81951009.41
Hex143003A064515f649
Octal2460072014412113714411
Binary101001100000111010011001001010001101111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143000; }

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

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

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

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

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

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

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

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