Shades of Pine Tree #010300
Tints of Pine Tree #010300
RGB
CMYK
RGB Variations
Color information
#010300 (or 0x010300) is known color: Pine Tree. HEX triplet: 01, 03 and 00. RGB value is (1,3,0). Sum of RGB (Red+Green+Blue) = 1+3+0=4 (0% of max value = 765). Red value is 1 (0.78% from 255 or 25% from 4); Green value is 3 (1.56% from 255 or 75% from 4); Blue value is 0 (0.39% from 255 or 0% from 4); Max value from RGB is 3 - color contains mainly: green. Hex color #010300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010300 is #FEFCFF. Grayscale: #020202. Windows color (decimal): -16710912 or 769. OLE color: 769.
HSL color Cylindrical-coordinate representation of color #010300: hue angle of 100º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010300 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.99.
Color convert
| RGB | 1 | 3 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.99 |
| HSL | 100º | 1% | 0.01% | - |
| HSV(B) | 100º | 1% | 0.01% | - |
| XYZ | 0.05 | 0.07 | 0.01 | - |
| YUV | 2.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 0 | 0.67 | 0 | 1 | 0.99 | 100 | 1 | 0.01 |
| Hex | 1 | 3 | 0 | 43 | 0 | 64 | 63 | 64 | 64 | 1 |
| Octal | 1 | 3 | 0 | 103 | 0 | 144 | 143 | 144 | 144 | 1 |
| Binary | 1 | 11 | 0 | 1000011 | 0 | 1100100 | 1100011 | 1100100 | 1100100 | 1 |
Color Harmonies of #010300
Complementary color
Monochromatic Colors of #010300
Black with #010300
Text Example
Text Example
White with #010300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010300; }
p { color: rgb(1,3,0); }
H1.HeaderClassName
{
color: #010300;
}
.AnyTagClassName
{
color: #010300;
}
</style>
background-color css
<style>
a { background-color: #010300; }
a { background-color: rgb(1,3,0); }
div.DivClassName
{
background-color: #010300;
}
.BgClassName
{
background-color: #010300;
}
</style>
border-color css
<style>
span { border-color: #010300; }
span { border-color: rgb(1,3,0); }
td.TdClassName
{
border-color: #010300;
}
.TagClassName
{
border-color: #010300;
}
</style>