Shades of Deep Fir #01460C
Tints of Deep Fir #01460C
RGB
CMYK
RGB Variations
Color information
#01460C (or 0x01460C) is known color: Deep Fir. HEX triplet: 01, 46 and 0C. RGB value is (1,70,12). Sum of RGB (Red+Green+Blue) = 1+70+12=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 70 (27.73% from 255 or 84.34% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 70 - color contains mainly: green. Hex color #01460C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01460C is #FEB9F3. Grayscale: #2A2A2A. Windows color (decimal): -16693748 or 804353. OLE color: 804353.
HSL color Cylindrical-coordinate representation of color #01460C: hue angle of 129.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01460C is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 12 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.73 |
| HSL | 129.57º | 0.97% | 0.14% | - |
| HSV(B) | 129.57º | 0.99% | 0.27% | - |
| XYZ | 2.27 | 4.41 | 1.08 | - |
| YUV | 42.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 12 | 0.99 | 0 | 0.83 | 0.73 | 129.57 | 0.97 | 0.14 |
| Hex | 1 | 46 | C | 63 | 0 | 53 | 49 | 82 | 61 | E |
| Octal | 1 | 106 | 14 | 143 | 0 | 123 | 111 | 202 | 141 | 16 |
| Binary | 1 | 1000110 | 1100 | 1100011 | 0 | 1010011 | 1001001 | 10000010 | 1100001 | 1110 |
Color Harmonies of #01460C
Complementary color
Monochromatic Colors of #01460C
Black with #01460C
Text Example
Text Example
White with #01460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01460C; }
p { color: rgb(1,70,12); }
H1.HeaderClassName
{
color: #01460C;
}
.AnyTagClassName
{
color: #01460C;
}
</style>
background-color css
<style>
a { background-color: #01460C; }
a { background-color: rgb(1,70,12); }
div.DivClassName
{
background-color: #01460C;
}
.BgClassName
{
background-color: #01460C;
}
</style>
border-color css
<style>
span { border-color: #01460C; }
span { border-color: rgb(1,70,12); }
td.TdClassName
{
border-color: #01460C;
}
.TagClassName
{
border-color: #01460C;
}
</style>