Shades of Deep Fir #0D491B
Tints of Deep Fir #0D491B
RGB
CMYK
RGB Variations
Color information
#0D491B (or 0x0D491B) is known color: Deep Fir. HEX triplet: 0D, 49 and 1B. RGB value is (13,73,27). Sum of RGB (Red+Green+Blue) = 13+73+27=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #0D491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D491B is #F2B6E4. Grayscale: #313131. Windows color (decimal): -15906533 or 1788173. OLE color: 1788173.
HSL color Cylindrical-coordinate representation of color #0D491B: hue angle of 134º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D491B is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 73 | 27 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.71 |
| HSL | 134º | 0.7% | 0.17% | - |
| HSV(B) | 134º | 0.82% | 0.29% | - |
| XYZ | 2.75 | 4.93 | 1.84 | - |
| YUV | 49.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 27 | 0.82 | 0 | 0.63 | 0.71 | 134 | 0.7 | 0.17 |
| Hex | D | 49 | 1B | 52 | 0 | 3F | 47 | 86 | 46 | 11 |
| Octal | 15 | 111 | 33 | 122 | 0 | 77 | 107 | 206 | 106 | 21 |
| Binary | 1101 | 1001001 | 11011 | 1010010 | 0 | 111111 | 1000111 | 10000110 | 1000110 | 10001 |
Color Harmonies of #0D491B
Complementary color
Monochromatic Colors of #0D491B
Black with #0D491B
Text Example
Text Example
White with #0D491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D491B; }
p { color: rgb(13,73,27); }
H1.HeaderClassName
{
color: #0D491B;
}
.AnyTagClassName
{
color: #0D491B;
}
</style>
background-color css
<style>
a { background-color: #0D491B; }
a { background-color: rgb(13,73,27); }
div.DivClassName
{
background-color: #0D491B;
}
.BgClassName
{
background-color: #0D491B;
}
</style>
border-color css
<style>
span { border-color: #0D491B; }
span { border-color: rgb(13,73,27); }
td.TdClassName
{
border-color: #0D491B;
}
.TagClassName
{
border-color: #0D491B;
}
</style>