Shades of Deep Fir #0D431F
Tints of Deep Fir #0D431F
RGB
CMYK
RGB Variations
Color information
#0D431F (or 0x0D431F) is known color: Deep Fir. HEX triplet: 0D, 43 and 1F. RGB value is (13,67,31). Sum of RGB (Red+Green+Blue) = 13+67+31=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 67 (26.56% from 255 or 60.36% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 67 - color contains mainly: green. Hex color #0D431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D431F is #F2BCE0. Grayscale: #2E2E2E. Windows color (decimal): -15908065 or 2048781. OLE color: 2048781.
HSL color Cylindrical-coordinate representation of color #0D431F: hue angle of 140º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D431F is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 67 | 31 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.74 |
| HSL | 140º | 0.68% | 0.16% | - |
| HSV(B) | 140º | 0.81% | 0.26% | - |
| XYZ | 2.42 | 4.2 | 1.98 | - |
| YUV | 46.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 31 | 0.81 | 0 | 0.54 | 0.74 | 140 | 0.68 | 0.16 |
| Hex | D | 43 | 1F | 51 | 0 | 36 | 4A | 8C | 44 | 10 |
| Octal | 15 | 103 | 37 | 121 | 0 | 66 | 112 | 214 | 104 | 20 |
| Binary | 1101 | 1000011 | 11111 | 1010001 | 0 | 110110 | 1001010 | 10001100 | 1000100 | 10000 |
Color Harmonies of #0D431F
Complementary color
Monochromatic Colors of #0D431F
Black with #0D431F
Text Example
Text Example
White with #0D431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D431F; }
p { color: rgb(13,67,31); }
H1.HeaderClassName
{
color: #0D431F;
}
.AnyTagClassName
{
color: #0D431F;
}
</style>
background-color css
<style>
a { background-color: #0D431F; }
a { background-color: rgb(13,67,31); }
div.DivClassName
{
background-color: #0D431F;
}
.BgClassName
{
background-color: #0D431F;
}
</style>
border-color css
<style>
span { border-color: #0D431F; }
span { border-color: rgb(13,67,31); }
td.TdClassName
{
border-color: #0D431F;
}
.TagClassName
{
border-color: #0D431F;
}
</style>