Shades of Deep Fir #122E1A
Tints of Deep Fir #122E1A
RGB
CMYK
RGB Variations
Color information
#122E1A (or 0x122E1A) is known color: Deep Fir. HEX triplet: 12, 2E and 1A. RGB value is (18,46,26). Sum of RGB (Red+Green+Blue) = 18+46+26=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #122E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E1A is #EDD1E5. Grayscale: #232323. Windows color (decimal): -15585766 or 1715730. OLE color: 1715730.
HSL color Cylindrical-coordinate representation of color #122E1A: hue angle of 137.14º 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 #122E1A is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 26 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.82 |
| HSL | 137.14º | 0.44% | 0.13% | - |
| HSV(B) | 137.14º | 0.61% | 0.18% | - |
| XYZ | 1.41 | 2.16 | 1.32 | - |
| YUV | 35.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 26 | 0.61 | 0 | 0.43 | 0.82 | 137.14 | 0.44 | 0.13 |
| Hex | 12 | 2E | 1A | 3D | 0 | 2B | 52 | 89 | 2C | D |
| Octal | 22 | 56 | 32 | 75 | 0 | 53 | 122 | 211 | 54 | 15 |
| Binary | 10010 | 101110 | 11010 | 111101 | 0 | 101011 | 1010010 | 10001001 | 101100 | 1101 |
Color Harmonies of #122E1A
Complementary color
Monochromatic Colors of #122E1A
Black with #122E1A
Text Example
Text Example
White with #122E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E1A; }
p { color: rgb(18,46,26); }
H1.HeaderClassName
{
color: #122E1A;
}
.AnyTagClassName
{
color: #122E1A;
}
</style>
background-color css
<style>
a { background-color: #122E1A; }
a { background-color: rgb(18,46,26); }
div.DivClassName
{
background-color: #122E1A;
}
.BgClassName
{
background-color: #122E1A;
}
</style>
border-color css
<style>
span { border-color: #122E1A; }
span { border-color: rgb(18,46,26); }
td.TdClassName
{
border-color: #122E1A;
}
.TagClassName
{
border-color: #122E1A;
}
</style>