#070D04

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

Shades of Pine Tree #070D04

Tints of Pine Tree #070D04

Color information

#070D04 (or 0x070D04) is unknown color: approx Pine Tree. HEX triplet: 07, 0D and 04. RGB value is (7,13,4). Sum of RGB (Red+Green+Blue) = 7+13+4=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 13 (5.47% from 255 or 54.17% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 13 - color contains mainly: green. Hex color #070D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D04 is #F8F2FB. Grayscale: #0A0A0A. Windows color (decimal): -16315132 or 265479. OLE color: 265479.

HSL color Cylindrical-coordinate representation of color #070D04: hue angle of 100º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #070D04 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.95.

Color convert

RGB7134-
CMYK0.4600.690.95
HSL100º52.94%3.33%-
HSV(B)100º69.23%5.1%-
XYZ0.250.340.17-
YUV10.18124.51125.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 29.17%
GREEN value IS 13 (5.47% from 255) = 54.17%
BLUE value IS 4 (1.95% from 255) = 16.67%
R=29.17%
G=54.17%
B=16.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal71340.4600.690.9510052.943.33
Hex7D42E0455F64353
Octal7154560105137144653
Binary1111101100101110010001011011111110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,13,4); }

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

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

 a { background-color: rgb(7,13,4); }

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

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

 span { border-color: rgb(7,13,4); }

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