Shades of Deep Fir #124C1E
Tints of Deep Fir #124C1E
RGB
CMYK
RGB Variations
Color information
#124C1E (or 0x124C1E) is known color: Deep Fir. HEX triplet: 12, 4C and 1E. RGB value is (18,76,30). Sum of RGB (Red+Green+Blue) = 18+76+30=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #124C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C1E is #EDB3E1. Grayscale: #353535. Windows color (decimal): -15578082 or 1985554. OLE color: 1985554.
HSL color Cylindrical-coordinate representation of color #124C1E: hue angle of 132.41º 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 #124C1E is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 30 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.70 |
| HSL | 132.41º | 0.62% | 0.18% | - |
| HSV(B) | 132.41º | 0.76% | 0.3% | - |
| XYZ | 3.07 | 5.39 | 2.11 | - |
| YUV | 53.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 30 | 0.76 | 0 | 0.61 | 0.70 | 132.41 | 0.62 | 0.18 |
| Hex | 12 | 4C | 1E | 4C | 0 | 3D | 46 | 84 | 3E | 12 |
| Octal | 22 | 114 | 36 | 114 | 0 | 75 | 106 | 204 | 76 | 22 |
| Binary | 10010 | 1001100 | 11110 | 1001100 | 0 | 111101 | 1000110 | 10000100 | 111110 | 10010 |
Color Harmonies of #124C1E
Complementary color
Monochromatic Colors of #124C1E
Black with #124C1E
Text Example
Text Example
White with #124C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C1E; }
p { color: rgb(18,76,30); }
H1.HeaderClassName
{
color: #124C1E;
}
.AnyTagClassName
{
color: #124C1E;
}
</style>
background-color css
<style>
a { background-color: #124C1E; }
a { background-color: rgb(18,76,30); }
div.DivClassName
{
background-color: #124C1E;
}
.BgClassName
{
background-color: #124C1E;
}
</style>
border-color css
<style>
span { border-color: #124C1E; }
span { border-color: rgb(18,76,30); }
td.TdClassName
{
border-color: #124C1E;
}
.TagClassName
{
border-color: #124C1E;
}
</style>