#071300

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

Shades of Pine Tree #071300

Tints of Pine Tree #071300

Color information

#071300 (or 0x071300) is unknown color: approx Pine Tree. HEX triplet: 07, 13 and 00. RGB value is (7,19,0). Sum of RGB (Red+Green+Blue) = 7+19+0=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 19 (7.81% from 255 or 73.08% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 19 - color contains mainly: green. Hex color #071300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071300 is #F8ECFF. Grayscale: #0D0D0D. Windows color (decimal): -16313600 or 4871. OLE color: 4871.

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

Color convert

RGB7190-
CMYK0.63010.93
HSL97.89º100%3.73%-
HSV(B)97.89º100%7.45%-
XYZ0.320.510.08-
YUV13.25120.52123.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 26.92%
GREEN value IS 19 (7.81% from 255) = 73.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.92%
G=73.08%
B=0%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71900.63010.9397.891003.73
Hex71303F0645D62644
Octal72307701441351421444
Binary11110011011111101100100101110111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071300; }

 p { color: rgb(7,19,0); }

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

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

 a { background-color: rgb(7,19,0); }

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

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

 span { border-color: rgb(7,19,0); }

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