Shades of Deep Fir #012606
Tints of Deep Fir #012606
RGB
CMYK
RGB Variations
Color information
#012606 (or 0x012606) is known color: Deep Fir. HEX triplet: 01, 26 and 06. RGB value is (1,38,6). Sum of RGB (Red+Green+Blue) = 1+38+6=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 38 (15.23% from 255 or 84.44% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 38 - color contains mainly: green. Hex color #012606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012606 is #FED9F9. Grayscale: #171717. Windows color (decimal): -16701946 or 402945. OLE color: 402945.
HSL color Cylindrical-coordinate representation of color #012606: hue angle of 128.11º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012606 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 38 | 6 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.85 |
| HSL | 128.11º | 0.95% | 0.08% | - |
| HSV(B) | 128.11º | 0.97% | 0.15% | - |
| XYZ | 0.74 | 1.41 | 0.4 | - |
| YUV | 23.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 6 | 0.97 | 0 | 0.84 | 0.85 | 128.11 | 0.95 | 0.08 |
| Hex | 1 | 26 | 6 | 61 | 0 | 54 | 55 | 80 | 5F | 8 |
| Octal | 1 | 46 | 6 | 141 | 0 | 124 | 125 | 200 | 137 | 10 |
| Binary | 1 | 100110 | 110 | 1100001 | 0 | 1010100 | 1010101 | 10000000 | 1011111 | 1000 |
Color Harmonies of #012606
Complementary color
Monochromatic Colors of #012606
Black with #012606
Text Example
Text Example
White with #012606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012606; }
p { color: rgb(1,38,6); }
H1.HeaderClassName
{
color: #012606;
}
.AnyTagClassName
{
color: #012606;
}
</style>
background-color css
<style>
a { background-color: #012606; }
a { background-color: rgb(1,38,6); }
div.DivClassName
{
background-color: #012606;
}
.BgClassName
{
background-color: #012606;
}
</style>
border-color css
<style>
span { border-color: #012606; }
span { border-color: rgb(1,38,6); }
td.TdClassName
{
border-color: #012606;
}
.TagClassName
{
border-color: #012606;
}
</style>