Shades of Deep Fir #124D20
Tints of Deep Fir #124D20
RGB
CMYK
RGB Variations
Color information
#124D20 (or 0x124D20) is known color: Deep Fir. HEX triplet: 12, 4D and 20. RGB value is (18,77,32). Sum of RGB (Red+Green+Blue) = 18+77+32=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #124D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D20 is #EDB2DF. Grayscale: #363636. Windows color (decimal): -15577824 or 2116882. OLE color: 2116882.
HSL color Cylindrical-coordinate representation of color #124D20: hue angle of 134.24º 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 #124D20 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 32 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.70 |
| HSL | 134.24º | 0.62% | 0.19% | - |
| HSV(B) | 134.24º | 0.77% | 0.3% | - |
| XYZ | 3.16 | 5.54 | 2.27 | - |
| YUV | 54.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 32 | 0.77 | 0 | 0.58 | 0.70 | 134.24 | 0.62 | 0.19 |
| Hex | 12 | 4D | 20 | 4D | 0 | 3A | 46 | 86 | 3E | 13 |
| Octal | 22 | 115 | 40 | 115 | 0 | 72 | 106 | 206 | 76 | 23 |
| Binary | 10010 | 1001101 | 100000 | 1001101 | 0 | 111010 | 1000110 | 10000110 | 111110 | 10011 |
Color Harmonies of #124D20
Complementary color
Monochromatic Colors of #124D20
Black with #124D20
Text Example
Text Example
White with #124D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D20; }
p { color: rgb(18,77,32); }
H1.HeaderClassName
{
color: #124D20;
}
.AnyTagClassName
{
color: #124D20;
}
</style>
background-color css
<style>
a { background-color: #124D20; }
a { background-color: rgb(18,77,32); }
div.DivClassName
{
background-color: #124D20;
}
.BgClassName
{
background-color: #124D20;
}
</style>
border-color css
<style>
span { border-color: #124D20; }
span { border-color: rgb(18,77,32); }
td.TdClassName
{
border-color: #124D20;
}
.TagClassName
{
border-color: #124D20;
}
</style>