Shades of Deep Fir #042B0C
Tints of Deep Fir #042B0C
RGB
CMYK
RGB Variations
Color information
#042B0C (or 0x042B0C) is known color: Deep Fir. HEX triplet: 04, 2B and 0C. RGB value is (4,43,12). Sum of RGB (Red+Green+Blue) = 4+43+12=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 43 (17.19% from 255 or 72.88% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 43 - color contains mainly: green. Hex color #042B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042B0C is #FBD4F3. Grayscale: #1B1B1B. Windows color (decimal): -16504052 or 797444. OLE color: 797444.
HSL color Cylindrical-coordinate representation of color #042B0C: hue angle of 132.31º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042B0C is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 43 | 12 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.83 |
| HSL | 132.31º | 0.83% | 0.09% | - |
| HSV(B) | 132.31º | 0.91% | 0.17% | - |
| XYZ | 0.98 | 1.78 | 0.64 | - |
| YUV | 27.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 12 | 0.91 | 0 | 0.72 | 0.83 | 132.31 | 0.83 | 0.09 |
| Hex | 4 | 2B | C | 5B | 0 | 48 | 53 | 84 | 53 | 9 |
| Octal | 4 | 53 | 14 | 133 | 0 | 110 | 123 | 204 | 123 | 11 |
| Binary | 100 | 101011 | 1100 | 1011011 | 0 | 1001000 | 1010011 | 10000100 | 1010011 | 1001 |
Color Harmonies of #042B0C
Complementary color
Monochromatic Colors of #042B0C
Black with #042B0C
Text Example
Text Example
White with #042B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B0C; }
p { color: rgb(4,43,12); }
H1.HeaderClassName
{
color: #042B0C;
}
.AnyTagClassName
{
color: #042B0C;
}
</style>
background-color css
<style>
a { background-color: #042B0C; }
a { background-color: rgb(4,43,12); }
div.DivClassName
{
background-color: #042B0C;
}
.BgClassName
{
background-color: #042B0C;
}
</style>
border-color css
<style>
span { border-color: #042B0C; }
span { border-color: rgb(4,43,12); }
td.TdClassName
{
border-color: #042B0C;
}
.TagClassName
{
border-color: #042B0C;
}
</style>