Shades of Deep Fir #124C20
Tints of Deep Fir #124C20
RGB
CMYK
RGB Variations
Color information
#124C20 (or 0x124C20) is known color: Deep Fir. HEX triplet: 12, 4C and 20. RGB value is (18,76,32). Sum of RGB (Red+Green+Blue) = 18+76+32=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #124C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C20 is #EDB3DF. Grayscale: #353535. Windows color (decimal): -15578080 or 2116626. OLE color: 2116626.
HSL color Cylindrical-coordinate representation of color #124C20: hue angle of 134.48º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C20 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 32 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.70 |
| HSL | 134.48º | 0.62% | 0.18% | - |
| HSV(B) | 134.48º | 0.76% | 0.3% | - |
| XYZ | 3.09 | 5.4 | 2.25 | - |
| YUV | 53.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 32 | 0.76 | 0 | 0.58 | 0.70 | 134.48 | 0.62 | 0.18 |
| Hex | 12 | 4C | 20 | 4C | 0 | 3A | 46 | 86 | 3E | 12 |
| Octal | 22 | 114 | 40 | 114 | 0 | 72 | 106 | 206 | 76 | 22 |
| Binary | 10010 | 1001100 | 100000 | 1001100 | 0 | 111010 | 1000110 | 10000110 | 111110 | 10010 |
Color Harmonies of #124C20
Complementary color
Monochromatic Colors of #124C20
Black with #124C20
Text Example
Text Example
White with #124C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C20; }
p { color: rgb(18,76,32); }
H1.HeaderClassName
{
color: #124C20;
}
.AnyTagClassName
{
color: #124C20;
}
</style>
background-color css
<style>
a { background-color: #124C20; }
a { background-color: rgb(18,76,32); }
div.DivClassName
{
background-color: #124C20;
}
.BgClassName
{
background-color: #124C20;
}
</style>
border-color css
<style>
span { border-color: #124C20; }
span { border-color: rgb(18,76,32); }
td.TdClassName
{
border-color: #124C20;
}
.TagClassName
{
border-color: #124C20;
}
</style>