Shades of Deep Fir #002804
Tints of Deep Fir #002804
RGB
CMYK
RGB Variations
Color information
#002804 (or 0x002804) is known color: Deep Fir. HEX triplet: 00, 28 and 04. RGB value is (0,40,4). Sum of RGB (Red+Green+Blue) = 0+40+4=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 40 (16.02% from 255 or 90.91% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 40 - color contains mainly: green. Hex color #002804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002804 is #FFD7FB. Grayscale: #181818. Windows color (decimal): -16766972 or 272384. OLE color: 272384.
HSL color Cylindrical-coordinate representation of color #002804: hue angle of 126º 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 #002804 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 40 | 4 | - |
| CMYK | 1 | 0 | 0.90 | 0.84 |
| HSL | 126º | 1% | 0.08% | - |
| HSV(B) | 126º | 1% | 0.16% | - |
| XYZ | 0.78 | 1.53 | 0.37 | - |
| YUV | 23.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 4 | 1 | 0 | 0.90 | 0.84 | 126 | 1 | 0.08 |
| Hex | 0 | 28 | 4 | 64 | 0 | 5A | 54 | 7E | 64 | 8 |
| Octal | 0 | 50 | 4 | 144 | 0 | 132 | 124 | 176 | 144 | 10 |
| Binary | 0 | 101000 | 100 | 1100100 | 0 | 1011010 | 1010100 | 1111110 | 1100100 | 1000 |
Color Harmonies of #002804
Complementary color
Monochromatic Colors of #002804
Black with #002804
Text Example
Text Example
White with #002804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002804; }
p { color: rgb(0,40,4); }
H1.HeaderClassName
{
color: #002804;
}
.AnyTagClassName
{
color: #002804;
}
</style>
background-color css
<style>
a { background-color: #002804; }
a { background-color: rgb(0,40,4); }
div.DivClassName
{
background-color: #002804;
}
.BgClassName
{
background-color: #002804;
}
</style>
border-color css
<style>
span { border-color: #002804; }
span { border-color: rgb(0,40,4); }
td.TdClassName
{
border-color: #002804;
}
.TagClassName
{
border-color: #002804;
}
</style>