Shades of Deep Fir #04290C
Tints of Deep Fir #04290C
RGB
CMYK
RGB Variations
Color information
#04290C (or 0x04290C) is known color: Deep Fir. HEX triplet: 04, 29 and 0C. RGB value is (4,41,12). Sum of RGB (Red+Green+Blue) = 4+41+12=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 41 (16.41% from 255 or 71.93% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 41 - color contains mainly: green. Hex color #04290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04290C is #FBD6F3. Grayscale: #1A1A1A. Windows color (decimal): -16504564 or 796932. OLE color: 796932.
HSL color Cylindrical-coordinate representation of color #04290C: hue angle of 132.97º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04290C is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 41 | 12 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.84 |
| HSL | 132.97º | 0.82% | 0.09% | - |
| HSV(B) | 132.97º | 0.9% | 0.16% | - |
| XYZ | 0.91 | 1.64 | 0.62 | - |
| YUV | 26.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 12 | 0.90 | 0 | 0.71 | 0.84 | 132.97 | 0.82 | 0.09 |
| Hex | 4 | 29 | C | 5A | 0 | 47 | 54 | 85 | 52 | 9 |
| Octal | 4 | 51 | 14 | 132 | 0 | 107 | 124 | 205 | 122 | 11 |
| Binary | 100 | 101001 | 1100 | 1011010 | 0 | 1000111 | 1010100 | 10000101 | 1010010 | 1001 |
Color Harmonies of #04290C
Complementary color
Monochromatic Colors of #04290C
Black with #04290C
Text Example
Text Example
White with #04290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04290C; }
p { color: rgb(4,41,12); }
H1.HeaderClassName
{
color: #04290C;
}
.AnyTagClassName
{
color: #04290C;
}
</style>
background-color css
<style>
a { background-color: #04290C; }
a { background-color: rgb(4,41,12); }
div.DivClassName
{
background-color: #04290C;
}
.BgClassName
{
background-color: #04290C;
}
</style>
border-color css
<style>
span { border-color: #04290C; }
span { border-color: rgb(4,41,12); }
td.TdClassName
{
border-color: #04290C;
}
.TagClassName
{
border-color: #04290C;
}
</style>