Shades of Deep Fir #0A491D
Tints of Deep Fir #0A491D
RGB
CMYK
RGB Variations
Color information
#0A491D (or 0x0A491D) is known color: Deep Fir. HEX triplet: 0A, 49 and 1D. RGB value is (10,73,29). Sum of RGB (Red+Green+Blue) = 10+73+29=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 73 (28.91% from 255 or 65.18% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 73 - color contains mainly: green. Hex color #0A491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A491D is #F5B6E2. Grayscale: #313131. Windows color (decimal): -16103139 or 1919242. OLE color: 1919242.
HSL color Cylindrical-coordinate representation of color #0A491D: hue angle of 138.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A491D is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 29 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.71 |
| HSL | 138.1º | 0.76% | 0.16% | - |
| HSV(B) | 138.1º | 0.86% | 0.29% | - |
| XYZ | 2.73 | 4.92 | 1.97 | - |
| YUV | 49.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 29 | 0.86 | 0 | 0.60 | 0.71 | 138.1 | 0.76 | 0.16 |
| Hex | A | 49 | 1D | 56 | 0 | 3C | 47 | 8A | 4C | 10 |
| Octal | 12 | 111 | 35 | 126 | 0 | 74 | 107 | 212 | 114 | 20 |
| Binary | 1010 | 1001001 | 11101 | 1010110 | 0 | 111100 | 1000111 | 10001010 | 1001100 | 10000 |
Color Harmonies of #0A491D
Complementary color
Monochromatic Colors of #0A491D
Black with #0A491D
Text Example
Text Example
White with #0A491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A491D; }
p { color: rgb(10,73,29); }
H1.HeaderClassName
{
color: #0A491D;
}
.AnyTagClassName
{
color: #0A491D;
}
</style>
background-color css
<style>
a { background-color: #0A491D; }
a { background-color: rgb(10,73,29); }
div.DivClassName
{
background-color: #0A491D;
}
.BgClassName
{
background-color: #0A491D;
}
</style>
border-color css
<style>
span { border-color: #0A491D; }
span { border-color: rgb(10,73,29); }
td.TdClassName
{
border-color: #0A491D;
}
.TagClassName
{
border-color: #0A491D;
}
</style>