Shades of Deep Fir #124019
Tints of Deep Fir #124019
RGB
CMYK
RGB Variations
Color information
#124019 (or 0x124019) is known color: Deep Fir. HEX triplet: 12, 40 and 19. RGB value is (18,64,25). Sum of RGB (Red+Green+Blue) = 18+64+25=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #124019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124019 is #EDBFE6. Grayscale: #2D2D2D. Windows color (decimal): -15581159 or 1654802. OLE color: 1654802.
HSL color Cylindrical-coordinate representation of color #124019: hue angle of 129.13º 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 #124019 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 25 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.75 |
| HSL | 129.13º | 0.56% | 0.16% | - |
| HSV(B) | 129.13º | 0.72% | 0.25% | - |
| XYZ | 2.26 | 3.87 | 1.55 | - |
| YUV | 45.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 25 | 0.72 | 0 | 0.61 | 0.75 | 129.13 | 0.56 | 0.16 |
| Hex | 12 | 40 | 19 | 48 | 0 | 3D | 4B | 81 | 38 | 10 |
| Octal | 22 | 100 | 31 | 110 | 0 | 75 | 113 | 201 | 70 | 20 |
| Binary | 10010 | 1000000 | 11001 | 1001000 | 0 | 111101 | 1001011 | 10000001 | 111000 | 10000 |
Color Harmonies of #124019
Complementary color
Monochromatic Colors of #124019
Black with #124019
Text Example
Text Example
White with #124019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124019; }
p { color: rgb(18,64,25); }
H1.HeaderClassName
{
color: #124019;
}
.AnyTagClassName
{
color: #124019;
}
</style>
background-color css
<style>
a { background-color: #124019; }
a { background-color: rgb(18,64,25); }
div.DivClassName
{
background-color: #124019;
}
.BgClassName
{
background-color: #124019;
}
</style>
border-color css
<style>
span { border-color: #124019; }
span { border-color: rgb(18,64,25); }
td.TdClassName
{
border-color: #124019;
}
.TagClassName
{
border-color: #124019;
}
</style>