Html Css Color HEX #070F02 Pine Tree

📋 copy color: '#070F02'

red 7 ◦ green 15 ◦ blue 2

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

Shades of Pine Tree #070F02

Tints of Pine Tree #070F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 62.5%

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

R = 29.17%
G = 62.5%
B = 8.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#070F02 (or 0x070F02) is known color: Pine Tree. HEX triplet: 07, 0F and 02. RGB value is (7,15,2). Sum of RGB (Red+Green+Blue) = 7+15+2=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 15 (6.25% from 255 or 62.5% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 15 - color contains mainly: green. Hex color #070F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F02 is #F8F0FD. Grayscale: #0B0B0B. Windows color (decimal): -16314622 or 134919. OLE color: 134919.

HSL color Cylindrical-coordinate representation of color #070F02: hue angle of 96.92º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #070F02 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 15 2 -
CMYK 0.53 0 0.87 0.94
HSL 96.92º 0.76% 0.03% -
HSV(B) 96.92º 0.87% 0.06% -
XYZ 0.27 0.39 0.12 -
YUV 11.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 7 15 2 0.53 0 0.87 0.94 96.92 0.76 0.03
Hex 7 F 2 35 0 57 5E 61 4C 3
Octal 7 17 2 65 0 127 136 141 114 3
Binary 111 1111 10 110101 0 1010111 1011110 1100001 1001100 11

Color Harmonies of #070F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F02

Black with #070F02

Text Example


Text Example

White with #070F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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