Shades of Deep Fir #122E1C
Tints of Deep Fir #122E1C
RGB
CMYK
RGB Variations
Color information
#122E1C (or 0x122E1C) is known color: Deep Fir. HEX triplet: 12, 2E and 1C. RGB value is (18,46,28). Sum of RGB (Red+Green+Blue) = 18+46+28=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #122E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E1C is #EDD1E3. Grayscale: #232323. Windows color (decimal): -15585764 or 1846802. OLE color: 1846802.
HSL color Cylindrical-coordinate representation of color #122E1C: hue angle of 141.43º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E1C is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 28 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.82 |
| HSL | 141.43º | 0.44% | 0.13% | - |
| HSV(B) | 141.43º | 0.61% | 0.18% | - |
| XYZ | 1.44 | 2.17 | 1.44 | - |
| YUV | 35.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 28 | 0.61 | 0 | 0.39 | 0.82 | 141.43 | 0.44 | 0.13 |
| Hex | 12 | 2E | 1C | 3D | 0 | 27 | 52 | 8D | 2C | D |
| Octal | 22 | 56 | 34 | 75 | 0 | 47 | 122 | 215 | 54 | 15 |
| Binary | 10010 | 101110 | 11100 | 111101 | 0 | 100111 | 1010010 | 10001101 | 101100 | 1101 |
Color Harmonies of #122E1C
Complementary color
Monochromatic Colors of #122E1C
Black with #122E1C
Text Example
Text Example
White with #122E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E1C; }
p { color: rgb(18,46,28); }
H1.HeaderClassName
{
color: #122E1C;
}
.AnyTagClassName
{
color: #122E1C;
}
</style>
background-color css
<style>
a { background-color: #122E1C; }
a { background-color: rgb(18,46,28); }
div.DivClassName
{
background-color: #122E1C;
}
.BgClassName
{
background-color: #122E1C;
}
</style>
border-color css
<style>
span { border-color: #122E1C; }
span { border-color: rgb(18,46,28); }
td.TdClassName
{
border-color: #122E1C;
}
.TagClassName
{
border-color: #122E1C;
}
</style>