Html Css Color HEX #071300 Pine Tree

📋 copy color: '#071300'

red 7 ◦ green 19 ◦ blue 0

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

Shades of Pine Tree #071300

Tints of Pine Tree #071300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 73.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.92%
G = 73.08%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#071300 (or 0x071300) is known color: Pine Tree. HEX triplet: 07, 13 and 00. RGB value is (7,19,0). Sum of RGB (Red+Green+Blue) = 7+19+0=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 19 (7.81% from 255 or 73.08% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 19 - color contains mainly: green. Hex color #071300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071300 is #F8ECFF. Grayscale: #0D0D0D. Windows color (decimal): -16313600 or 4871. OLE color: 4871.

HSL color Cylindrical-coordinate representation of color #071300: hue angle of 97.89º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #071300 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 19 0 -
CMYK 0.63 0 1 0.93
HSL 97.89º 1% 0.04% -
HSV(B) 97.89º 1% 0.07% -
XYZ 0.32 0.51 0.08 -
YUV 13.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 7 19 0 0.63 0 1 0.93 97.89 1 0.04
Hex 7 13 0 3F 0 64 5D 62 64 4
Octal 7 23 0 77 0 144 135 142 144 4
Binary 111 10011 0 111111 0 1100100 1011101 1100010 1100100 100

Color Harmonies of #071300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071300

Black with #071300

Text Example


Text Example

White with #071300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071300; }

 p { color: rgb(7,19,0); }

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

background-color css

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

 a { background-color: rgb(7,19,0); }

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

border-color css

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

 span { border-color: rgb(7,19,0); }

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