Shades of Deep Fir #0D421C
Tints of Deep Fir #0D421C
RGB
CMYK
RGB Variations
Color information
#0D421C (or 0x0D421C) is known color: Deep Fir. HEX triplet: 0D, 42 and 1C. RGB value is (13,66,28). Sum of RGB (Red+Green+Blue) = 13+66+28=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #0D421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D421C is #F2BDE3. Grayscale: #2D2D2D. Windows color (decimal): -15908324 or 1851917. OLE color: 1851917.
HSL color Cylindrical-coordinate representation of color #0D421C: hue angle of 136.98º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D421C is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 66 | 28 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.74 |
| HSL | 136.98º | 0.67% | 0.15% | - |
| HSV(B) | 136.98º | 0.8% | 0.26% | - |
| XYZ | 2.32 | 4.07 | 1.76 | - |
| YUV | 45.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 28 | 0.80 | 0 | 0.58 | 0.74 | 136.98 | 0.67 | 0.15 |
| Hex | D | 42 | 1C | 50 | 0 | 3A | 4A | 89 | 43 | F |
| Octal | 15 | 102 | 34 | 120 | 0 | 72 | 112 | 211 | 103 | 17 |
| Binary | 1101 | 1000010 | 11100 | 1010000 | 0 | 111010 | 1001010 | 10001001 | 1000011 | 1111 |
Color Harmonies of #0D421C
Complementary color
Monochromatic Colors of #0D421C
Black with #0D421C
Text Example
Text Example
White with #0D421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D421C; }
p { color: rgb(13,66,28); }
H1.HeaderClassName
{
color: #0D421C;
}
.AnyTagClassName
{
color: #0D421C;
}
</style>
background-color css
<style>
a { background-color: #0D421C; }
a { background-color: rgb(13,66,28); }
div.DivClassName
{
background-color: #0D421C;
}
.BgClassName
{
background-color: #0D421C;
}
</style>
border-color css
<style>
span { border-color: #0D421C; }
span { border-color: rgb(13,66,28); }
td.TdClassName
{
border-color: #0D421C;
}
.TagClassName
{
border-color: #0D421C;
}
</style>