Shades of Deep Fir #0D2D17
Tints of Deep Fir #0D2D17
RGB
CMYK
RGB Variations
Color information
#0D2D17 (or 0x0D2D17) is known color: Deep Fir. HEX triplet: 0D, 2D and 17. RGB value is (13,45,23). Sum of RGB (Red+Green+Blue) = 13+45+23=81 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.05% from 81); Green value is 45 (17.97% from 255 or 55.56% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 45 - color contains mainly: green. Hex color #0D2D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2D17 is #F2D2E8. Grayscale: #202020. Windows color (decimal): -15913705 or 1518861. OLE color: 1518861.
HSL color Cylindrical-coordinate representation of color #0D2D17: hue angle of 138.75º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D2D17 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 45 | 23 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.82 |
| HSL | 138.75º | 0.55% | 0.11% | - |
| HSV(B) | 138.75º | 0.71% | 0.18% | - |
| XYZ | 1.26 | 2.02 | 1.13 | - |
| YUV | 32.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 23 | 0.71 | 0 | 0.49 | 0.82 | 138.75 | 0.55 | 0.11 |
| Hex | D | 2D | 17 | 47 | 0 | 31 | 52 | 8B | 37 | B |
| Octal | 15 | 55 | 27 | 107 | 0 | 61 | 122 | 213 | 67 | 13 |
| Binary | 1101 | 101101 | 10111 | 1000111 | 0 | 110001 | 1010010 | 10001011 | 110111 | 1011 |
Color Harmonies of #0D2D17
Complementary color
Monochromatic Colors of #0D2D17
Black with #0D2D17
Text Example
Text Example
White with #0D2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2D17; }
p { color: rgb(13,45,23); }
H1.HeaderClassName
{
color: #0D2D17;
}
.AnyTagClassName
{
color: #0D2D17;
}
</style>
background-color css
<style>
a { background-color: #0D2D17; }
a { background-color: rgb(13,45,23); }
div.DivClassName
{
background-color: #0D2D17;
}
.BgClassName
{
background-color: #0D2D17;
}
</style>
border-color css
<style>
span { border-color: #0D2D17; }
span { border-color: rgb(13,45,23); }
td.TdClassName
{
border-color: #0D2D17;
}
.TagClassName
{
border-color: #0D2D17;
}
</style>