Shades of Deep Fir #124821
Tints of Deep Fir #124821
RGB
CMYK
RGB Variations
Color information
#124821 (or 0x124821) is known color: Deep Fir. HEX triplet: 12, 48 and 21. RGB value is (18,72,33). Sum of RGB (Red+Green+Blue) = 18+72+33=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #124821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124821 is #EDB7DE. Grayscale: #333333. Windows color (decimal): -15579103 or 2181138. OLE color: 2181138.
HSL color Cylindrical-coordinate representation of color #124821: hue angle of 136.67º 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 #124821 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 33 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.72 |
| HSL | 136.67º | 0.6% | 0.18% | - |
| HSV(B) | 136.67º | 0.75% | 0.28% | - |
| XYZ | 2.84 | 4.87 | 2.23 | - |
| YUV | 51.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 33 | 0.75 | 0 | 0.54 | 0.72 | 136.67 | 0.6 | 0.18 |
| Hex | 12 | 48 | 21 | 4B | 0 | 36 | 48 | 89 | 3C | 12 |
| Octal | 22 | 110 | 41 | 113 | 0 | 66 | 110 | 211 | 74 | 22 |
| Binary | 10010 | 1001000 | 100001 | 1001011 | 0 | 110110 | 1001000 | 10001001 | 111100 | 10010 |
Color Harmonies of #124821
Complementary color
Monochromatic Colors of #124821
Black with #124821
Text Example
Text Example
White with #124821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124821; }
p { color: rgb(18,72,33); }
H1.HeaderClassName
{
color: #124821;
}
.AnyTagClassName
{
color: #124821;
}
</style>
background-color css
<style>
a { background-color: #124821; }
a { background-color: rgb(18,72,33); }
div.DivClassName
{
background-color: #124821;
}
.BgClassName
{
background-color: #124821;
}
</style>
border-color css
<style>
span { border-color: #124821; }
span { border-color: rgb(18,72,33); }
td.TdClassName
{
border-color: #124821;
}
.TagClassName
{
border-color: #124821;
}
</style>