Shades of Deep Fir #124C1C
Tints of Deep Fir #124C1C
RGB
CMYK
RGB Variations
Color information
#124C1C (or 0x124C1C) is known color: Deep Fir. HEX triplet: 12, 4C and 1C. RGB value is (18,76,28). Sum of RGB (Red+Green+Blue) = 18+76+28=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 76 (30.08% from 255 or 62.30% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 76 - color contains mainly: green. Hex color #124C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C1C is #EDB3E3. Grayscale: #353535. Windows color (decimal): -15578084 or 1854482. OLE color: 1854482.
HSL color Cylindrical-coordinate representation of color #124C1C: hue angle of 130.34º 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 #124C1C is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 28 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.70 |
| HSL | 130.34º | 0.62% | 0.18% | - |
| HSV(B) | 130.34º | 0.76% | 0.3% | - |
| XYZ | 3.04 | 5.38 | 1.98 | - |
| YUV | 53.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 28 | 0.76 | 0 | 0.63 | 0.70 | 130.34 | 0.62 | 0.18 |
| Hex | 12 | 4C | 1C | 4C | 0 | 3F | 46 | 82 | 3E | 12 |
| Octal | 22 | 114 | 34 | 114 | 0 | 77 | 106 | 202 | 76 | 22 |
| Binary | 10010 | 1001100 | 11100 | 1001100 | 0 | 111111 | 1000110 | 10000010 | 111110 | 10010 |
Color Harmonies of #124C1C
Complementary color
Monochromatic Colors of #124C1C
Black with #124C1C
Text Example
Text Example
White with #124C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C1C; }
p { color: rgb(18,76,28); }
H1.HeaderClassName
{
color: #124C1C;
}
.AnyTagClassName
{
color: #124C1C;
}
</style>
background-color css
<style>
a { background-color: #124C1C; }
a { background-color: rgb(18,76,28); }
div.DivClassName
{
background-color: #124C1C;
}
.BgClassName
{
background-color: #124C1C;
}
</style>
border-color css
<style>
span { border-color: #124C1C; }
span { border-color: rgb(18,76,28); }
td.TdClassName
{
border-color: #124C1C;
}
.TagClassName
{
border-color: #124C1C;
}
</style>