Html Css Color HEX #030700 Pine Tree

📋 copy color: '#030700'

red 3 ◦ green 7 ◦ blue 0

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

Shades of Pine Tree #030700

Tints of Pine Tree #030700

RGB

 RED value IS 3 (1.56% from 255) = 30%

 GREEN value IS 7 (3.13% from 255) = 70%

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

R = 30%
G = 70%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#030700 (or 0x030700) is known color: Pine Tree. HEX triplet: 03, 07 and 00. RGB value is (3,7,0). Sum of RGB (Red+Green+Blue) = 3+7+0=10 (1% of max value = 765). Red value is 3 (1.56% from 255 or 30% from 10); Green value is 7 (3.12% from 255 or 70% from 10); Blue value is 0 (0.39% from 255 or 0% from 10); Max value from RGB is 7 - color contains mainly: green. Hex color #030700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030700 is #FCF8FF. Grayscale: #050505. Windows color (decimal): -16578816 or 1795. OLE color: 1795.

HSL color Cylindrical-coordinate representation of color #030700: hue angle of 94.29º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030700 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB 3 7 0 -
CMYK 0.57 0 1 0.97
HSL 94.29º 1% 0.01% -
HSV(B) 94.29º 1% 0.03% -
XYZ 0.11 0.17 0.03 -
YUV 5.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 3 7 0 0.57 0 1 0.97 94.29 1 0.01
Hex 3 7 0 39 0 64 61 5E 64 1
Octal 3 7 0 71 0 144 141 136 144 1
Binary 11 111 0 111001 0 1100100 1100001 1011110 1100100 1

Color Harmonies of #030700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030700

Black with #030700

Text Example


Text Example

White with #030700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030700; }

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

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

background-color css

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

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

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

border-color css

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

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

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