Shades of Deep Fir #0D2514
Tints of Deep Fir #0D2514
RGB
CMYK
RGB Variations
Color information
#0D2514 (or 0x0D2514) is known color: Deep Fir. HEX triplet: 0D, 25 and 14. RGB value is (13,37,20). Sum of RGB (Red+Green+Blue) = 13+37+20=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2514 is #F2DAEB. Grayscale: #1B1B1B. Windows color (decimal): -15915756 or 1320205. OLE color: 1320205.
HSL color Cylindrical-coordinate representation of color #0D2514: hue angle of 137.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D2514 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 37 | 20 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.85 |
| HSL | 137.5º | 0.48% | 0.1% | - |
| HSV(B) | 137.5º | 0.65% | 0.15% | - |
| XYZ | 0.95 | 1.46 | 0.89 | - |
| YUV | 27.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 20 | 0.65 | 0 | 0.46 | 0.85 | 137.5 | 0.48 | 0.1 |
| Hex | D | 25 | 14 | 41 | 0 | 2E | 55 | 8A | 30 | A |
| Octal | 15 | 45 | 24 | 101 | 0 | 56 | 125 | 212 | 60 | 12 |
| Binary | 1101 | 100101 | 10100 | 1000001 | 0 | 101110 | 1010101 | 10001010 | 110000 | 1010 |
Color Harmonies of #0D2514
Complementary color
Monochromatic Colors of #0D2514
Black with #0D2514
Text Example
Text Example
White with #0D2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2514; }
p { color: rgb(13,37,20); }
H1.HeaderClassName
{
color: #0D2514;
}
.AnyTagClassName
{
color: #0D2514;
}
</style>
background-color css
<style>
a { background-color: #0D2514; }
a { background-color: rgb(13,37,20); }
div.DivClassName
{
background-color: #0D2514;
}
.BgClassName
{
background-color: #0D2514;
}
</style>
border-color css
<style>
span { border-color: #0D2514; }
span { border-color: rgb(13,37,20); }
td.TdClassName
{
border-color: #0D2514;
}
.TagClassName
{
border-color: #0D2514;
}
</style>