Shades of Deep Fir #0D4B1E
Tints of Deep Fir #0D4B1E
RGB
CMYK
RGB Variations
Color information
#0D4B1E (or 0x0D4B1E) is known color: Deep Fir. HEX triplet: 0D, 4B and 1E. RGB value is (13,75,30). Sum of RGB (Red+Green+Blue) = 13+75+30=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 75 (29.69% from 255 or 63.56% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4B1E is #F2B4E1. Grayscale: #333333. Windows color (decimal): -15906018 or 1985293. OLE color: 1985293.
HSL color Cylindrical-coordinate representation of color #0D4B1E: hue angle of 136.45º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4B1E is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 75 | 30 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.71 |
| HSL | 136.45º | 0.7% | 0.17% | - |
| HSV(B) | 136.45º | 0.83% | 0.29% | - |
| XYZ | 2.92 | 5.21 | 2.08 | - |
| YUV | 51.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 30 | 0.83 | 0 | 0.60 | 0.71 | 136.45 | 0.7 | 0.17 |
| Hex | D | 4B | 1E | 53 | 0 | 3C | 47 | 88 | 46 | 11 |
| Octal | 15 | 113 | 36 | 123 | 0 | 74 | 107 | 210 | 106 | 21 |
| Binary | 1101 | 1001011 | 11110 | 1010011 | 0 | 111100 | 1000111 | 10001000 | 1000110 | 10001 |
Color Harmonies of #0D4B1E
Complementary color
Monochromatic Colors of #0D4B1E
Black with #0D4B1E
Text Example
Text Example
White with #0D4B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4B1E; }
p { color: rgb(13,75,30); }
H1.HeaderClassName
{
color: #0D4B1E;
}
.AnyTagClassName
{
color: #0D4B1E;
}
</style>
background-color css
<style>
a { background-color: #0D4B1E; }
a { background-color: rgb(13,75,30); }
div.DivClassName
{
background-color: #0D4B1E;
}
.BgClassName
{
background-color: #0D4B1E;
}
</style>
border-color css
<style>
span { border-color: #0D4B1E; }
span { border-color: rgb(13,75,30); }
td.TdClassName
{
border-color: #0D4B1E;
}
.TagClassName
{
border-color: #0D4B1E;
}
</style>