Html Css Color HEX #071401 Pine Tree

📋 copy color: '#071401'

red 7 ◦ green 20 ◦ blue 1

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

Shades of Pine Tree #071401

Tints of Pine Tree #071401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 71.43%

 BLUE value IS 1 (0.78% from 255) = 3.57%

R = 25%
G = 71.43%
B = 3.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#071401 (or 0x071401) is known color: Pine Tree. HEX triplet: 07, 14 and 01. RGB value is (7,20,1). Sum of RGB (Red+Green+Blue) = 7+20+1=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #071401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071401 is #F8EBFE. Grayscale: #0E0E0E. Windows color (decimal): -16313343 or 70663. OLE color: 70663.

HSL color Cylindrical-coordinate representation of color #071401: hue angle of 101.05º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071401 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 20 1 -
CMYK 0.65 0 0.95 0.92
HSL 101.05º 0.9% 0.04% -
HSV(B) 101.05º 0.95% 0.08% -
XYZ 0.34 0.55 0.12 -
YUV 13.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 7 20 1 0.65 0 0.95 0.92 101.05 0.9 0.04
Hex 7 14 1 41 0 5F 5C 65 5A 4
Octal 7 24 1 101 0 137 134 145 132 4
Binary 111 10100 1 1000001 0 1011111 1011100 1100101 1011010 100

Color Harmonies of #071401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071401

Black with #071401

Text Example


Text Example

White with #071401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071401; }

 p { color: rgb(7,20,1); }

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

background-color css

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

 a { background-color: rgb(7,20,1); }

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

border-color css

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

 span { border-color: rgb(7,20,1); }

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