Shades of Deep Fir #12471C
Tints of Deep Fir #12471C
RGB
CMYK
RGB Variations
Color information
#12471C (or 0x12471C) is known color: Deep Fir. HEX triplet: 12, 47 and 1C. RGB value is (18,71,28). Sum of RGB (Red+Green+Blue) = 18+71+28=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #12471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12471C is #EDB8E3. Grayscale: #323232. Windows color (decimal): -15579364 or 1853202. OLE color: 1853202.
HSL color Cylindrical-coordinate representation of color #12471C: hue angle of 131.32º 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 #12471C is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 71 | 28 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.72 |
| HSL | 131.32º | 0.6% | 0.17% | - |
| HSV(B) | 131.32º | 0.75% | 0.28% | - |
| XYZ | 2.71 | 4.72 | 1.87 | - |
| YUV | 50.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 28 | 0.75 | 0 | 0.61 | 0.72 | 131.32 | 0.6 | 0.17 |
| Hex | 12 | 47 | 1C | 4B | 0 | 3D | 48 | 83 | 3C | 11 |
| Octal | 22 | 107 | 34 | 113 | 0 | 75 | 110 | 203 | 74 | 21 |
| Binary | 10010 | 1000111 | 11100 | 1001011 | 0 | 111101 | 1001000 | 10000011 | 111100 | 10001 |
Color Harmonies of #12471C
Complementary color
Monochromatic Colors of #12471C
Black with #12471C
Text Example
Text Example
White with #12471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12471C; }
p { color: rgb(18,71,28); }
H1.HeaderClassName
{
color: #12471C;
}
.AnyTagClassName
{
color: #12471C;
}
</style>
background-color css
<style>
a { background-color: #12471C; }
a { background-color: rgb(18,71,28); }
div.DivClassName
{
background-color: #12471C;
}
.BgClassName
{
background-color: #12471C;
}
</style>
border-color css
<style>
span { border-color: #12471C; }
span { border-color: rgb(18,71,28); }
td.TdClassName
{
border-color: #12471C;
}
.TagClassName
{
border-color: #12471C;
}
</style>