Shades of Deep Fir #12471D
Tints of Deep Fir #12471D
RGB
CMYK
RGB Variations
Color information
#12471D (or 0x12471D) is known color: Deep Fir. HEX triplet: 12, 47 and 1D. RGB value is (18,71,29). Sum of RGB (Red+Green+Blue) = 18+71+29=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #12471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12471D is #EDB8E2. Grayscale: #323232. Windows color (decimal): -15579363 or 1918738. OLE color: 1918738.
HSL color Cylindrical-coordinate representation of color #12471D: hue angle of 132.45º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12471D is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 71 | 29 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.72 |
| HSL | 132.45º | 0.6% | 0.17% | - |
| HSV(B) | 132.45º | 0.75% | 0.28% | - |
| XYZ | 2.72 | 4.72 | 1.93 | - |
| YUV | 50.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 29 | 0.75 | 0 | 0.59 | 0.72 | 132.45 | 0.6 | 0.17 |
| Hex | 12 | 47 | 1D | 4B | 0 | 3B | 48 | 84 | 3C | 11 |
| Octal | 22 | 107 | 35 | 113 | 0 | 73 | 110 | 204 | 74 | 21 |
| Binary | 10010 | 1000111 | 11101 | 1001011 | 0 | 111011 | 1001000 | 10000100 | 111100 | 10001 |
Color Harmonies of #12471D
Complementary color
Monochromatic Colors of #12471D
Black with #12471D
Text Example
Text Example
White with #12471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12471D; }
p { color: rgb(18,71,29); }
H1.HeaderClassName
{
color: #12471D;
}
.AnyTagClassName
{
color: #12471D;
}
</style>
background-color css
<style>
a { background-color: #12471D; }
a { background-color: rgb(18,71,29); }
div.DivClassName
{
background-color: #12471D;
}
.BgClassName
{
background-color: #12471D;
}
</style>
border-color css
<style>
span { border-color: #12471D; }
span { border-color: rgb(18,71,29); }
td.TdClassName
{
border-color: #12471D;
}
.TagClassName
{
border-color: #12471D;
}
</style>