#030701

Color #030701 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #030701

Tints of Pine Tree #030701

Color information

#030701 (or 0x030701) is unknown color: approx Pine Tree. HEX triplet: 03, 07 and 01. RGB value is (3,7,1). Sum of RGB (Red+Green+Blue) = 3+7+1=11 (1% of max value = 765). Red value is 3 (1.56% from 255 or 27.27% from 11); Green value is 7 (3.12% from 255 or 63.64% from 11); Blue value is 1 (0.78% from 255 or 9.09% from 11); Max value from RGB is 7 - color contains mainly: green. Hex color #030701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030701 is #FCF8FE. Grayscale: #050505. Windows color (decimal): -16578815 or 67331. OLE color: 67331.

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

Color convert

RGB371-
CMYK0.5700.860.97
HSL100º75%1.57%-
HSV(B)100º85.71%2.75%-
XYZ0.120.170.06-
YUV5.12125.67126.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 27.27%
GREEN value IS 7 (3.12% from 255) = 63.64%
BLUE value IS 1 (0.78% from 255) = 9.09%
R=27.27%
G=63.64%
B=9.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3710.5700.860.97100751.57
Hex3713905661644b2
Octal3717101261411441132
Binary1111111110010101011011000011100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030701; }

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

 H1.HeaderClassName
 {
   color: #030701;
 }
 .AnyTagClassName
 {
   color: #030701;
 }
</style>
background-color css

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

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

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

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

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

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