Shades of Pine Tree #030701
Tints of Pine Tree #030701
RGB
CMYK
RGB Variations
Color information
#030701 (or 0x030701) is known color: 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
| RGB | 3 | 7 | 1 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.97 |
| HSL | 100º | 0.75% | 0.02% | - |
| HSV(B) | 100º | 0.86% | 0.03% | - |
| XYZ | 0.12 | 0.17 | 0.06 | - |
| YUV | 5.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 1 | 0.57 | 0 | 0.86 | 0.97 | 100 | 0.75 | 0.02 |
| Hex | 3 | 7 | 1 | 39 | 0 | 56 | 61 | 64 | 4B | 2 |
| Octal | 3 | 7 | 1 | 71 | 0 | 126 | 141 | 144 | 113 | 2 |
| Binary | 11 | 111 | 1 | 111001 | 0 | 1010110 | 1100001 | 1100100 | 1001011 | 10 |
Color Harmonies of #030701
Complementary color
Monochromatic Colors of #030701
Black with #030701
Text Example
Text Example
White with #030701
Text Example
Text Example
HTML Codes & Css Web 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>