Shades of Deep Fir #124824
Tints of Deep Fir #124824
RGB
CMYK
RGB Variations
Color information
#124824 (or 0x124824) is known color: Deep Fir. HEX triplet: 12, 48 and 24. RGB value is (18,72,36). Sum of RGB (Red+Green+Blue) = 18+72+36=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #124824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124824 is #EDB7DB. Grayscale: #333333. Windows color (decimal): -15579100 or 2377746. OLE color: 2377746.
HSL color Cylindrical-coordinate representation of color #124824: hue angle of 140º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124824 is Cyan = 0.75, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 36 | - |
| CMYK | 0.75 | 0 | 0.5 | 0.72 |
| HSL | 140º | 0.6% | 0.18% | - |
| HSV(B) | 140º | 0.75% | 0.28% | - |
| XYZ | 2.89 | 4.89 | 2.46 | - |
| YUV | 51.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 36 | 0.75 | 0 | 0.5 | 0.72 | 140 | 0.6 | 0.18 |
| Hex | 12 | 48 | 24 | 4B | 0 | 32 | 48 | 8C | 3C | 12 |
| Octal | 22 | 110 | 44 | 113 | 0 | 62 | 110 | 214 | 74 | 22 |
| Binary | 10010 | 1001000 | 100100 | 1001011 | 0 | 110010 | 1001000 | 10001100 | 111100 | 10010 |
Color Harmonies of #124824
Complementary color
Monochromatic Colors of #124824
Black with #124824
Text Example
Text Example
White with #124824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124824; }
p { color: rgb(18,72,36); }
H1.HeaderClassName
{
color: #124824;
}
.AnyTagClassName
{
color: #124824;
}
</style>
background-color css
<style>
a { background-color: #124824; }
a { background-color: rgb(18,72,36); }
div.DivClassName
{
background-color: #124824;
}
.BgClassName
{
background-color: #124824;
}
</style>
border-color css
<style>
span { border-color: #124824; }
span { border-color: rgb(18,72,36); }
td.TdClassName
{
border-color: #124824;
}
.TagClassName
{
border-color: #124824;
}
</style>