#163103

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

Shades of Pine Tree #163103

Tints of Pine Tree #163103

Color information

#163103 (or 0x163103) is unknown color: approx Pine Tree. HEX triplet: 16, 31 and 03. RGB value is (22,49,3). Sum of RGB (Red+Green+Blue) = 22+49+3=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #163103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163103 is #E9CEFC. Grayscale: #232323. Windows color (decimal): -15322877 or 209174. OLE color: 209174.

HSL color Cylindrical-coordinate representation of color #163103: hue angle of 95.22º 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 #163103 is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB22493-
CMYK0.5500.940.81
HSL95.22º88.46%10.2%-
HSV(B)95.22º93.88%19.22%-
XYZ1.452.370.47-
YUV35.68109.55118.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.73%
GREEN value IS 49 (19.53% from 255) = 66.22%
BLUE value IS 3 (1.56% from 255) = 4.05%
R=29.73%
G=66.22%
B=4.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal224930.5500.940.8195.2288.4610.2
Hex163133705E515f58a
Octal2661367013612113713012
Binary1011011000111110111010111101010001101111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163103; }

 p { color: rgb(22,49,3); }

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

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

 a { background-color: rgb(22,49,3); }

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

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

 span { border-color: rgb(22,49,3); }

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