#071202

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

Shades of Pine Tree #071202

Tints of Pine Tree #071202

Color information

#071202 (or 0x071202) is unknown color: approx Pine Tree. HEX triplet: 07, 12 and 02. RGB value is (7,18,2). Sum of RGB (Red+Green+Blue) = 7+18+2=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 18 (7.42% from 255 or 66.67% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 18 - color contains mainly: green. Hex color #071202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071202 is #F8EDFD. Grayscale: #0C0C0C. Windows color (decimal): -16313854 or 135687. OLE color: 135687.

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

Color convert

RGB7182-
CMYK0.6100.890.93
HSL101.25º80%3.92%-
HSV(B)101.25º88.89%7.06%-
XYZ0.310.480.13-
YUV12.89121.86123.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25.93%
GREEN value IS 18 (7.42% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 7.41%
R=25.93%
G=66.67%
B=7.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71820.6100.890.93101.25803.92
Hex71223D0595D65504
Octal72227501311351451204
Binary111100101011110101011001101110111001011010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071202; }

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

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

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

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

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

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

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

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