Shades of Deep Fir #124026
Tints of Deep Fir #124026
RGB
CMYK
RGB Variations
Color information
#124026 (or 0x124026) is known color: Deep Fir. HEX triplet: 12, 40 and 26. RGB value is (18,64,38). Sum of RGB (Red+Green+Blue) = 18+64+38=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #124026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124026 is #EDBFD9. Grayscale: #2F2F2F. Windows color (decimal): -15581146 or 2506770. OLE color: 2506770.
HSL color Cylindrical-coordinate representation of color #124026: hue angle of 146.09º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124026 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 38 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.75 |
| HSL | 146.09º | 0.56% | 0.16% | - |
| HSV(B) | 146.09º | 0.72% | 0.25% | - |
| XYZ | 2.43 | 3.94 | 2.47 | - |
| YUV | 47.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 38 | 0.72 | 0 | 0.41 | 0.75 | 146.09 | 0.56 | 0.16 |
| Hex | 12 | 40 | 26 | 48 | 0 | 29 | 4B | 92 | 38 | 10 |
| Octal | 22 | 100 | 46 | 110 | 0 | 51 | 113 | 222 | 70 | 20 |
| Binary | 10010 | 1000000 | 100110 | 1001000 | 0 | 101001 | 1001011 | 10010010 | 111000 | 10000 |
Color Harmonies of #124026
Complementary color
Monochromatic Colors of #124026
Black with #124026
Text Example
Text Example
White with #124026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124026; }
p { color: rgb(18,64,38); }
H1.HeaderClassName
{
color: #124026;
}
.AnyTagClassName
{
color: #124026;
}
</style>
background-color css
<style>
a { background-color: #124026; }
a { background-color: rgb(18,64,38); }
div.DivClassName
{
background-color: #124026;
}
.BgClassName
{
background-color: #124026;
}
</style>
border-color css
<style>
span { border-color: #124026; }
span { border-color: rgb(18,64,38); }
td.TdClassName
{
border-color: #124026;
}
.TagClassName
{
border-color: #124026;
}
</style>