Shades of Deep Fir #0D4721
Tints of Deep Fir #0D4721
RGB
CMYK
RGB Variations
Color information
#0D4721 (or 0x0D4721) is known color: Deep Fir. HEX triplet: 0D, 47 and 21. RGB value is (13,71,33). Sum of RGB (Red+Green+Blue) = 13+71+33=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4721 is #F2B8DE. Grayscale: #313131. Windows color (decimal): -15907039 or 2180877. OLE color: 2180877.
HSL color Cylindrical-coordinate representation of color #0D4721: hue angle of 140.69º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4721 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 71 | 33 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.72 |
| HSL | 140.69º | 0.69% | 0.16% | - |
| HSV(B) | 140.69º | 0.82% | 0.28% | - |
| XYZ | 2.69 | 4.7 | 2.2 | - |
| YUV | 49.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 33 | 0.82 | 0 | 0.54 | 0.72 | 140.69 | 0.69 | 0.16 |
| Hex | D | 47 | 21 | 52 | 0 | 36 | 48 | 8D | 45 | 10 |
| Octal | 15 | 107 | 41 | 122 | 0 | 66 | 110 | 215 | 105 | 20 |
| Binary | 1101 | 1000111 | 100001 | 1010010 | 0 | 110110 | 1001000 | 10001101 | 1000101 | 10000 |
Color Harmonies of #0D4721
Complementary color
Monochromatic Colors of #0D4721
Black with #0D4721
Text Example
Text Example
White with #0D4721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4721; }
p { color: rgb(13,71,33); }
H1.HeaderClassName
{
color: #0D4721;
}
.AnyTagClassName
{
color: #0D4721;
}
</style>
background-color css
<style>
a { background-color: #0D4721; }
a { background-color: rgb(13,71,33); }
div.DivClassName
{
background-color: #0D4721;
}
.BgClassName
{
background-color: #0D4721;
}
</style>
border-color css
<style>
span { border-color: #0D4721; }
span { border-color: rgb(13,71,33); }
td.TdClassName
{
border-color: #0D4721;
}
.TagClassName
{
border-color: #0D4721;
}
</style>