Shades of Deep Fir #042B0A
Tints of Deep Fir #042B0A
RGB
CMYK
RGB Variations
Color information
#042B0A (or 0x042B0A) is known color: Deep Fir. HEX triplet: 04, 2B and 0A. RGB value is (4,43,10). Sum of RGB (Red+Green+Blue) = 4+43+10=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 43 (17.19% from 255 or 75.44% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 43 - color contains mainly: green. Hex color #042B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042B0A is #FBD4F5. Grayscale: #1B1B1B. Windows color (decimal): -16504054 or 666372. OLE color: 666372.
HSL color Cylindrical-coordinate representation of color #042B0A: hue angle of 129.23º 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 #042B0A is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 43 | 10 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.83 |
| HSL | 129.23º | 0.83% | 0.09% | - |
| HSV(B) | 129.23º | 0.91% | 0.17% | - |
| XYZ | 0.97 | 1.78 | 0.58 | - |
| YUV | 27.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 10 | 0.91 | 0 | 0.77 | 0.83 | 129.23 | 0.83 | 0.09 |
| Hex | 4 | 2B | A | 5B | 0 | 4D | 53 | 81 | 53 | 9 |
| Octal | 4 | 53 | 12 | 133 | 0 | 115 | 123 | 201 | 123 | 11 |
| Binary | 100 | 101011 | 1010 | 1011011 | 0 | 1001101 | 1010011 | 10000001 | 1010011 | 1001 |
Color Harmonies of #042B0A
Complementary color
Monochromatic Colors of #042B0A
Black with #042B0A
Text Example
Text Example
White with #042B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B0A; }
p { color: rgb(4,43,10); }
H1.HeaderClassName
{
color: #042B0A;
}
.AnyTagClassName
{
color: #042B0A;
}
</style>
background-color css
<style>
a { background-color: #042B0A; }
a { background-color: rgb(4,43,10); }
div.DivClassName
{
background-color: #042B0A;
}
.BgClassName
{
background-color: #042B0A;
}
</style>
border-color css
<style>
span { border-color: #042B0A; }
span { border-color: rgb(4,43,10); }
td.TdClassName
{
border-color: #042B0A;
}
.TagClassName
{
border-color: #042B0A;
}
</style>