Shades of Deep Fir #012907
Tints of Deep Fir #012907
RGB
CMYK
RGB Variations
Color information
#012907 (or 0x012907) is known color: Deep Fir. HEX triplet: 01, 29 and 07. RGB value is (1,41,7). Sum of RGB (Red+Green+Blue) = 1+41+7=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 41 (16.41% from 255 or 83.67% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 41 - color contains mainly: green. Hex color #012907 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012907 is #FED6F8. Grayscale: #191919. Windows color (decimal): -16701177 or 469249. OLE color: 469249.
HSL color Cylindrical-coordinate representation of color #012907: hue angle of 129º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012907 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 41 | 7 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.84 |
| HSL | 129º | 0.95% | 0.08% | - |
| HSV(B) | 129º | 0.98% | 0.16% | - |
| XYZ | 0.84 | 1.61 | 0.47 | - |
| YUV | 25.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 7 | 0.98 | 0 | 0.83 | 0.84 | 129 | 0.95 | 0.08 |
| Hex | 1 | 29 | 7 | 62 | 0 | 53 | 54 | 81 | 5F | 8 |
| Octal | 1 | 51 | 7 | 142 | 0 | 123 | 124 | 201 | 137 | 10 |
| Binary | 1 | 101001 | 111 | 1100010 | 0 | 1010011 | 1010100 | 10000001 | 1011111 | 1000 |
Color Harmonies of #012907
Complementary color
Monochromatic Colors of #012907
Black with #012907
Text Example
Text Example
White with #012907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012907; }
p { color: rgb(1,41,7); }
H1.HeaderClassName
{
color: #012907;
}
.AnyTagClassName
{
color: #012907;
}
</style>
background-color css
<style>
a { background-color: #012907; }
a { background-color: rgb(1,41,7); }
div.DivClassName
{
background-color: #012907;
}
.BgClassName
{
background-color: #012907;
}
</style>
border-color css
<style>
span { border-color: #012907; }
span { border-color: rgb(1,41,7); }
td.TdClassName
{
border-color: #012907;
}
.TagClassName
{
border-color: #012907;
}
</style>