Shades of Deep Fir #122F1B
Tints of Deep Fir #122F1B
RGB
CMYK
RGB Variations
Color information
#122F1B (or 0x122F1B) is known color: Deep Fir. HEX triplet: 12, 2F and 1B. RGB value is (18,47,27). Sum of RGB (Red+Green+Blue) = 18+47+27=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 47 (18.75% from 255 or 51.09% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 47 - color contains mainly: green. Hex color #122F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F1B is #EDD0E4. Grayscale: #242424. Windows color (decimal): -15585509 or 1781522. OLE color: 1781522.
HSL color Cylindrical-coordinate representation of color #122F1B: hue angle of 138.62º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F1B is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 27 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.82 |
| HSL | 138.62º | 0.45% | 0.13% | - |
| HSV(B) | 138.62º | 0.62% | 0.18% | - |
| XYZ | 1.46 | 2.24 | 1.39 | - |
| YUV | 36.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 27 | 0.62 | 0 | 0.43 | 0.82 | 138.62 | 0.45 | 0.13 |
| Hex | 12 | 2F | 1B | 3E | 0 | 2B | 52 | 8B | 2D | D |
| Octal | 22 | 57 | 33 | 76 | 0 | 53 | 122 | 213 | 55 | 15 |
| Binary | 10010 | 101111 | 11011 | 111110 | 0 | 101011 | 1010010 | 10001011 | 101101 | 1101 |
Color Harmonies of #122F1B
Complementary color
Monochromatic Colors of #122F1B
Black with #122F1B
Text Example
Text Example
White with #122F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F1B; }
p { color: rgb(18,47,27); }
H1.HeaderClassName
{
color: #122F1B;
}
.AnyTagClassName
{
color: #122F1B;
}
</style>
background-color css
<style>
a { background-color: #122F1B; }
a { background-color: rgb(18,47,27); }
div.DivClassName
{
background-color: #122F1B;
}
.BgClassName
{
background-color: #122F1B;
}
</style>
border-color css
<style>
span { border-color: #122F1B; }
span { border-color: rgb(18,47,27); }
td.TdClassName
{
border-color: #122F1B;
}
.TagClassName
{
border-color: #122F1B;
}
</style>