#071500

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

Shades of Pine Tree #071500

Tints of Pine Tree #071500

Color information

#071500 (or 0x071500) is unknown color: approx Pine Tree. HEX triplet: 07, 15 and 00. RGB value is (7,21,0). Sum of RGB (Red+Green+Blue) = 7+21+0=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 21 (8.59% from 255 or 75% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 21 - color contains mainly: green. Hex color #071500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071500 is #F8EAFF. Grayscale: #0E0E0E. Windows color (decimal): -16313088 or 5383. OLE color: 5383.

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

Color convert

RGB7210-
CMYK0.67010.92
HSL100º100%4.12%-
HSV(B)100º100%8.24%-
XYZ0.360.580.09-
YUV14.42119.86122.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25%
GREEN value IS 21 (8.59% from 255) = 75%
BLUE value IS 0 (0.39% from 255) = 0%
R=25%
G=75%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal72100.67010.921001004.12
Hex7150430645C64644
Octal725010301441341441444
Binary111101010100001101100100101110011001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071500; }

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

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

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

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

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

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

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

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