Shades of Deep Fir #122E1D
Tints of Deep Fir #122E1D
RGB
CMYK
RGB Variations
Color information
#122E1D (or 0x122E1D) is known color: Deep Fir. HEX triplet: 12, 2E and 1D. RGB value is (18,46,29). Sum of RGB (Red+Green+Blue) = 18+46+29=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #122E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E1D is #EDD1E2. Grayscale: #232323. Windows color (decimal): -15585763 or 1912338. OLE color: 1912338.
HSL color Cylindrical-coordinate representation of color #122E1D: hue angle of 143.57º 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 #122E1D is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 29 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.82 |
| HSL | 143.57º | 0.44% | 0.13% | - |
| HSV(B) | 143.57º | 0.61% | 0.18% | - |
| XYZ | 1.45 | 2.17 | 1.51 | - |
| YUV | 35.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 29 | 0.61 | 0 | 0.37 | 0.82 | 143.57 | 0.44 | 0.13 |
| Hex | 12 | 2E | 1D | 3D | 0 | 25 | 52 | 90 | 2C | D |
| Octal | 22 | 56 | 35 | 75 | 0 | 45 | 122 | 220 | 54 | 15 |
| Binary | 10010 | 101110 | 11101 | 111101 | 0 | 100101 | 1010010 | 10010000 | 101100 | 1101 |
Color Harmonies of #122E1D
Complementary color
Monochromatic Colors of #122E1D
Black with #122E1D
Text Example
Text Example
White with #122E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E1D; }
p { color: rgb(18,46,29); }
H1.HeaderClassName
{
color: #122E1D;
}
.AnyTagClassName
{
color: #122E1D;
}
</style>
background-color css
<style>
a { background-color: #122E1D; }
a { background-color: rgb(18,46,29); }
div.DivClassName
{
background-color: #122E1D;
}
.BgClassName
{
background-color: #122E1D;
}
</style>
border-color css
<style>
span { border-color: #122E1D; }
span { border-color: rgb(18,46,29); }
td.TdClassName
{
border-color: #122E1D;
}
.TagClassName
{
border-color: #122E1D;
}
</style>