Html Css Color HEX #070A03 Pine Tree

📋 copy color: '#070A03'

red 7 ◦ green 10 ◦ blue 3

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

Shades of Pine Tree #070A03

Tints of Pine Tree #070A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 50%

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

R = 35%
G = 50%
B = 15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.96

RGB Variations

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

Color information

#070A03 (or 0x070A03) is known color: Pine Tree. HEX triplet: 07, 0A and 03. RGB value is (7,10,3). Sum of RGB (Red+Green+Blue) = 7+10+3=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 10 (4.30% from 255 or 50% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 10 - color contains mainly: green. Hex color #070A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A03 is #F8F5FC. Grayscale: #080808. Windows color (decimal): -16315901 or 199175. OLE color: 199175.

HSL color Cylindrical-coordinate representation of color #070A03: hue angle of 85.71º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #070A03 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.96.

Color convert

RGB 7 10 3 -
CMYK 0.30 0 0.70 0.96
HSL 85.71º 0.54% 0.03% -
HSV(B) 85.71º 0.7% 0.04% -
XYZ 0.21 0.27 0.13 -
YUV 8.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 7 10 3 0.30 0 0.70 0.96 85.71 0.54 0.03
Hex 7 A 3 1E 0 46 60 56 36 3
Octal 7 12 3 36 0 106 140 126 66 3
Binary 111 1010 11 11110 0 1000110 1100000 1010110 110110 11

Color Harmonies of #070A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A03

Black with #070A03

Text Example


Text Example

White with #070A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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