Shades of Deep Fir #0D3015
Tints of Deep Fir #0D3015
RGB
CMYK
RGB Variations
Color information
#0D3015 (or 0x0D3015) is known color: Deep Fir. HEX triplet: 0D, 30 and 15. RGB value is (13,48,21). Sum of RGB (Red+Green+Blue) = 13+48+21=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3015 is #F2CFEA. Grayscale: #222222. Windows color (decimal): -15912939 or 1388557. OLE color: 1388557.
HSL color Cylindrical-coordinate representation of color #0D3015: hue angle of 133.71º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3015 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 48 | 21 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.81 |
| HSL | 133.71º | 0.57% | 0.12% | - |
| HSV(B) | 133.71º | 0.73% | 0.19% | - |
| XYZ | 1.36 | 2.25 | 1.07 | - |
| YUV | 34.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 21 | 0.73 | 0 | 0.56 | 0.81 | 133.71 | 0.57 | 0.12 |
| Hex | D | 30 | 15 | 49 | 0 | 38 | 51 | 86 | 39 | C |
| Octal | 15 | 60 | 25 | 111 | 0 | 70 | 121 | 206 | 71 | 14 |
| Binary | 1101 | 110000 | 10101 | 1001001 | 0 | 111000 | 1010001 | 10000110 | 111001 | 1100 |
Color Harmonies of #0D3015
Complementary color
Monochromatic Colors of #0D3015
Black with #0D3015
Text Example
Text Example
White with #0D3015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3015; }
p { color: rgb(13,48,21); }
H1.HeaderClassName
{
color: #0D3015;
}
.AnyTagClassName
{
color: #0D3015;
}
</style>
background-color css
<style>
a { background-color: #0D3015; }
a { background-color: rgb(13,48,21); }
div.DivClassName
{
background-color: #0D3015;
}
.BgClassName
{
background-color: #0D3015;
}
</style>
border-color css
<style>
span { border-color: #0D3015; }
span { border-color: rgb(13,48,21); }
td.TdClassName
{
border-color: #0D3015;
}
.TagClassName
{
border-color: #0D3015;
}
</style>