Shades of Deep Fir #0D2E12
Tints of Deep Fir #0D2E12
RGB
CMYK
RGB Variations
Color information
#0D2E12 (or 0x0D2E12) is known color: Deep Fir. HEX triplet: 0D, 2E and 12. RGB value is (13,46,18). Sum of RGB (Red+Green+Blue) = 13+46+18=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 46 (18.36% from 255 or 59.74% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2E12 is #F2D1ED. Grayscale: #212121. Windows color (decimal): -15913454 or 1191437. OLE color: 1191437.
HSL color Cylindrical-coordinate representation of color #0D2E12: hue angle of 129.09º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2E12 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 46 | 18 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.82 |
| HSL | 129.09º | 0.56% | 0.12% | - |
| HSV(B) | 129.09º | 0.72% | 0.18% | - |
| XYZ | 1.25 | 2.08 | 0.91 | - |
| YUV | 32.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 18 | 0.72 | 0 | 0.61 | 0.82 | 129.09 | 0.56 | 0.12 |
| Hex | D | 2E | 12 | 48 | 0 | 3D | 52 | 81 | 38 | C |
| Octal | 15 | 56 | 22 | 110 | 0 | 75 | 122 | 201 | 70 | 14 |
| Binary | 1101 | 101110 | 10010 | 1001000 | 0 | 111101 | 1010010 | 10000001 | 111000 | 1100 |
Color Harmonies of #0D2E12
Complementary color
Monochromatic Colors of #0D2E12
Black with #0D2E12
Text Example
Text Example
White with #0D2E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2E12; }
p { color: rgb(13,46,18); }
H1.HeaderClassName
{
color: #0D2E12;
}
.AnyTagClassName
{
color: #0D2E12;
}
</style>
background-color css
<style>
a { background-color: #0D2E12; }
a { background-color: rgb(13,46,18); }
div.DivClassName
{
background-color: #0D2E12;
}
.BgClassName
{
background-color: #0D2E12;
}
</style>
border-color css
<style>
span { border-color: #0D2E12; }
span { border-color: rgb(13,46,18); }
td.TdClassName
{
border-color: #0D2E12;
}
.TagClassName
{
border-color: #0D2E12;
}
</style>