Shades of Deep Fir #03470E
Tints of Deep Fir #03470E
RGB
CMYK
RGB Variations
Color information
#03470E (or 0x03470E) is known color: Deep Fir. HEX triplet: 03, 47 and 0E. RGB value is (3,71,14). Sum of RGB (Red+Green+Blue) = 3+71+14=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 71 (28.12% from 255 or 80.68% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 71 - color contains mainly: green. Hex color #03470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03470E is #FCB8F1. Grayscale: #2C2C2C. Windows color (decimal): -16562418 or 935683. OLE color: 935683.
HSL color Cylindrical-coordinate representation of color #03470E: hue angle of 129.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03470E is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 71 | 14 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.72 |
| HSL | 129.71º | 0.92% | 0.15% | - |
| HSV(B) | 129.71º | 0.96% | 0.28% | - |
| XYZ | 2.37 | 4.56 | 1.17 | - |
| YUV | 44.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 14 | 0.96 | 0 | 0.80 | 0.72 | 129.71 | 0.92 | 0.15 |
| Hex | 3 | 47 | E | 60 | 0 | 50 | 48 | 82 | 5C | F |
| Octal | 3 | 107 | 16 | 140 | 0 | 120 | 110 | 202 | 134 | 17 |
| Binary | 11 | 1000111 | 1110 | 1100000 | 0 | 1010000 | 1001000 | 10000010 | 1011100 | 1111 |
Color Harmonies of #03470E
Complementary color
Monochromatic Colors of #03470E
Black with #03470E
Text Example
Text Example
White with #03470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03470E; }
p { color: rgb(3,71,14); }
H1.HeaderClassName
{
color: #03470E;
}
.AnyTagClassName
{
color: #03470E;
}
</style>
background-color css
<style>
a { background-color: #03470E; }
a { background-color: rgb(3,71,14); }
div.DivClassName
{
background-color: #03470E;
}
.BgClassName
{
background-color: #03470E;
}
</style>
border-color css
<style>
span { border-color: #03470E; }
span { border-color: rgb(3,71,14); }
td.TdClassName
{
border-color: #03470E;
}
.TagClassName
{
border-color: #03470E;
}
</style>