Shades of Deep Fir #042E10
Tints of Deep Fir #042E10
RGB
CMYK
RGB Variations
Color information
#042E10 (or 0x042E10) is known color: Deep Fir. HEX triplet: 04, 2E and 10. RGB value is (4,46,16). Sum of RGB (Red+Green+Blue) = 4+46+16=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 46 (18.36% from 255 or 69.70% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 46 - color contains mainly: green. Hex color #042E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042E10 is #FBD1EF. Grayscale: #1E1E1E. Windows color (decimal): -16503280 or 1060356. OLE color: 1060356.
HSL color Cylindrical-coordinate representation of color #042E10: hue angle of 137.14º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042E10 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 16 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.82 |
| HSL | 137.14º | 0.84% | 0.1% | - |
| HSV(B) | 137.14º | 0.91% | 0.18% | - |
| XYZ | 1.12 | 2.02 | 0.82 | - |
| YUV | 30.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 16 | 0.91 | 0 | 0.65 | 0.82 | 137.14 | 0.84 | 0.1 |
| Hex | 4 | 2E | 10 | 5B | 0 | 41 | 52 | 89 | 54 | A |
| Octal | 4 | 56 | 20 | 133 | 0 | 101 | 122 | 211 | 124 | 12 |
| Binary | 100 | 101110 | 10000 | 1011011 | 0 | 1000001 | 1010010 | 10001001 | 1010100 | 1010 |
Color Harmonies of #042E10
Complementary color
Monochromatic Colors of #042E10
Black with #042E10
Text Example
Text Example
White with #042E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E10; }
p { color: rgb(4,46,16); }
H1.HeaderClassName
{
color: #042E10;
}
.AnyTagClassName
{
color: #042E10;
}
</style>
background-color css
<style>
a { background-color: #042E10; }
a { background-color: rgb(4,46,16); }
div.DivClassName
{
background-color: #042E10;
}
.BgClassName
{
background-color: #042E10;
}
</style>
border-color css
<style>
span { border-color: #042E10; }
span { border-color: rgb(4,46,16); }
td.TdClassName
{
border-color: #042E10;
}
.TagClassName
{
border-color: #042E10;
}
</style>