Html Css Color HEX #070C03 Pine Tree

📋 copy color: '#070C03'

red 7 ◦ green 12 ◦ blue 3

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

Shades of Pine Tree #070C03

Tints of Pine Tree #070C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 54.55%

 BLUE value IS 3 (1.56% from 255) = 13.64%

R = 31.82%
G = 54.55%
B = 13.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0.95

RGB Variations

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

Color information

#070C03 (or 0x070C03) is known color: Pine Tree. HEX triplet: 07, 0C and 03. RGB value is (7,12,3). Sum of RGB (Red+Green+Blue) = 7+12+3=22 (2% of max value = 765). Red value is 7 (3.12% from 255 or 31.82% from 22); Green value is 12 (5.08% from 255 or 54.55% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 12 - color contains mainly: green. Hex color #070C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C03 is #F8F3FC. Grayscale: #090909. Windows color (decimal): -16315389 or 199687. OLE color: 199687.

HSL color Cylindrical-coordinate representation of color #070C03: hue angle of 93.33º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #070C03 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 12 3 -
CMYK 0.42 0 0.75 0.95
HSL 93.33º 0.6% 0.03% -
HSV(B) 93.33º 0.75% 0.05% -
XYZ 0.24 0.31 0.13 -
YUV 9.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 7 12 3 0.42 0 0.75 0.95 93.33 0.6 0.03
Hex 7 C 3 2A 0 4B 5F 5D 3C 3
Octal 7 14 3 52 0 113 137 135 74 3
Binary 111 1100 11 101010 0 1001011 1011111 1011101 111100 11

Color Harmonies of #070C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C03

Black with #070C03

Text Example


Text Example

White with #070C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,12,3); }

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

background-color css

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

 a { background-color: rgb(7,12,3); }

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

border-color css

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

 span { border-color: rgb(7,12,3); }

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