Shades of Deep Fir #013D0E
Tints of Deep Fir #013D0E
RGB
CMYK
RGB Variations
Color information
#013D0E (or 0x013D0E) is known color: Deep Fir. HEX triplet: 01, 3D and 0E. RGB value is (1,61,14). Sum of RGB (Red+Green+Blue) = 1+61+14=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 61 (24.22% from 255 or 80.26% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 61 - color contains mainly: green. Hex color #013D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D0E is #FEC2F1. Grayscale: #252525. Windows color (decimal): -16696050 or 933121. OLE color: 933121.
HSL color Cylindrical-coordinate representation of color #013D0E: hue angle of 133º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013D0E is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 14 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.76 |
| HSL | 133º | 0.97% | 0.12% | - |
| HSV(B) | 133º | 0.98% | 0.24% | - |
| XYZ | 1.76 | 3.38 | 0.97 | - |
| YUV | 37.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 14 | 0.98 | 0 | 0.77 | 0.76 | 133 | 0.97 | 0.12 |
| Hex | 1 | 3D | E | 62 | 0 | 4D | 4C | 85 | 61 | C |
| Octal | 1 | 75 | 16 | 142 | 0 | 115 | 114 | 205 | 141 | 14 |
| Binary | 1 | 111101 | 1110 | 1100010 | 0 | 1001101 | 1001100 | 10000101 | 1100001 | 1100 |
Color Harmonies of #013D0E
Complementary color
Monochromatic Colors of #013D0E
Black with #013D0E
Text Example
Text Example
White with #013D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D0E; }
p { color: rgb(1,61,14); }
H1.HeaderClassName
{
color: #013D0E;
}
.AnyTagClassName
{
color: #013D0E;
}
</style>
background-color css
<style>
a { background-color: #013D0E; }
a { background-color: rgb(1,61,14); }
div.DivClassName
{
background-color: #013D0E;
}
.BgClassName
{
background-color: #013D0E;
}
</style>
border-color css
<style>
span { border-color: #013D0E; }
span { border-color: rgb(1,61,14); }
td.TdClassName
{
border-color: #013D0E;
}
.TagClassName
{
border-color: #013D0E;
}
</style>