Shades of Deep Fir #124820
Tints of Deep Fir #124820
RGB
CMYK
RGB Variations
Color information
#124820 (or 0x124820) is known color: Deep Fir. HEX triplet: 12, 48 and 20. RGB value is (18,72,32). Sum of RGB (Red+Green+Blue) = 18+72+32=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #124820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124820 is #EDB7DF. Grayscale: #333333. Windows color (decimal): -15579104 or 2115602. OLE color: 2115602.
HSL color Cylindrical-coordinate representation of color #124820: hue angle of 135.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124820 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 32 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.72 |
| HSL | 135.56º | 0.6% | 0.18% | - |
| HSV(B) | 135.56º | 0.75% | 0.28% | - |
| XYZ | 2.83 | 4.87 | 2.16 | - |
| YUV | 51.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 32 | 0.75 | 0 | 0.56 | 0.72 | 135.56 | 0.6 | 0.18 |
| Hex | 12 | 48 | 20 | 4B | 0 | 38 | 48 | 88 | 3C | 12 |
| Octal | 22 | 110 | 40 | 113 | 0 | 70 | 110 | 210 | 74 | 22 |
| Binary | 10010 | 1001000 | 100000 | 1001011 | 0 | 111000 | 1001000 | 10001000 | 111100 | 10010 |
Color Harmonies of #124820
Complementary color
Monochromatic Colors of #124820
Black with #124820
Text Example
Text Example
White with #124820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124820; }
p { color: rgb(18,72,32); }
H1.HeaderClassName
{
color: #124820;
}
.AnyTagClassName
{
color: #124820;
}
</style>
background-color css
<style>
a { background-color: #124820; }
a { background-color: rgb(18,72,32); }
div.DivClassName
{
background-color: #124820;
}
.BgClassName
{
background-color: #124820;
}
</style>
border-color css
<style>
span { border-color: #124820; }
span { border-color: rgb(18,72,32); }
td.TdClassName
{
border-color: #124820;
}
.TagClassName
{
border-color: #124820;
}
</style>