Shades of Deep Fir #0D2C1A
Tints of Deep Fir #0D2C1A
RGB
CMYK
RGB Variations
Color information
#0D2C1A (or 0x0D2C1A) is known color: Deep Fir. HEX triplet: 0D, 2C and 1A. RGB value is (13,44,26). Sum of RGB (Red+Green+Blue) = 13+44+26=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #0D2C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2C1A is #F2D3E5. Grayscale: #202020. Windows color (decimal): -15913958 or 1715213. OLE color: 1715213.
HSL color Cylindrical-coordinate representation of color #0D2C1A: hue angle of 145.16º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D2C1A is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 44 | 26 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.83 |
| HSL | 145.16º | 0.54% | 0.11% | - |
| HSV(B) | 145.16º | 0.7% | 0.17% | - |
| XYZ | 1.25 | 1.96 | 1.29 | - |
| YUV | 32.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 26 | 0.70 | 0 | 0.41 | 0.83 | 145.16 | 0.54 | 0.11 |
| Hex | D | 2C | 1A | 46 | 0 | 29 | 53 | 91 | 36 | B |
| Octal | 15 | 54 | 32 | 106 | 0 | 51 | 123 | 221 | 66 | 13 |
| Binary | 1101 | 101100 | 11010 | 1000110 | 0 | 101001 | 1010011 | 10010001 | 110110 | 1011 |
Color Harmonies of #0D2C1A
Complementary color
Monochromatic Colors of #0D2C1A
Black with #0D2C1A
Text Example
Text Example
White with #0D2C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C1A; }
p { color: rgb(13,44,26); }
H1.HeaderClassName
{
color: #0D2C1A;
}
.AnyTagClassName
{
color: #0D2C1A;
}
</style>
background-color css
<style>
a { background-color: #0D2C1A; }
a { background-color: rgb(13,44,26); }
div.DivClassName
{
background-color: #0D2C1A;
}
.BgClassName
{
background-color: #0D2C1A;
}
</style>
border-color css
<style>
span { border-color: #0D2C1A; }
span { border-color: rgb(13,44,26); }
td.TdClassName
{
border-color: #0D2C1A;
}
.TagClassName
{
border-color: #0D2C1A;
}
</style>