Shades of Deep Fir #122E1B
Tints of Deep Fir #122E1B
RGB
CMYK
RGB Variations
Color information
#122E1B (or 0x122E1B) is known color: Deep Fir. HEX triplet: 12, 2E and 1B. RGB value is (18,46,27). Sum of RGB (Red+Green+Blue) = 18+46+27=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 46 (18.36% from 255 or 50.55% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 46 - color contains mainly: green. Hex color #122E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E1B is #EDD1E4. Grayscale: #232323. Windows color (decimal): -15585765 or 1781266. OLE color: 1781266.
HSL color Cylindrical-coordinate representation of color #122E1B: hue angle of 139.29º 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 #122E1B is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 27 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.82 |
| HSL | 139.29º | 0.44% | 0.13% | - |
| HSV(B) | 139.29º | 0.61% | 0.18% | - |
| XYZ | 1.42 | 2.16 | 1.38 | - |
| YUV | 35.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 27 | 0.61 | 0 | 0.41 | 0.82 | 139.29 | 0.44 | 0.13 |
| Hex | 12 | 2E | 1B | 3D | 0 | 29 | 52 | 8B | 2C | D |
| Octal | 22 | 56 | 33 | 75 | 0 | 51 | 122 | 213 | 54 | 15 |
| Binary | 10010 | 101110 | 11011 | 111101 | 0 | 101001 | 1010010 | 10001011 | 101100 | 1101 |
Color Harmonies of #122E1B
Complementary color
Monochromatic Colors of #122E1B
Black with #122E1B
Text Example
Text Example
White with #122E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E1B; }
p { color: rgb(18,46,27); }
H1.HeaderClassName
{
color: #122E1B;
}
.AnyTagClassName
{
color: #122E1B;
}
</style>
background-color css
<style>
a { background-color: #122E1B; }
a { background-color: rgb(18,46,27); }
div.DivClassName
{
background-color: #122E1B;
}
.BgClassName
{
background-color: #122E1B;
}
</style>
border-color css
<style>
span { border-color: #122E1B; }
span { border-color: rgb(18,46,27); }
td.TdClassName
{
border-color: #122E1B;
}
.TagClassName
{
border-color: #122E1B;
}
</style>