Shades of Deep Fir #122819
Tints of Deep Fir #122819
RGB
CMYK
RGB Variations
Color information
#122819 (or 0x122819) is known color: Deep Fir. HEX triplet: 12, 28 and 19. RGB value is (18,40,25). Sum of RGB (Red+Green+Blue) = 18+40+25=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #122819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122819 is #EDD7E6. Grayscale: #1F1F1F. Windows color (decimal): -15587303 or 1648658. OLE color: 1648658.
HSL color Cylindrical-coordinate representation of color #122819: hue angle of 139.09º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #122819 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 40 | 25 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.84 |
| HSL | 139.09º | 0.38% | 0.11% | - |
| HSV(B) | 139.09º | 0.55% | 0.16% | - |
| XYZ | 1.18 | 1.72 | 1.19 | - |
| YUV | 31.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 25 | 0.55 | 0 | 0.38 | 0.84 | 139.09 | 0.38 | 0.11 |
| Hex | 12 | 28 | 19 | 37 | 0 | 26 | 54 | 8B | 26 | B |
| Octal | 22 | 50 | 31 | 67 | 0 | 46 | 124 | 213 | 46 | 13 |
| Binary | 10010 | 101000 | 11001 | 110111 | 0 | 100110 | 1010100 | 10001011 | 100110 | 1011 |
Color Harmonies of #122819
Complementary color
Monochromatic Colors of #122819
Black with #122819
Text Example
Text Example
White with #122819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122819; }
p { color: rgb(18,40,25); }
H1.HeaderClassName
{
color: #122819;
}
.AnyTagClassName
{
color: #122819;
}
</style>
background-color css
<style>
a { background-color: #122819; }
a { background-color: rgb(18,40,25); }
div.DivClassName
{
background-color: #122819;
}
.BgClassName
{
background-color: #122819;
}
</style>
border-color css
<style>
span { border-color: #122819; }
span { border-color: rgb(18,40,25); }
td.TdClassName
{
border-color: #122819;
}
.TagClassName
{
border-color: #122819;
}
</style>