Shades of Deep Fir #0D3D24
Tints of Deep Fir #0D3D24
RGB
CMYK
RGB Variations
Color information
#0D3D24 (or 0x0D3D24) is known color: Deep Fir. HEX triplet: 0D, 3D and 24. RGB value is (13,61,36). Sum of RGB (Red+Green+Blue) = 13+61+36=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 61 (24.22% from 255 or 55.45% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 61 - color contains mainly: green. Hex color #0D3D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3D24 is #F2C2DB. Grayscale: #2B2B2B. Windows color (decimal): -15909596 or 2374925. OLE color: 2374925.
HSL color Cylindrical-coordinate representation of color #0D3D24: hue angle of 148.75º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3D24 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 61 | 36 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.76 |
| HSL | 148.75º | 0.65% | 0.15% | - |
| HSV(B) | 148.75º | 0.79% | 0.24% | - |
| XYZ | 2.15 | 3.55 | 2.24 | - |
| YUV | 43.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 61 | 36 | 0.79 | 0 | 0.41 | 0.76 | 148.75 | 0.65 | 0.15 |
| Hex | D | 3D | 24 | 4F | 0 | 29 | 4C | 95 | 41 | F |
| Octal | 15 | 75 | 44 | 117 | 0 | 51 | 114 | 225 | 101 | 17 |
| Binary | 1101 | 111101 | 100100 | 1001111 | 0 | 101001 | 1001100 | 10010101 | 1000001 | 1111 |
Color Harmonies of #0D3D24
Complementary color
Monochromatic Colors of #0D3D24
Black with #0D3D24
Text Example
Text Example
White with #0D3D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3D24; }
p { color: rgb(13,61,36); }
H1.HeaderClassName
{
color: #0D3D24;
}
.AnyTagClassName
{
color: #0D3D24;
}
</style>
background-color css
<style>
a { background-color: #0D3D24; }
a { background-color: rgb(13,61,36); }
div.DivClassName
{
background-color: #0D3D24;
}
.BgClassName
{
background-color: #0D3D24;
}
</style>
border-color css
<style>
span { border-color: #0D3D24; }
span { border-color: rgb(13,61,36); }
td.TdClassName
{
border-color: #0D3D24;
}
.TagClassName
{
border-color: #0D3D24;
}
</style>