Shades of Deep Fir #123119
Tints of Deep Fir #123119
RGB
CMYK
RGB Variations
Color information
#123119 (or 0x123119) is known color: Deep Fir. HEX triplet: 12, 31 and 19. RGB value is (18,49,25). Sum of RGB (Red+Green+Blue) = 18+49+25=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #123119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123119 is #EDCEE6. Grayscale: #252525. Windows color (decimal): -15584999 or 1650962. OLE color: 1650962.
HSL color Cylindrical-coordinate representation of color #123119: hue angle of 133.55º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #123119 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 25 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.81 |
| HSL | 133.55º | 0.46% | 0.13% | - |
| HSV(B) | 133.55º | 0.63% | 0.19% | - |
| XYZ | 1.52 | 2.4 | 1.3 | - |
| YUV | 37 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 25 | 0.63 | 0 | 0.49 | 0.81 | 133.55 | 0.46 | 0.13 |
| Hex | 12 | 31 | 19 | 3F | 0 | 31 | 51 | 86 | 2E | D |
| Octal | 22 | 61 | 31 | 77 | 0 | 61 | 121 | 206 | 56 | 15 |
| Binary | 10010 | 110001 | 11001 | 111111 | 0 | 110001 | 1010001 | 10000110 | 101110 | 1101 |
Color Harmonies of #123119
Complementary color
Monochromatic Colors of #123119
Black with #123119
Text Example
Text Example
White with #123119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123119; }
p { color: rgb(18,49,25); }
H1.HeaderClassName
{
color: #123119;
}
.AnyTagClassName
{
color: #123119;
}
</style>
background-color css
<style>
a { background-color: #123119; }
a { background-color: rgb(18,49,25); }
div.DivClassName
{
background-color: #123119;
}
.BgClassName
{
background-color: #123119;
}
</style>
border-color css
<style>
span { border-color: #123119; }
span { border-color: rgb(18,49,25); }
td.TdClassName
{
border-color: #123119;
}
.TagClassName
{
border-color: #123119;
}
</style>