Shades of Deep Fir #042A08
Tints of Deep Fir #042A08
RGB
CMYK
RGB Variations
Color information
#042A08 (or 0x042A08) is known color: Deep Fir. HEX triplet: 04, 2A and 08. RGB value is (4,42,8). Sum of RGB (Red+Green+Blue) = 4+42+8=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 42 (16.80% from 255 or 77.78% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 42 - color contains mainly: green. Hex color #042A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042A08 is #FBD5F7. Grayscale: #1A1A1A. Windows color (decimal): -16504312 or 535044. OLE color: 535044.
HSL color Cylindrical-coordinate representation of color #042A08: hue angle of 126.32º degrees, saturation: 0.83, 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 #042A08 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 42 | 8 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.84 |
| HSL | 126.32º | 0.83% | 0.09% | - |
| HSV(B) | 126.32º | 0.9% | 0.16% | - |
| XYZ | 0.92 | 1.7 | 0.51 | - |
| YUV | 26.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 8 | 0.90 | 0 | 0.81 | 0.84 | 126.32 | 0.83 | 0.09 |
| Hex | 4 | 2A | 8 | 5A | 0 | 51 | 54 | 7E | 53 | 9 |
| Octal | 4 | 52 | 10 | 132 | 0 | 121 | 124 | 176 | 123 | 11 |
| Binary | 100 | 101010 | 1000 | 1011010 | 0 | 1010001 | 1010100 | 1111110 | 1010011 | 1001 |
Color Harmonies of #042A08
Complementary color
Monochromatic Colors of #042A08
Black with #042A08
Text Example
Text Example
White with #042A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042A08; }
p { color: rgb(4,42,8); }
H1.HeaderClassName
{
color: #042A08;
}
.AnyTagClassName
{
color: #042A08;
}
</style>
background-color css
<style>
a { background-color: #042A08; }
a { background-color: rgb(4,42,8); }
div.DivClassName
{
background-color: #042A08;
}
.BgClassName
{
background-color: #042A08;
}
</style>
border-color css
<style>
span { border-color: #042A08; }
span { border-color: rgb(4,42,8); }
td.TdClassName
{
border-color: #042A08;
}
.TagClassName
{
border-color: #042A08;
}
</style>