Shades of Deep Fir #124A21
Tints of Deep Fir #124A21
RGB
CMYK
RGB Variations
Color information
#124A21 (or 0x124A21) is known color: Deep Fir. HEX triplet: 12, 4A and 21. RGB value is (18,74,33). Sum of RGB (Red+Green+Blue) = 18+74+33=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 74 (29.30% from 255 or 59.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 74 - color contains mainly: green. Hex color #124A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A21 is #EDB5DE. Grayscale: #343434. Windows color (decimal): -15578591 or 2181650. OLE color: 2181650.
HSL color Cylindrical-coordinate representation of color #124A21: hue angle of 136.07º 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 #124A21 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 33 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.71 |
| HSL | 136.07º | 0.61% | 0.18% | - |
| HSV(B) | 136.07º | 0.76% | 0.29% | - |
| XYZ | 2.97 | 5.14 | 2.27 | - |
| YUV | 52.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 33 | 0.76 | 0 | 0.55 | 0.71 | 136.07 | 0.61 | 0.18 |
| Hex | 12 | 4A | 21 | 4C | 0 | 37 | 47 | 88 | 3D | 12 |
| Octal | 22 | 112 | 41 | 114 | 0 | 67 | 107 | 210 | 75 | 22 |
| Binary | 10010 | 1001010 | 100001 | 1001100 | 0 | 110111 | 1000111 | 10001000 | 111101 | 10010 |
Color Harmonies of #124A21
Complementary color
Monochromatic Colors of #124A21
Black with #124A21
Text Example
Text Example
White with #124A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A21; }
p { color: rgb(18,74,33); }
H1.HeaderClassName
{
color: #124A21;
}
.AnyTagClassName
{
color: #124A21;
}
</style>
background-color css
<style>
a { background-color: #124A21; }
a { background-color: rgb(18,74,33); }
div.DivClassName
{
background-color: #124A21;
}
.BgClassName
{
background-color: #124A21;
}
</style>
border-color css
<style>
span { border-color: #124A21; }
span { border-color: rgb(18,74,33); }
td.TdClassName
{
border-color: #124A21;
}
.TagClassName
{
border-color: #124A21;
}
</style>