Html Css Color HEX #071102 Pine Tree

📋 copy color: '#071102'

red 7 ◦ green 17 ◦ blue 2

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

Shades of Pine Tree #071102

Tints of Pine Tree #071102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 65.38%

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

R = 26.92%
G = 65.38%
B = 7.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.88

 K value IS 0.93

RGB Variations

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

Color information

#071102 (or 0x071102) is known color: Pine Tree. HEX triplet: 07, 11 and 02. RGB value is (7,17,2). Sum of RGB (Red+Green+Blue) = 7+17+2=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 17 (7.03% from 255 or 65.38% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 17 - color contains mainly: green. Hex color #071102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071102 is #F8EEFD. Grayscale: #0C0C0C. Windows color (decimal): -16314110 or 135431. OLE color: 135431.

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

Color convert

RGB 7 17 2 -
CMYK 0.59 0 0.88 0.93
HSL 100º 0.79% 0.04% -
HSV(B) 100º 0.88% 0.07% -
XYZ 0.3 0.45 0.13 -
YUV 12.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 7 17 2 0.59 0 0.88 0.93 100 0.79 0.04
Hex 7 11 2 3B 0 58 5D 64 4F 4
Octal 7 21 2 73 0 130 135 144 117 4
Binary 111 10001 10 111011 0 1011000 1011101 1100100 1001111 100

Color Harmonies of #071102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071102

Black with #071102

Text Example


Text Example

White with #071102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071102; }

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

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

background-color css

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

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

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

border-color css

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

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

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