Shades of Deep Fir #122F1E
Tints of Deep Fir #122F1E
RGB
CMYK
RGB Variations
Color information
#122F1E (or 0x122F1E) is known color: Deep Fir. HEX triplet: 12, 2F and 1E. RGB value is (18,47,30). Sum of RGB (Red+Green+Blue) = 18+47+30=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 47 (18.75% from 255 or 49.47% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 47 - color contains mainly: green. Hex color #122F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F1E is #EDD0E1. Grayscale: #242424. Windows color (decimal): -15585506 or 1978130. OLE color: 1978130.
HSL color Cylindrical-coordinate representation of color #122F1E: hue angle of 144.83º 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 #122F1E is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 30 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.82 |
| HSL | 144.83º | 0.45% | 0.13% | - |
| HSV(B) | 144.83º | 0.62% | 0.18% | - |
| XYZ | 1.5 | 2.26 | 1.58 | - |
| YUV | 36.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 30 | 0.62 | 0 | 0.36 | 0.82 | 144.83 | 0.45 | 0.13 |
| Hex | 12 | 2F | 1E | 3E | 0 | 24 | 52 | 91 | 2D | D |
| Octal | 22 | 57 | 36 | 76 | 0 | 44 | 122 | 221 | 55 | 15 |
| Binary | 10010 | 101111 | 11110 | 111110 | 0 | 100100 | 1010010 | 10010001 | 101101 | 1101 |
Color Harmonies of #122F1E
Complementary color
Monochromatic Colors of #122F1E
Black with #122F1E
Text Example
Text Example
White with #122F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F1E; }
p { color: rgb(18,47,30); }
H1.HeaderClassName
{
color: #122F1E;
}
.AnyTagClassName
{
color: #122F1E;
}
</style>
background-color css
<style>
a { background-color: #122F1E; }
a { background-color: rgb(18,47,30); }
div.DivClassName
{
background-color: #122F1E;
}
.BgClassName
{
background-color: #122F1E;
}
</style>
border-color css
<style>
span { border-color: #122F1E; }
span { border-color: rgb(18,47,30); }
td.TdClassName
{
border-color: #122F1E;
}
.TagClassName
{
border-color: #122F1E;
}
</style>