Shades of Deep Fir #00470B
Tints of Deep Fir #00470B
RGB
CMYK
RGB Variations
Color information
#00470B (or 0x00470B) is known color: Deep Fir. HEX triplet: 00, 47 and 0B. RGB value is (0,71,11). Sum of RGB (Red+Green+Blue) = 0+71+11=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 71 (28.12% from 255 or 86.59% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 71 - color contains mainly: green. Hex color #00470B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00470B is #FFB8F4. Grayscale: #2B2B2B. Windows color (decimal): -16759029 or 739072. OLE color: 739072.
HSL color Cylindrical-coordinate representation of color #00470B: hue angle of 129.3º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00470B is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 71 | 11 | - |
| CMYK | 1 | 0 | 0.85 | 0.72 |
| HSL | 129.3º | 1% | 0.14% | - |
| HSV(B) | 129.3º | 1% | 0.28% | - |
| XYZ | 2.31 | 4.53 | 1.07 | - |
| YUV | 42.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 11 | 1 | 0 | 0.85 | 0.72 | 129.3 | 1 | 0.14 |
| Hex | 0 | 47 | B | 64 | 0 | 55 | 48 | 81 | 64 | E |
| Octal | 0 | 107 | 13 | 144 | 0 | 125 | 110 | 201 | 144 | 16 |
| Binary | 0 | 1000111 | 1011 | 1100100 | 0 | 1010101 | 1001000 | 10000001 | 1100100 | 1110 |
Color Harmonies of #00470B
Complementary color
Monochromatic Colors of #00470B
Black with #00470B
Text Example
Text Example
White with #00470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00470B; }
p { color: rgb(0,71,11); }
H1.HeaderClassName
{
color: #00470B;
}
.AnyTagClassName
{
color: #00470B;
}
</style>
background-color css
<style>
a { background-color: #00470B; }
a { background-color: rgb(0,71,11); }
div.DivClassName
{
background-color: #00470B;
}
.BgClassName
{
background-color: #00470B;
}
</style>
border-color css
<style>
span { border-color: #00470B; }
span { border-color: rgb(0,71,11); }
td.TdClassName
{
border-color: #00470B;
}
.TagClassName
{
border-color: #00470B;
}
</style>