Html Css Color HEX #071402 Pine Tree

📋 copy color: '#071402'

red 7 ◦ green 20 ◦ blue 2

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

Shades of Pine Tree #071402

Tints of Pine Tree #071402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 6.9%

R = 24.14%
G = 68.97%
B = 6.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#071402 (or 0x071402) is known color: Pine Tree. HEX triplet: 07, 14 and 02. RGB value is (7,20,2). Sum of RGB (Red+Green+Blue) = 7+20+2=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 20 (8.20% from 255 or 68.97% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 20 - color contains mainly: green. Hex color #071402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071402 is #F8EBFD. Grayscale: #0E0E0E. Windows color (decimal): -16313342 or 136199. OLE color: 136199.

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

Color convert

RGB 7 20 2 -
CMYK 0.65 0 0.90 0.92
HSL 103.33º 0.82% 0.04% -
HSV(B) 103.33º 0.9% 0.08% -
XYZ 0.35 0.55 0.15 -
YUV 14.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 7 20 2 0.65 0 0.90 0.92 103.33 0.82 0.04
Hex 7 14 2 41 0 5A 5C 67 52 4
Octal 7 24 2 101 0 132 134 147 122 4
Binary 111 10100 10 1000001 0 1011010 1011100 1100111 1010010 100

Color Harmonies of #071402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071402

Black with #071402

Text Example


Text Example

White with #071402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071402; }

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

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

background-color css

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

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

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

border-color css

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

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

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