Shades of Deep Fir #01400C
Tints of Deep Fir #01400C
RGB
CMYK
RGB Variations
Color information
#01400C (or 0x01400C) is known color: Deep Fir. HEX triplet: 01, 40 and 0C. RGB value is (1,64,12). Sum of RGB (Red+Green+Blue) = 1+64+12=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 64 (25.39% from 255 or 83.12% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 64 - color contains mainly: green. Hex color #01400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01400C is #FEBFF3. Grayscale: #272727. Windows color (decimal): -16695284 or 802817. OLE color: 802817.
HSL color Cylindrical-coordinate representation of color #01400C: hue angle of 130.48º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01400C is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 12 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.75 |
| HSL | 130.48º | 0.97% | 0.13% | - |
| HSV(B) | 130.48º | 0.98% | 0.25% | - |
| XYZ | 1.91 | 3.7 | 0.96 | - |
| YUV | 39.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 12 | 0.98 | 0 | 0.81 | 0.75 | 130.48 | 0.97 | 0.13 |
| Hex | 1 | 40 | C | 62 | 0 | 51 | 4B | 82 | 61 | D |
| Octal | 1 | 100 | 14 | 142 | 0 | 121 | 113 | 202 | 141 | 15 |
| Binary | 1 | 1000000 | 1100 | 1100010 | 0 | 1010001 | 1001011 | 10000010 | 1100001 | 1101 |
Color Harmonies of #01400C
Complementary color
Monochromatic Colors of #01400C
Black with #01400C
Text Example
Text Example
White with #01400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01400C; }
p { color: rgb(1,64,12); }
H1.HeaderClassName
{
color: #01400C;
}
.AnyTagClassName
{
color: #01400C;
}
</style>
background-color css
<style>
a { background-color: #01400C; }
a { background-color: rgb(1,64,12); }
div.DivClassName
{
background-color: #01400C;
}
.BgClassName
{
background-color: #01400C;
}
</style>
border-color css
<style>
span { border-color: #01400C; }
span { border-color: rgb(1,64,12); }
td.TdClassName
{
border-color: #01400C;
}
.TagClassName
{
border-color: #01400C;
}
</style>