Shades of Deep Fir #122A1B
Tints of Deep Fir #122A1B
RGB
CMYK
RGB Variations
Color information
#122A1B (or 0x122A1B) is known color: Deep Fir. HEX triplet: 12, 2A and 1B. RGB value is (18,42,27). Sum of RGB (Red+Green+Blue) = 18+42+27=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 42 - color contains mainly: green. Hex color #122A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A1B is #EDD5E4. Grayscale: #212121. Windows color (decimal): -15586789 or 1780242. OLE color: 1780242.
HSL color Cylindrical-coordinate representation of color #122A1B: hue angle of 142.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #122A1B is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 42 | 27 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.84 |
| HSL | 142.5º | 0.4% | 0.12% | - |
| HSV(B) | 142.5º | 0.57% | 0.16% | - |
| XYZ | 1.28 | 1.86 | 1.33 | - |
| YUV | 33.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 27 | 0.57 | 0 | 0.36 | 0.84 | 142.5 | 0.4 | 0.12 |
| Hex | 12 | 2A | 1B | 39 | 0 | 24 | 54 | 8E | 28 | C |
| Octal | 22 | 52 | 33 | 71 | 0 | 44 | 124 | 216 | 50 | 14 |
| Binary | 10010 | 101010 | 11011 | 111001 | 0 | 100100 | 1010100 | 10001110 | 101000 | 1100 |
Color Harmonies of #122A1B
Complementary color
Monochromatic Colors of #122A1B
Black with #122A1B
Text Example
Text Example
White with #122A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A1B; }
p { color: rgb(18,42,27); }
H1.HeaderClassName
{
color: #122A1B;
}
.AnyTagClassName
{
color: #122A1B;
}
</style>
background-color css
<style>
a { background-color: #122A1B; }
a { background-color: rgb(18,42,27); }
div.DivClassName
{
background-color: #122A1B;
}
.BgClassName
{
background-color: #122A1B;
}
</style>
border-color css
<style>
span { border-color: #122A1B; }
span { border-color: rgb(18,42,27); }
td.TdClassName
{
border-color: #122A1B;
}
.TagClassName
{
border-color: #122A1B;
}
</style>