Html Css Color HEX #071202 Pine Tree

📋 copy color: '#071202'

red 7 ◦ green 18 ◦ blue 2

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

Shades of Pine Tree #071202

Tints of Pine Tree #071202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 66.67%

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

R = 25.93%
G = 66.67%
B = 7.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#071202 (or 0x071202) is known color: Pine Tree. HEX triplet: 07, 12 and 02. RGB value is (7,18,2). Sum of RGB (Red+Green+Blue) = 7+18+2=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 18 (7.42% from 255 or 66.67% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 18 - color contains mainly: green. Hex color #071202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071202 is #F8EDFD. Grayscale: #0C0C0C. Windows color (decimal): -16313854 or 135687. OLE color: 135687.

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

Color convert

RGB 7 18 2 -
CMYK 0.61 0 0.89 0.93
HSL 101.25º 0.8% 0.04% -
HSV(B) 101.25º 0.89% 0.07% -
XYZ 0.31 0.48 0.13 -
YUV 12.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 7 18 2 0.61 0 0.89 0.93 101.25 0.8 0.04
Hex 7 12 2 3D 0 59 5D 65 50 4
Octal 7 22 2 75 0 131 135 145 120 4
Binary 111 10010 10 111101 0 1011001 1011101 1100101 1010000 100

Color Harmonies of #071202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071202

Black with #071202

Text Example


Text Example

White with #071202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071202; }

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

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

background-color css

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

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

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

border-color css

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

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

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