#143003

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

Shades of Pine Tree #143003

Tints of Pine Tree #143003

Color information

#143003 (or 0x143003) is unknown color: approx Pine Tree. HEX triplet: 14, 30 and 03. RGB value is (20,48,3). Sum of RGB (Red+Green+Blue) = 20+48+3=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #143003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143003 is #EBCFFC. Grayscale: #222222. Windows color (decimal): -15454205 or 208916. OLE color: 208916.

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

Color convert

RGB20483-
CMYK0.5800.940.81
HSL97.33º88.24%10%-
HSV(B)97.33º93.75%18.82%-
XYZ1.362.270.45-
YUV34.5110.22117.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 48 (19.14% from 255) = 67.61%
BLUE value IS 3 (1.56% from 255) = 4.23%
R=28.17%
G=67.61%
B=4.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal204830.5800.940.8197.3388.2410
Hex143033A05E516158a
Octal2460372013612114113012
Binary1010011000011111010010111101010001110000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143003; }

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

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

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

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

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

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

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

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