Shades of Deep Fir #0D3C21
Tints of Deep Fir #0D3C21
RGB
CMYK
RGB Variations
Color information
#0D3C21 (or 0x0D3C21) is known color: Deep Fir. HEX triplet: 0D, 3C and 21. RGB value is (13,60,33). Sum of RGB (Red+Green+Blue) = 13+60+33=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 60 (23.83% from 255 or 56.60% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 60 - color contains mainly: green. Hex color #0D3C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3C21 is #F2C3DE. Grayscale: #2A2A2A. Windows color (decimal): -15909855 or 2178061. OLE color: 2178061.
HSL color Cylindrical-coordinate representation of color #0D3C21: hue angle of 145.53º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3C21 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 60 | 33 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.76 |
| HSL | 145.53º | 0.64% | 0.14% | - |
| HSV(B) | 145.53º | 0.78% | 0.24% | - |
| XYZ | 2.06 | 3.43 | 1.99 | - |
| YUV | 42.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 33 | 0.78 | 0 | 0.45 | 0.76 | 145.53 | 0.64 | 0.14 |
| Hex | D | 3C | 21 | 4E | 0 | 2D | 4C | 92 | 40 | E |
| Octal | 15 | 74 | 41 | 116 | 0 | 55 | 114 | 222 | 100 | 16 |
| Binary | 1101 | 111100 | 100001 | 1001110 | 0 | 101101 | 1001100 | 10010010 | 1000000 | 1110 |
Color Harmonies of #0D3C21
Complementary color
Monochromatic Colors of #0D3C21
Black with #0D3C21
Text Example
Text Example
White with #0D3C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3C21; }
p { color: rgb(13,60,33); }
H1.HeaderClassName
{
color: #0D3C21;
}
.AnyTagClassName
{
color: #0D3C21;
}
</style>
background-color css
<style>
a { background-color: #0D3C21; }
a { background-color: rgb(13,60,33); }
div.DivClassName
{
background-color: #0D3C21;
}
.BgClassName
{
background-color: #0D3C21;
}
</style>
border-color css
<style>
span { border-color: #0D3C21; }
span { border-color: rgb(13,60,33); }
td.TdClassName
{
border-color: #0D3C21;
}
.TagClassName
{
border-color: #0D3C21;
}
</style>