Shades of Deep Fir #0D4A17
Tints of Deep Fir #0D4A17
RGB
CMYK
RGB Variations
Color information
#0D4A17 (or 0x0D4A17) is known color: Deep Fir. HEX triplet: 0D, 4A and 17. RGB value is (13,74,23). Sum of RGB (Red+Green+Blue) = 13+74+23=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 74 (29.30% from 255 or 67.27% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 74 - color contains mainly: green. Hex color #0D4A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4A17 is #F2B5E8. Grayscale: #323232. Windows color (decimal): -15906281 or 1526285. OLE color: 1526285.
HSL color Cylindrical-coordinate representation of color #0D4A17: hue angle of 129.84º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4A17 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 74 | 23 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.71 |
| HSL | 129.84º | 0.7% | 0.17% | - |
| HSV(B) | 129.84º | 0.82% | 0.29% | - |
| XYZ | 2.77 | 5.04 | 1.64 | - |
| YUV | 49.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 23 | 0.82 | 0 | 0.69 | 0.71 | 129.84 | 0.7 | 0.17 |
| Hex | D | 4A | 17 | 52 | 0 | 45 | 47 | 82 | 46 | 11 |
| Octal | 15 | 112 | 27 | 122 | 0 | 105 | 107 | 202 | 106 | 21 |
| Binary | 1101 | 1001010 | 10111 | 1010010 | 0 | 1000101 | 1000111 | 10000010 | 1000110 | 10001 |
Color Harmonies of #0D4A17
Complementary color
Monochromatic Colors of #0D4A17
Black with #0D4A17
Text Example
Text Example
White with #0D4A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4A17; }
p { color: rgb(13,74,23); }
H1.HeaderClassName
{
color: #0D4A17;
}
.AnyTagClassName
{
color: #0D4A17;
}
</style>
background-color css
<style>
a { background-color: #0D4A17; }
a { background-color: rgb(13,74,23); }
div.DivClassName
{
background-color: #0D4A17;
}
.BgClassName
{
background-color: #0D4A17;
}
</style>
border-color css
<style>
span { border-color: #0D4A17; }
span { border-color: rgb(13,74,23); }
td.TdClassName
{
border-color: #0D4A17;
}
.TagClassName
{
border-color: #0D4A17;
}
</style>