#071103

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

Shades of Pine Tree #071103

Tints of Pine Tree #071103

Color information

#071103 (or 0x071103) is unknown color: approx Pine Tree. HEX triplet: 07, 11 and 03. RGB value is (7,17,3). Sum of RGB (Red+Green+Blue) = 7+17+3=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 17 (7.03% from 255 or 62.96% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 17 - color contains mainly: green. Hex color #071103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071103 is #F8EEFC. Grayscale: #0C0C0C. Windows color (decimal): -16314109 or 200967. OLE color: 200967.

HSL color Cylindrical-coordinate representation of color #071103: hue angle of 102.86º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071103 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.93.

Color convert

RGB7173-
CMYK0.5900.820.93
HSL102.86º70%3.92%-
HSV(B)102.86º82.35%6.67%-
XYZ0.30.450.16-
YUV12.41122.69124.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25.93%
GREEN value IS 17 (7.03% from 255) = 62.96%
BLUE value IS 3 (1.56% from 255) = 11.11%
R=25.93%
G=62.96%
B=11.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71730.5900.820.93102.86703.92
Hex71133B0525D67464
Octal72137301221351471064
Binary111100011111101101010010101110111001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071103; }

 p { color: rgb(7,17,3); }

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

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

 a { background-color: rgb(7,17,3); }

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

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

 span { border-color: rgb(7,17,3); }

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