Shades of Deep Fir #124E1E
Tints of Deep Fir #124E1E
RGB
CMYK
RGB Variations
Color information
#124E1E (or 0x124E1E) is known color: Deep Fir. HEX triplet: 12, 4E and 1E. RGB value is (18,78,30). Sum of RGB (Red+Green+Blue) = 18+78+30=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 78 (30.86% from 255 or 61.90% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 78 - color contains mainly: green. Hex color #124E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E1E is #EDB1E1. Grayscale: #363636. Windows color (decimal): -15577570 or 1986066. OLE color: 1986066.
HSL color Cylindrical-coordinate representation of color #124E1E: hue angle of 132º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E1E is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 30 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.69 |
| HSL | 132º | 0.63% | 0.19% | - |
| HSV(B) | 132º | 0.77% | 0.31% | - |
| XYZ | 3.21 | 5.67 | 2.15 | - |
| YUV | 54.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 30 | 0.77 | 0 | 0.62 | 0.69 | 132 | 0.63 | 0.19 |
| Hex | 12 | 4E | 1E | 4D | 0 | 3E | 45 | 84 | 3E | 13 |
| Octal | 22 | 116 | 36 | 115 | 0 | 76 | 105 | 204 | 76 | 23 |
| Binary | 10010 | 1001110 | 11110 | 1001101 | 0 | 111110 | 1000101 | 10000100 | 111110 | 10011 |
Color Harmonies of #124E1E
Complementary color
Monochromatic Colors of #124E1E
Black with #124E1E
Text Example
Text Example
White with #124E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E1E; }
p { color: rgb(18,78,30); }
H1.HeaderClassName
{
color: #124E1E;
}
.AnyTagClassName
{
color: #124E1E;
}
</style>
background-color css
<style>
a { background-color: #124E1E; }
a { background-color: rgb(18,78,30); }
div.DivClassName
{
background-color: #124E1E;
}
.BgClassName
{
background-color: #124E1E;
}
</style>
border-color css
<style>
span { border-color: #124E1E; }
span { border-color: rgb(18,78,30); }
td.TdClassName
{
border-color: #124E1E;
}
.TagClassName
{
border-color: #124E1E;
}
</style>