Shades of Deep Fir #012805
Tints of Deep Fir #012805
RGB
CMYK
RGB Variations
Color information
#012805 (or 0x012805) is known color: Deep Fir. HEX triplet: 01, 28 and 05. RGB value is (1,40,5). Sum of RGB (Red+Green+Blue) = 1+40+5=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 40 (16.02% from 255 or 86.96% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 40 - color contains mainly: green. Hex color #012805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012805 is #FED7FA. Grayscale: #181818. Windows color (decimal): -16701435 or 337921. OLE color: 337921.
HSL color Cylindrical-coordinate representation of color #012805: hue angle of 126.15º 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 #012805 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 5 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.84 |
| HSL | 126.15º | 0.95% | 0.08% | - |
| HSV(B) | 126.15º | 0.98% | 0.16% | - |
| XYZ | 0.8 | 1.53 | 0.4 | - |
| YUV | 24.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 5 | 0.98 | 0 | 0.88 | 0.84 | 126.15 | 0.95 | 0.08 |
| Hex | 1 | 28 | 5 | 62 | 0 | 58 | 54 | 7E | 5F | 8 |
| Octal | 1 | 50 | 5 | 142 | 0 | 130 | 124 | 176 | 137 | 10 |
| Binary | 1 | 101000 | 101 | 1100010 | 0 | 1011000 | 1010100 | 1111110 | 1011111 | 1000 |
Color Harmonies of #012805
Complementary color
Monochromatic Colors of #012805
Black with #012805
Text Example
Text Example
White with #012805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012805; }
p { color: rgb(1,40,5); }
H1.HeaderClassName
{
color: #012805;
}
.AnyTagClassName
{
color: #012805;
}
</style>
background-color css
<style>
a { background-color: #012805; }
a { background-color: rgb(1,40,5); }
div.DivClassName
{
background-color: #012805;
}
.BgClassName
{
background-color: #012805;
}
</style>
border-color css
<style>
span { border-color: #012805; }
span { border-color: rgb(1,40,5); }
td.TdClassName
{
border-color: #012805;
}
.TagClassName
{
border-color: #012805;
}
</style>