Shades of Deep Fir #04290D
Tints of Deep Fir #04290D
RGB
CMYK
RGB Variations
Color information
#04290D (or 0x04290D) is known color: Deep Fir. HEX triplet: 04, 29 and 0D. RGB value is (4,41,13). Sum of RGB (Red+Green+Blue) = 4+41+13=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 41 (16.41% from 255 or 70.69% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 41 - color contains mainly: green. Hex color #04290D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04290D is #FBD6F2. Grayscale: #1A1A1A. Windows color (decimal): -16504563 or 862468. OLE color: 862468.
HSL color Cylindrical-coordinate representation of color #04290D: hue angle of 134.59º 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 #04290D is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 41 | 13 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.84 |
| HSL | 134.59º | 0.82% | 0.09% | - |
| HSV(B) | 134.59º | 0.9% | 0.16% | - |
| XYZ | 0.92 | 1.64 | 0.65 | - |
| YUV | 26.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 13 | 0.90 | 0 | 0.68 | 0.84 | 134.59 | 0.82 | 0.09 |
| Hex | 4 | 29 | D | 5A | 0 | 44 | 54 | 87 | 52 | 9 |
| Octal | 4 | 51 | 15 | 132 | 0 | 104 | 124 | 207 | 122 | 11 |
| Binary | 100 | 101001 | 1101 | 1011010 | 0 | 1000100 | 1010100 | 10000111 | 1010010 | 1001 |
Color Harmonies of #04290D
Complementary color
Monochromatic Colors of #04290D
Black with #04290D
Text Example
Text Example
White with #04290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04290D; }
p { color: rgb(4,41,13); }
H1.HeaderClassName
{
color: #04290D;
}
.AnyTagClassName
{
color: #04290D;
}
</style>
background-color css
<style>
a { background-color: #04290D; }
a { background-color: rgb(4,41,13); }
div.DivClassName
{
background-color: #04290D;
}
.BgClassName
{
background-color: #04290D;
}
</style>
border-color css
<style>
span { border-color: #04290D; }
span { border-color: rgb(4,41,13); }
td.TdClassName
{
border-color: #04290D;
}
.TagClassName
{
border-color: #04290D;
}
</style>