#071200

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

Shades of Pine Tree #071200

Tints of Pine Tree #071200

Color information

#071200 (or 0x071200) is unknown color: approx Pine Tree. HEX triplet: 07, 12 and 00. RGB value is (7,18,0). Sum of RGB (Red+Green+Blue) = 7+18+0=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 18 (7.42% from 255 or 72% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 18 - color contains mainly: green. Hex color #071200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071200 is #F8EDFF. Grayscale: #0C0C0C. Windows color (decimal): -16313856 or 4615. OLE color: 4615.

HSL color Cylindrical-coordinate representation of color #071200: hue angle of 96.67º 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 #071200 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB7180-
CMYK0.61010.93
HSL96.67º100%3.53%-
HSV(B)96.67º100%7.06%-
XYZ0.30.480.08-
YUV12.66120.86123.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 28%
GREEN value IS 18 (7.42% from 255) = 72%
BLUE value IS 0 (0.39% from 255) = 0%
R=28%
G=72%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71800.61010.9396.671003.53
Hex71203D0645D61644
Octal72207501441351411444
Binary11110010011110101100100101110111000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071200; }

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

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

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

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

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

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

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

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