Shades of Deep Fir #0A461B
Tints of Deep Fir #0A461B
RGB
CMYK
RGB Variations
Color information
#0A461B (or 0x0A461B) is known color: Deep Fir. HEX triplet: 0A, 46 and 1B. RGB value is (10,70,27). Sum of RGB (Red+Green+Blue) = 10+70+27=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #0A461B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A461B is #F5B9E4. Grayscale: #2F2F2F. Windows color (decimal): -16103909 or 1787402. OLE color: 1787402.
HSL color Cylindrical-coordinate representation of color #0A461B: hue angle of 137º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A461B is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 70 | 27 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.73 |
| HSL | 137º | 0.75% | 0.16% | - |
| HSV(B) | 137º | 0.86% | 0.27% | - |
| XYZ | 2.51 | 4.52 | 1.78 | - |
| YUV | 47.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 27 | 0.86 | 0 | 0.61 | 0.73 | 137 | 0.75 | 0.16 |
| Hex | A | 46 | 1B | 56 | 0 | 3D | 49 | 89 | 4B | 10 |
| Octal | 12 | 106 | 33 | 126 | 0 | 75 | 111 | 211 | 113 | 20 |
| Binary | 1010 | 1000110 | 11011 | 1010110 | 0 | 111101 | 1001001 | 10001001 | 1001011 | 10000 |
Color Harmonies of #0A461B
Complementary color
Monochromatic Colors of #0A461B
Black with #0A461B
Text Example
Text Example
White with #0A461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A461B; }
p { color: rgb(10,70,27); }
H1.HeaderClassName
{
color: #0A461B;
}
.AnyTagClassName
{
color: #0A461B;
}
</style>
background-color css
<style>
a { background-color: #0A461B; }
a { background-color: rgb(10,70,27); }
div.DivClassName
{
background-color: #0A461B;
}
.BgClassName
{
background-color: #0A461B;
}
</style>
border-color css
<style>
span { border-color: #0A461B; }
span { border-color: rgb(10,70,27); }
td.TdClassName
{
border-color: #0A461B;
}
.TagClassName
{
border-color: #0A461B;
}
</style>