Html Css Color HEX #071200 Pine Tree

📋 copy color: '#071200'

red 7 ◦ green 18 ◦ blue 0

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

Shades of Pine Tree #071200

Tints of Pine Tree #071200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28%
G = 72%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#071200 (or 0x071200) is known color: Pine Tree. HEX triplet: 07, 12 and 00. RGB value is (7,18,0). Sum of RGB (Red+Green+Blue) = 7+18+0=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 18 (7.42% from 255 or 72% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 18 - color contains mainly: green. Hex color #071200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071200 is #F8EDFF. Grayscale: #0C0C0C. Windows color (decimal): -16313856 or 4615. OLE color: 4615.

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

Color convert

RGB 7 18 0 -
CMYK 0.61 0 1 0.93
HSL 96.67º 1% 0.04% -
HSV(B) 96.67º 1% 0.07% -
XYZ 0.3 0.48 0.08 -
YUV 12.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 7 18 0 0.61 0 1 0.93 96.67 1 0.04
Hex 7 12 0 3D 0 64 5D 61 64 4
Octal 7 22 0 75 0 144 135 141 144 4
Binary 111 10010 0 111101 0 1100100 1011101 1100001 1100100 100

Color Harmonies of #071200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071200

Black with #071200

Text Example


Text Example

White with #071200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071200; }

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

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

background-color css

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

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

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

border-color css

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

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

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