Shades of Deep Fir #0A2913
Tints of Deep Fir #0A2913
RGB
CMYK
RGB Variations
Color information
#0A2913 (or 0x0A2913) is known color: Deep Fir. HEX triplet: 0A, 29 and 13. RGB value is (10,41,19). Sum of RGB (Red+Green+Blue) = 10+41+19=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #0A2913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2913 is #F5D6EC. Grayscale: #1D1D1D. Windows color (decimal): -16111341 or 1255690. OLE color: 1255690.
HSL color Cylindrical-coordinate representation of color #0A2913: hue angle of 137.42º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A2913 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 41 | 19 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.84 |
| HSL | 137.42º | 0.61% | 0.1% | - |
| HSV(B) | 137.42º | 0.76% | 0.16% | - |
| XYZ | 1.04 | 1.7 | 0.89 | - |
| YUV | 29.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 19 | 0.76 | 0 | 0.54 | 0.84 | 137.42 | 0.61 | 0.1 |
| Hex | A | 29 | 13 | 4C | 0 | 36 | 54 | 89 | 3D | A |
| Octal | 12 | 51 | 23 | 114 | 0 | 66 | 124 | 211 | 75 | 12 |
| Binary | 1010 | 101001 | 10011 | 1001100 | 0 | 110110 | 1010100 | 10001001 | 111101 | 1010 |
Color Harmonies of #0A2913
Complementary color
Monochromatic Colors of #0A2913
Black with #0A2913
Text Example
Text Example
White with #0A2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2913; }
p { color: rgb(10,41,19); }
H1.HeaderClassName
{
color: #0A2913;
}
.AnyTagClassName
{
color: #0A2913;
}
</style>
background-color css
<style>
a { background-color: #0A2913; }
a { background-color: rgb(10,41,19); }
div.DivClassName
{
background-color: #0A2913;
}
.BgClassName
{
background-color: #0A2913;
}
</style>
border-color css
<style>
span { border-color: #0A2913; }
span { border-color: rgb(10,41,19); }
td.TdClassName
{
border-color: #0A2913;
}
.TagClassName
{
border-color: #0A2913;
}
</style>