Shades of Deep Fir #0D3A18
Tints of Deep Fir #0D3A18
RGB
CMYK
RGB Variations
Color information
#0D3A18 (or 0x0D3A18) is known color: Deep Fir. HEX triplet: 0D, 3A and 18. RGB value is (13,58,24). Sum of RGB (Red+Green+Blue) = 13+58+24=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #0D3A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3A18 is #F2C5E7. Grayscale: #282828. Windows color (decimal): -15910376 or 1587725. OLE color: 1587725.
HSL color Cylindrical-coordinate representation of color #0D3A18: hue angle of 134.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3A18 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 58 | 24 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.77 |
| HSL | 134.67º | 0.63% | 0.14% | - |
| HSV(B) | 134.67º | 0.78% | 0.23% | - |
| XYZ | 1.84 | 3.18 | 1.38 | - |
| YUV | 40.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 24 | 0.78 | 0 | 0.59 | 0.77 | 134.67 | 0.63 | 0.14 |
| Hex | D | 3A | 18 | 4E | 0 | 3B | 4D | 87 | 3F | E |
| Octal | 15 | 72 | 30 | 116 | 0 | 73 | 115 | 207 | 77 | 16 |
| Binary | 1101 | 111010 | 11000 | 1001110 | 0 | 111011 | 1001101 | 10000111 | 111111 | 1110 |
Color Harmonies of #0D3A18
Complementary color
Monochromatic Colors of #0D3A18
Black with #0D3A18
Text Example
Text Example
White with #0D3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A18; }
p { color: rgb(13,58,24); }
H1.HeaderClassName
{
color: #0D3A18;
}
.AnyTagClassName
{
color: #0D3A18;
}
</style>
background-color css
<style>
a { background-color: #0D3A18; }
a { background-color: rgb(13,58,24); }
div.DivClassName
{
background-color: #0D3A18;
}
.BgClassName
{
background-color: #0D3A18;
}
</style>
border-color css
<style>
span { border-color: #0D3A18; }
span { border-color: rgb(13,58,24); }
td.TdClassName
{
border-color: #0D3A18;
}
.TagClassName
{
border-color: #0D3A18;
}
</style>