Html Css Color HEX #071002 Pine Tree

📋 copy color: '#071002'

red 7 ◦ green 16 ◦ blue 2

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

Shades of Pine Tree #071002

Tints of Pine Tree #071002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 64%

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

R = 28%
G = 64%
B = 8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#071002 (or 0x071002) is known color: Pine Tree. HEX triplet: 07, 10 and 02. RGB value is (7,16,2). Sum of RGB (Red+Green+Blue) = 7+16+2=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 16 (6.64% from 255 or 64% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 16 - color contains mainly: green. Hex color #071002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071002 is #F8EFFD. Grayscale: #0B0B0B. Windows color (decimal): -16314366 or 135175. OLE color: 135175.

HSL color Cylindrical-coordinate representation of color #071002: hue angle of 98.57º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #071002 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 16 2 -
CMYK 0.56 0 0.87 0.94
HSL 98.57º 0.78% 0.04% -
HSV(B) 98.57º 0.88% 0.06% -
XYZ 0.28 0.42 0.12 -
YUV 11.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 7 16 2 0.56 0 0.87 0.94 98.57 0.78 0.04
Hex 7 10 2 38 0 57 5E 63 4E 4
Octal 7 20 2 70 0 127 136 143 116 4
Binary 111 10000 10 111000 0 1010111 1011110 1100011 1001110 100

Color Harmonies of #071002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071002

Black with #071002

Text Example


Text Example

White with #071002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071002; }

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

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

background-color css

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

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

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

border-color css

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

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

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