Shades of Deep Fir #124E1F
Tints of Deep Fir #124E1F
RGB
CMYK
RGB Variations
Color information
#124E1F (or 0x124E1F) is known color: Deep Fir. HEX triplet: 12, 4E and 1F. RGB value is (18,78,31). Sum of RGB (Red+Green+Blue) = 18+78+31=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #124E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E1F is #EDB1E0. Grayscale: #363636. Windows color (decimal): -15577569 or 2051602. OLE color: 2051602.
HSL color Cylindrical-coordinate representation of color #124E1F: hue angle of 133º 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 #124E1F is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 31 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.69 |
| HSL | 133º | 0.63% | 0.19% | - |
| HSV(B) | 133º | 0.77% | 0.31% | - |
| XYZ | 3.22 | 5.68 | 2.22 | - |
| YUV | 54.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 31 | 0.77 | 0 | 0.60 | 0.69 | 133 | 0.63 | 0.19 |
| Hex | 12 | 4E | 1F | 4D | 0 | 3C | 45 | 85 | 3E | 13 |
| Octal | 22 | 116 | 37 | 115 | 0 | 74 | 105 | 205 | 76 | 23 |
| Binary | 10010 | 1001110 | 11111 | 1001101 | 0 | 111100 | 1000101 | 10000101 | 111110 | 10011 |
Color Harmonies of #124E1F
Complementary color
Monochromatic Colors of #124E1F
Black with #124E1F
Text Example
Text Example
White with #124E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E1F; }
p { color: rgb(18,78,31); }
H1.HeaderClassName
{
color: #124E1F;
}
.AnyTagClassName
{
color: #124E1F;
}
</style>
background-color css
<style>
a { background-color: #124E1F; }
a { background-color: rgb(18,78,31); }
div.DivClassName
{
background-color: #124E1F;
}
.BgClassName
{
background-color: #124E1F;
}
</style>
border-color css
<style>
span { border-color: #124E1F; }
span { border-color: rgb(18,78,31); }
td.TdClassName
{
border-color: #124E1F;
}
.TagClassName
{
border-color: #124E1F;
}
</style>