Shades of Deep Fir #0D4122
Tints of Deep Fir #0D4122
RGB
CMYK
RGB Variations
Color information
#0D4122 (or 0x0D4122) is known color: Deep Fir. HEX triplet: 0D, 41 and 22. RGB value is (13,65,34). Sum of RGB (Red+Green+Blue) = 13+65+34=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4122 is #F2BEDD. Grayscale: #2D2D2D. Windows color (decimal): -15908574 or 2244877. OLE color: 2244877.
HSL color Cylindrical-coordinate representation of color #0D4122: hue angle of 144.23º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4122 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 65 | 34 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.75 |
| HSL | 144.23º | 0.67% | 0.15% | - |
| HSV(B) | 144.23º | 0.8% | 0.25% | - |
| XYZ | 2.35 | 3.98 | 2.16 | - |
| YUV | 45.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 34 | 0.80 | 0 | 0.48 | 0.75 | 144.23 | 0.67 | 0.15 |
| Hex | D | 41 | 22 | 50 | 0 | 30 | 4B | 90 | 43 | F |
| Octal | 15 | 101 | 42 | 120 | 0 | 60 | 113 | 220 | 103 | 17 |
| Binary | 1101 | 1000001 | 100010 | 1010000 | 0 | 110000 | 1001011 | 10010000 | 1000011 | 1111 |
Color Harmonies of #0D4122
Complementary color
Monochromatic Colors of #0D4122
Black with #0D4122
Text Example
Text Example
White with #0D4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4122; }
p { color: rgb(13,65,34); }
H1.HeaderClassName
{
color: #0D4122;
}
.AnyTagClassName
{
color: #0D4122;
}
</style>
background-color css
<style>
a { background-color: #0D4122; }
a { background-color: rgb(13,65,34); }
div.DivClassName
{
background-color: #0D4122;
}
.BgClassName
{
background-color: #0D4122;
}
</style>
border-color css
<style>
span { border-color: #0D4122; }
span { border-color: rgb(13,65,34); }
td.TdClassName
{
border-color: #0D4122;
}
.TagClassName
{
border-color: #0D4122;
}
</style>