Shades of Deep Fir #124A22
Tints of Deep Fir #124A22
RGB
CMYK
RGB Variations
Color information
#124A22 (or 0x124A22) is known color: Deep Fir. HEX triplet: 12, 4A and 22. RGB value is (18,74,34). Sum of RGB (Red+Green+Blue) = 18+74+34=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #124A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A22 is #EDB5DD. Grayscale: #343434. Windows color (decimal): -15578590 or 2247186. OLE color: 2247186.
HSL color Cylindrical-coordinate representation of color #124A22: hue angle of 137.14º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A22 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 34 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.71 |
| HSL | 137.14º | 0.61% | 0.18% | - |
| HSV(B) | 137.14º | 0.76% | 0.29% | - |
| XYZ | 2.99 | 5.14 | 2.35 | - |
| YUV | 52.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 34 | 0.76 | 0 | 0.54 | 0.71 | 137.14 | 0.61 | 0.18 |
| Hex | 12 | 4A | 22 | 4C | 0 | 36 | 47 | 89 | 3D | 12 |
| Octal | 22 | 112 | 42 | 114 | 0 | 66 | 107 | 211 | 75 | 22 |
| Binary | 10010 | 1001010 | 100010 | 1001100 | 0 | 110110 | 1000111 | 10001001 | 111101 | 10010 |
Color Harmonies of #124A22
Complementary color
Monochromatic Colors of #124A22
Black with #124A22
Text Example
Text Example
White with #124A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A22; }
p { color: rgb(18,74,34); }
H1.HeaderClassName
{
color: #124A22;
}
.AnyTagClassName
{
color: #124A22;
}
</style>
background-color css
<style>
a { background-color: #124A22; }
a { background-color: rgb(18,74,34); }
div.DivClassName
{
background-color: #124A22;
}
.BgClassName
{
background-color: #124A22;
}
</style>
border-color css
<style>
span { border-color: #124A22; }
span { border-color: rgb(18,74,34); }
td.TdClassName
{
border-color: #124A22;
}
.TagClassName
{
border-color: #124A22;
}
</style>