Shades of Deep Fir #12491F
Tints of Deep Fir #12491F
RGB
CMYK
RGB Variations
Color information
#12491F (or 0x12491F) is known color: Deep Fir. HEX triplet: 12, 49 and 1F. RGB value is (18,73,31). Sum of RGB (Red+Green+Blue) = 18+73+31=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #12491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12491F is #EDB6E0. Grayscale: #333333. Windows color (decimal): -15578849 or 2050322. OLE color: 2050322.
HSL color Cylindrical-coordinate representation of color #12491F: hue angle of 134.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12491F is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 73 | 31 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.71 |
| HSL | 134.18º | 0.6% | 0.18% | - |
| HSV(B) | 134.18º | 0.75% | 0.29% | - |
| XYZ | 2.88 | 4.99 | 2.11 | - |
| YUV | 51.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 31 | 0.75 | 0 | 0.58 | 0.71 | 134.18 | 0.6 | 0.18 |
| Hex | 12 | 49 | 1F | 4B | 0 | 3A | 47 | 86 | 3C | 12 |
| Octal | 22 | 111 | 37 | 113 | 0 | 72 | 107 | 206 | 74 | 22 |
| Binary | 10010 | 1001001 | 11111 | 1001011 | 0 | 111010 | 1000111 | 10000110 | 111100 | 10010 |
Color Harmonies of #12491F
Complementary color
Monochromatic Colors of #12491F
Black with #12491F
Text Example
Text Example
White with #12491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12491F; }
p { color: rgb(18,73,31); }
H1.HeaderClassName
{
color: #12491F;
}
.AnyTagClassName
{
color: #12491F;
}
</style>
background-color css
<style>
a { background-color: #12491F; }
a { background-color: rgb(18,73,31); }
div.DivClassName
{
background-color: #12491F;
}
.BgClassName
{
background-color: #12491F;
}
</style>
border-color css
<style>
span { border-color: #12491F; }
span { border-color: rgb(18,73,31); }
td.TdClassName
{
border-color: #12491F;
}
.TagClassName
{
border-color: #12491F;
}
</style>