Shades of Deep Fir #124921
Tints of Deep Fir #124921
RGB
CMYK
RGB Variations
Color information
#124921 (or 0x124921) is known color: Deep Fir. HEX triplet: 12, 49 and 21. RGB value is (18,73,33). Sum of RGB (Red+Green+Blue) = 18+73+33=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #124921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124921 is #EDB6DE. Grayscale: #343434. Windows color (decimal): -15578847 or 2181394. OLE color: 2181394.
HSL color Cylindrical-coordinate representation of color #124921: hue angle of 136.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124921 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 73 | 33 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.71 |
| HSL | 136.36º | 0.6% | 0.18% | - |
| HSV(B) | 136.36º | 0.75% | 0.29% | - |
| XYZ | 2.91 | 5 | 2.25 | - |
| YUV | 52 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 33 | 0.75 | 0 | 0.55 | 0.71 | 136.36 | 0.6 | 0.18 |
| Hex | 12 | 49 | 21 | 4B | 0 | 37 | 47 | 88 | 3C | 12 |
| Octal | 22 | 111 | 41 | 113 | 0 | 67 | 107 | 210 | 74 | 22 |
| Binary | 10010 | 1001001 | 100001 | 1001011 | 0 | 110111 | 1000111 | 10001000 | 111100 | 10010 |
Color Harmonies of #124921
Complementary color
Monochromatic Colors of #124921
Black with #124921
Text Example
Text Example
White with #124921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124921; }
p { color: rgb(18,73,33); }
H1.HeaderClassName
{
color: #124921;
}
.AnyTagClassName
{
color: #124921;
}
</style>
background-color css
<style>
a { background-color: #124921; }
a { background-color: rgb(18,73,33); }
div.DivClassName
{
background-color: #124921;
}
.BgClassName
{
background-color: #124921;
}
</style>
border-color css
<style>
span { border-color: #124921; }
span { border-color: rgb(18,73,33); }
td.TdClassName
{
border-color: #124921;
}
.TagClassName
{
border-color: #124921;
}
</style>