#070F03

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

Shades of Pine Tree #070F03

Tints of Pine Tree #070F03

Color information

#070F03 (or 0x070F03) is unknown color: approx Pine Tree. HEX triplet: 07, 0F and 03. RGB value is (7,15,3). Sum of RGB (Red+Green+Blue) = 7+15+3=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 15 (6.25% from 255 or 60% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 15 - color contains mainly: green. Hex color #070F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F03 is #F8F0FC. Grayscale: #0B0B0B. Windows color (decimal): -16314621 or 200455. OLE color: 200455.

HSL color Cylindrical-coordinate representation of color #070F03: hue angle of 100º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #070F03 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.94.

Color convert

RGB7153-
CMYK0.5300.800.94
HSL100º66.67%3.53%-
HSV(B)100º80%5.88%-
XYZ0.270.390.15-
YUV11.24123.35124.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 28%
GREEN value IS 15 (6.25% from 255) = 60%
BLUE value IS 3 (1.56% from 255) = 12%
R=28%
G=60%
B=12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal71530.5300.800.9410066.673.53
Hex7F3350505E64434
Octal71736501201361441034
Binary11111111111010101010000101111011001001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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