Html Css Color HEX #070E03 Pine Tree

📋 copy color: '#070E03'

red 7 ◦ green 14 ◦ blue 3

#070E03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #070E03

Tints of Pine Tree #070E03

RGB

 RED value IS 7 (3.13% from 255) = 29.17%

 GREEN value IS 14 (5.86% from 255) = 58.33%

 BLUE value IS 3 (1.56% from 255) = 12.5%

R = 29.17%
G = 58.33%
B = 12.5%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.79

 K value IS 0.95

RGB Variations

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

Color information

#070E03 (or 0x070E03) is known color: Pine Tree. HEX triplet: 07, 0E and 03. RGB value is (7,14,3). Sum of RGB (Red+Green+Blue) = 7+14+3=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 14 (5.86% from 255 or 58.33% from 24); Blue value is 3 (1.56% from 255 or 12.5% from 24); Max value from RGB is 14 - color contains mainly: green. Hex color #070E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E03 is #F8F1FC. Grayscale: #0A0A0A. Windows color (decimal): -16314877 or 200199. OLE color: 200199.

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

Color convert

RGB 7 14 3 -
CMYK 0.5 0 0.79 0.95
HSL 98.18º 0.65% 0.03% -
HSV(B) 98.18º 0.79% 0.05% -
XYZ 0.26 0.37 0.14 -
YUV 10.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 7 14 3 0.5 0 0.79 0.95 98.18 0.65 0.03
Hex 7 E 3 32 0 4F 5F 62 41 3
Octal 7 16 3 62 0 117 137 142 101 3
Binary 111 1110 11 110010 0 1001111 1011111 1100010 1000001 11

Color Harmonies of #070E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E03

Black with #070E03

Text Example


Text Example

White with #070E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #070E03;
 }
 .AnyTagClassName
 {
   color: #070E03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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