Shades of Deep Fir #002805
Tints of Deep Fir #002805
RGB
CMYK
RGB Variations
Color information
#002805 (or 0x002805) is known color: Deep Fir. HEX triplet: 00, 28 and 05. RGB value is (0,40,5). Sum of RGB (Red+Green+Blue) = 0+40+5=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 40 (16.02% from 255 or 88.89% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 40 - color contains mainly: green. Hex color #002805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002805 is #FFD7FA. Grayscale: #181818. Windows color (decimal): -16766971 or 337920. OLE color: 337920.
HSL color Cylindrical-coordinate representation of color #002805: hue angle of 127.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002805 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 40 | 5 | - |
| CMYK | 1 | 0 | 0.88 | 0.84 |
| HSL | 127.5º | 1% | 0.08% | - |
| HSV(B) | 127.5º | 1% | 0.16% | - |
| XYZ | 0.79 | 1.53 | 0.4 | - |
| YUV | 24.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 5 | 1 | 0 | 0.88 | 0.84 | 127.5 | 1 | 0.08 |
| Hex | 0 | 28 | 5 | 64 | 0 | 58 | 54 | 80 | 64 | 8 |
| Octal | 0 | 50 | 5 | 144 | 0 | 130 | 124 | 200 | 144 | 10 |
| Binary | 0 | 101000 | 101 | 1100100 | 0 | 1011000 | 1010100 | 10000000 | 1100100 | 1000 |
Color Harmonies of #002805
Complementary color
Monochromatic Colors of #002805
Black with #002805
Text Example
Text Example
White with #002805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002805; }
p { color: rgb(0,40,5); }
H1.HeaderClassName
{
color: #002805;
}
.AnyTagClassName
{
color: #002805;
}
</style>
background-color css
<style>
a { background-color: #002805; }
a { background-color: rgb(0,40,5); }
div.DivClassName
{
background-color: #002805;
}
.BgClassName
{
background-color: #002805;
}
</style>
border-color css
<style>
span { border-color: #002805; }
span { border-color: rgb(0,40,5); }
td.TdClassName
{
border-color: #002805;
}
.TagClassName
{
border-color: #002805;
}
</style>