Shades of Deep Fir #124D1F
Tints of Deep Fir #124D1F
RGB
CMYK
RGB Variations
Color information
#124D1F (or 0x124D1F) is known color: Deep Fir. HEX triplet: 12, 4D and 1F. RGB value is (18,77,31). Sum of RGB (Red+Green+Blue) = 18+77+31=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 77 (30.47% from 255 or 61.11% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 77 - color contains mainly: green. Hex color #124D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D1F is #EDB2E0. Grayscale: #363636. Windows color (decimal): -15577825 or 2051346. OLE color: 2051346.
HSL color Cylindrical-coordinate representation of color #124D1F: hue angle of 133.22º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D1F is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 31 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.70 |
| HSL | 133.22º | 0.62% | 0.19% | - |
| HSV(B) | 133.22º | 0.77% | 0.3% | - |
| XYZ | 3.15 | 5.54 | 2.2 | - |
| YUV | 54.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 31 | 0.77 | 0 | 0.60 | 0.70 | 133.22 | 0.62 | 0.19 |
| Hex | 12 | 4D | 1F | 4D | 0 | 3C | 46 | 85 | 3E | 13 |
| Octal | 22 | 115 | 37 | 115 | 0 | 74 | 106 | 205 | 76 | 23 |
| Binary | 10010 | 1001101 | 11111 | 1001101 | 0 | 111100 | 1000110 | 10000101 | 111110 | 10011 |
Color Harmonies of #124D1F
Complementary color
Monochromatic Colors of #124D1F
Black with #124D1F
Text Example
Text Example
White with #124D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D1F; }
p { color: rgb(18,77,31); }
H1.HeaderClassName
{
color: #124D1F;
}
.AnyTagClassName
{
color: #124D1F;
}
</style>
background-color css
<style>
a { background-color: #124D1F; }
a { background-color: rgb(18,77,31); }
div.DivClassName
{
background-color: #124D1F;
}
.BgClassName
{
background-color: #124D1F;
}
</style>
border-color css
<style>
span { border-color: #124D1F; }
span { border-color: rgb(18,77,31); }
td.TdClassName
{
border-color: #124D1F;
}
.TagClassName
{
border-color: #124D1F;
}
</style>