Shades of Deep Fir #124A20
Tints of Deep Fir #124A20
RGB
CMYK
RGB Variations
Color information
#124A20 (or 0x124A20) is known color: Deep Fir. HEX triplet: 12, 4A and 20. RGB value is (18,74,32). Sum of RGB (Red+Green+Blue) = 18+74+32=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 74 (29.30% from 255 or 59.68% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 74 - color contains mainly: green. Hex color #124A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A20 is #EDB5DF. Grayscale: #343434. Windows color (decimal): -15578592 or 2116114. OLE color: 2116114.
HSL color Cylindrical-coordinate representation of color #124A20: hue angle of 135º 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 #124A20 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 32 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.71 |
| HSL | 135º | 0.61% | 0.18% | - |
| HSV(B) | 135º | 0.76% | 0.29% | - |
| XYZ | 2.96 | 5.13 | 2.2 | - |
| YUV | 52.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 32 | 0.76 | 0 | 0.57 | 0.71 | 135 | 0.61 | 0.18 |
| Hex | 12 | 4A | 20 | 4C | 0 | 39 | 47 | 87 | 3D | 12 |
| Octal | 22 | 112 | 40 | 114 | 0 | 71 | 107 | 207 | 75 | 22 |
| Binary | 10010 | 1001010 | 100000 | 1001100 | 0 | 111001 | 1000111 | 10000111 | 111101 | 10010 |
Color Harmonies of #124A20
Complementary color
Monochromatic Colors of #124A20
Black with #124A20
Text Example
Text Example
White with #124A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A20; }
p { color: rgb(18,74,32); }
H1.HeaderClassName
{
color: #124A20;
}
.AnyTagClassName
{
color: #124A20;
}
</style>
background-color css
<style>
a { background-color: #124A20; }
a { background-color: rgb(18,74,32); }
div.DivClassName
{
background-color: #124A20;
}
.BgClassName
{
background-color: #124A20;
}
</style>
border-color css
<style>
span { border-color: #124A20; }
span { border-color: rgb(18,74,32); }
td.TdClassName
{
border-color: #124A20;
}
.TagClassName
{
border-color: #124A20;
}
</style>