Shades of Deep Fir #0D3214
Tints of Deep Fir #0D3214
RGB
CMYK
RGB Variations
Color information
#0D3214 (or 0x0D3214) is known color: Deep Fir. HEX triplet: 0D, 32 and 14. RGB value is (13,50,20). Sum of RGB (Red+Green+Blue) = 13+50+20=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3214 is #F2CDEB. Grayscale: #232323. Windows color (decimal): -15912428 or 1323533. OLE color: 1323533.
HSL color Cylindrical-coordinate representation of color #0D3214: hue angle of 131.35º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D3214 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 20 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.80 |
| HSL | 131.35º | 0.59% | 0.12% | - |
| HSV(B) | 131.35º | 0.74% | 0.2% | - |
| XYZ | 1.43 | 2.42 | 1.05 | - |
| YUV | 35.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 20 | 0.74 | 0 | 0.60 | 0.80 | 131.35 | 0.59 | 0.12 |
| Hex | D | 32 | 14 | 4A | 0 | 3C | 50 | 83 | 3B | C |
| Octal | 15 | 62 | 24 | 112 | 0 | 74 | 120 | 203 | 73 | 14 |
| Binary | 1101 | 110010 | 10100 | 1001010 | 0 | 111100 | 1010000 | 10000011 | 111011 | 1100 |
Color Harmonies of #0D3214
Complementary color
Monochromatic Colors of #0D3214
Black with #0D3214
Text Example
Text Example
White with #0D3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3214; }
p { color: rgb(13,50,20); }
H1.HeaderClassName
{
color: #0D3214;
}
.AnyTagClassName
{
color: #0D3214;
}
</style>
background-color css
<style>
a { background-color: #0D3214; }
a { background-color: rgb(13,50,20); }
div.DivClassName
{
background-color: #0D3214;
}
.BgClassName
{
background-color: #0D3214;
}
</style>
border-color css
<style>
span { border-color: #0D3214; }
span { border-color: rgb(13,50,20); }
td.TdClassName
{
border-color: #0D3214;
}
.TagClassName
{
border-color: #0D3214;
}
</style>