Shades of Deep Fir #122D19
Tints of Deep Fir #122D19
RGB
CMYK
RGB Variations
Color information
#122D19 (or 0x122D19) is known color: Deep Fir. HEX triplet: 12, 2D and 19. RGB value is (18,45,25). Sum of RGB (Red+Green+Blue) = 18+45+25=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 45 (17.97% from 255 or 51.14% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 45 - color contains mainly: green. Hex color #122D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122D19 is #EDD2E6. Grayscale: #222222. Windows color (decimal): -15586023 or 1649938. OLE color: 1649938.
HSL color Cylindrical-coordinate representation of color #122D19: hue angle of 135.56º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #122D19 is Cyan = 0.6, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 45 | 25 | - |
| CMYK | 0.6 | 0 | 0.44 | 0.82 |
| HSL | 135.56º | 0.43% | 0.12% | - |
| HSV(B) | 135.56º | 0.6% | 0.18% | - |
| XYZ | 1.36 | 2.08 | 1.25 | - |
| YUV | 34.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 25 | 0.6 | 0 | 0.44 | 0.82 | 135.56 | 0.43 | 0.12 |
| Hex | 12 | 2D | 19 | 3C | 0 | 2C | 52 | 88 | 2B | C |
| Octal | 22 | 55 | 31 | 74 | 0 | 54 | 122 | 210 | 53 | 14 |
| Binary | 10010 | 101101 | 11001 | 111100 | 0 | 101100 | 1010010 | 10001000 | 101011 | 1100 |
Color Harmonies of #122D19
Complementary color
Monochromatic Colors of #122D19
Black with #122D19
Text Example
Text Example
White with #122D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D19; }
p { color: rgb(18,45,25); }
H1.HeaderClassName
{
color: #122D19;
}
.AnyTagClassName
{
color: #122D19;
}
</style>
background-color css
<style>
a { background-color: #122D19; }
a { background-color: rgb(18,45,25); }
div.DivClassName
{
background-color: #122D19;
}
.BgClassName
{
background-color: #122D19;
}
</style>
border-color css
<style>
span { border-color: #122D19; }
span { border-color: rgb(18,45,25); }
td.TdClassName
{
border-color: #122D19;
}
.TagClassName
{
border-color: #122D19;
}
</style>