Shades of Deep Fir #0D481E
Tints of Deep Fir #0D481E
RGB
CMYK
RGB Variations
Color information
#0D481E (or 0x0D481E) is known color: Deep Fir. HEX triplet: 0D, 48 and 1E. RGB value is (13,72,30). Sum of RGB (Red+Green+Blue) = 13+72+30=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #0D481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D481E is #F2B7E1. Grayscale: #313131. Windows color (decimal): -15906786 or 1984525. OLE color: 1984525.
HSL color Cylindrical-coordinate representation of color #0D481E: hue angle of 137.29º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D481E is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 72 | 30 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.72 |
| HSL | 137.29º | 0.69% | 0.17% | - |
| HSV(B) | 137.29º | 0.82% | 0.28% | - |
| XYZ | 2.72 | 4.81 | 2.01 | - |
| YUV | 49.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 30 | 0.82 | 0 | 0.58 | 0.72 | 137.29 | 0.69 | 0.17 |
| Hex | D | 48 | 1E | 52 | 0 | 3A | 48 | 89 | 45 | 11 |
| Octal | 15 | 110 | 36 | 122 | 0 | 72 | 110 | 211 | 105 | 21 |
| Binary | 1101 | 1001000 | 11110 | 1010010 | 0 | 111010 | 1001000 | 10001001 | 1000101 | 10001 |
Color Harmonies of #0D481E
Complementary color
Monochromatic Colors of #0D481E
Black with #0D481E
Text Example
Text Example
White with #0D481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D481E; }
p { color: rgb(13,72,30); }
H1.HeaderClassName
{
color: #0D481E;
}
.AnyTagClassName
{
color: #0D481E;
}
</style>
background-color css
<style>
a { background-color: #0D481E; }
a { background-color: rgb(13,72,30); }
div.DivClassName
{
background-color: #0D481E;
}
.BgClassName
{
background-color: #0D481E;
}
</style>
border-color css
<style>
span { border-color: #0D481E; }
span { border-color: rgb(13,72,30); }
td.TdClassName
{
border-color: #0D481E;
}
.TagClassName
{
border-color: #0D481E;
}
</style>