#071402

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

Shades of Pine Tree #071402

Tints of Pine Tree #071402

Color information

#071402 (or 0x071402) is unknown color: approx Pine Tree. HEX triplet: 07, 14 and 02. RGB value is (7,20,2). Sum of RGB (Red+Green+Blue) = 7+20+2=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 20 (8.20% from 255 or 68.97% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 20 - color contains mainly: green. Hex color #071402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071402 is #F8EBFD. Grayscale: #0E0E0E. Windows color (decimal): -16313342 or 136199. OLE color: 136199.

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

Color convert

RGB7202-
CMYK0.6500.900.92
HSL103.33º81.82%4.31%-
HSV(B)103.33º90%7.84%-
XYZ0.350.550.15-
YUV14.06121.19122.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 24.14%
GREEN value IS 20 (8.20% from 255) = 68.97%
BLUE value IS 2 (1.17% from 255) = 6.90%
R=24.14%
G=68.97%
B=6.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal72020.6500.900.92103.3381.824.31
Hex71424105A5C67524
Octal724210101321341471224
Binary1111010010100000101011010101110011001111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071402; }

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

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

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

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

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

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

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

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