#070F02

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

Shades of Pine Tree #070F02

Tints of Pine Tree #070F02

Color information

#070F02 (or 0x070F02) is unknown color: approx Pine Tree. HEX triplet: 07, 0F and 02. RGB value is (7,15,2). Sum of RGB (Red+Green+Blue) = 7+15+2=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 15 (6.25% from 255 or 62.5% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 15 - color contains mainly: green. Hex color #070F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F02 is #F8F0FD. Grayscale: #0B0B0B. Windows color (decimal): -16314622 or 134919. OLE color: 134919.

HSL color Cylindrical-coordinate representation of color #070F02: hue angle of 96.92º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #070F02 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB7152-
CMYK0.5300.870.94
HSL96.92º76.47%3.33%-
HSV(B)96.92º86.67%5.88%-
XYZ0.270.390.12-
YUV11.13122.85125.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 29.17%
GREEN value IS 15 (6.25% from 255) = 62.5%
BLUE value IS 2 (1.17% from 255) = 8.33%
R=29.17%
G=62.5%
B=8.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal71520.5300.870.9496.9276.473.33
Hex7F2350575E614c3
Octal71726501271361411143
Binary1111111101101010101011110111101100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070F02; }

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

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

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

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

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

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

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

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