Shades of Deep Fir #042908
Tints of Deep Fir #042908
RGB
CMYK
RGB Variations
Color information
#042908 (or 0x042908) is known color: Deep Fir. HEX triplet: 04, 29 and 08. RGB value is (4,41,8). Sum of RGB (Red+Green+Blue) = 4+41+8=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 41 (16.41% from 255 or 77.36% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 41 - color contains mainly: green. Hex color #042908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042908 is #FBD6F7. Grayscale: #1A1A1A. Windows color (decimal): -16504568 or 534788. OLE color: 534788.
HSL color Cylindrical-coordinate representation of color #042908: hue angle of 126.49º 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 #042908 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 41 | 8 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.84 |
| HSL | 126.49º | 0.82% | 0.09% | - |
| HSV(B) | 126.49º | 0.9% | 0.16% | - |
| XYZ | 0.89 | 1.63 | 0.5 | - |
| YUV | 26.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 8 | 0.90 | 0 | 0.80 | 0.84 | 126.49 | 0.82 | 0.09 |
| Hex | 4 | 29 | 8 | 5A | 0 | 50 | 54 | 7E | 52 | 9 |
| Octal | 4 | 51 | 10 | 132 | 0 | 120 | 124 | 176 | 122 | 11 |
| Binary | 100 | 101001 | 1000 | 1011010 | 0 | 1010000 | 1010100 | 1111110 | 1010010 | 1001 |
Color Harmonies of #042908
Complementary color
Monochromatic Colors of #042908
Black with #042908
Text Example
Text Example
White with #042908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042908; }
p { color: rgb(4,41,8); }
H1.HeaderClassName
{
color: #042908;
}
.AnyTagClassName
{
color: #042908;
}
</style>
background-color css
<style>
a { background-color: #042908; }
a { background-color: rgb(4,41,8); }
div.DivClassName
{
background-color: #042908;
}
.BgClassName
{
background-color: #042908;
}
</style>
border-color css
<style>
span { border-color: #042908; }
span { border-color: rgb(4,41,8); }
td.TdClassName
{
border-color: #042908;
}
.TagClassName
{
border-color: #042908;
}
</style>