Shades of Deep Fir #124220
Tints of Deep Fir #124220
RGB
CMYK
RGB Variations
Color information
#124220 (or 0x124220) is known color: Deep Fir. HEX triplet: 12, 42 and 20. RGB value is (18,66,32). Sum of RGB (Red+Green+Blue) = 18+66+32=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #124220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124220 is #EDBDDF. Grayscale: #2F2F2F. Windows color (decimal): -15580640 or 2114066. OLE color: 2114066.
HSL color Cylindrical-coordinate representation of color #124220: hue angle of 137.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124220 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 66 | 32 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.74 |
| HSL | 137.5º | 0.57% | 0.16% | - |
| HSV(B) | 137.5º | 0.73% | 0.26% | - |
| XYZ | 2.46 | 4.13 | 2.03 | - |
| YUV | 47.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 32 | 0.73 | 0 | 0.52 | 0.74 | 137.5 | 0.57 | 0.16 |
| Hex | 12 | 42 | 20 | 49 | 0 | 34 | 4A | 8A | 39 | 10 |
| Octal | 22 | 102 | 40 | 111 | 0 | 64 | 112 | 212 | 71 | 20 |
| Binary | 10010 | 1000010 | 100000 | 1001001 | 0 | 110100 | 1001010 | 10001010 | 111001 | 10000 |
Color Harmonies of #124220
Complementary color
Monochromatic Colors of #124220
Black with #124220
Text Example
Text Example
White with #124220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124220; }
p { color: rgb(18,66,32); }
H1.HeaderClassName
{
color: #124220;
}
.AnyTagClassName
{
color: #124220;
}
</style>
background-color css
<style>
a { background-color: #124220; }
a { background-color: rgb(18,66,32); }
div.DivClassName
{
background-color: #124220;
}
.BgClassName
{
background-color: #124220;
}
</style>
border-color css
<style>
span { border-color: #124220; }
span { border-color: rgb(18,66,32); }
td.TdClassName
{
border-color: #124220;
}
.TagClassName
{
border-color: #124220;
}
</style>