Shades of Deep Fir #0D481B
Tints of Deep Fir #0D481B
RGB
CMYK
RGB Variations
Color information
#0D481B (or 0x0D481B) is known color: Deep Fir. HEX triplet: 0D, 48 and 1B. RGB value is (13,72,27). Sum of RGB (Red+Green+Blue) = 13+72+27=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #0D481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D481B is #F2B7E4. Grayscale: #313131. Windows color (decimal): -15906789 or 1787917. OLE color: 1787917.
HSL color Cylindrical-coordinate representation of color #0D481B: hue angle of 134.24º 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 #0D481B is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 72 | 27 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.72 |
| HSL | 134.24º | 0.69% | 0.17% | - |
| HSV(B) | 134.24º | 0.82% | 0.28% | - |
| XYZ | 2.68 | 4.8 | 1.82 | - |
| YUV | 49.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 27 | 0.82 | 0 | 0.62 | 0.72 | 134.24 | 0.69 | 0.17 |
| Hex | D | 48 | 1B | 52 | 0 | 3E | 48 | 86 | 45 | 11 |
| Octal | 15 | 110 | 33 | 122 | 0 | 76 | 110 | 206 | 105 | 21 |
| Binary | 1101 | 1001000 | 11011 | 1010010 | 0 | 111110 | 1001000 | 10000110 | 1000101 | 10001 |
Color Harmonies of #0D481B
Complementary color
Monochromatic Colors of #0D481B
Black with #0D481B
Text Example
Text Example
White with #0D481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D481B; }
p { color: rgb(13,72,27); }
H1.HeaderClassName
{
color: #0D481B;
}
.AnyTagClassName
{
color: #0D481B;
}
</style>
background-color css
<style>
a { background-color: #0D481B; }
a { background-color: rgb(13,72,27); }
div.DivClassName
{
background-color: #0D481B;
}
.BgClassName
{
background-color: #0D481B;
}
</style>
border-color css
<style>
span { border-color: #0D481B; }
span { border-color: rgb(13,72,27); }
td.TdClassName
{
border-color: #0D481B;
}
.TagClassName
{
border-color: #0D481B;
}
</style>