Shades of Deep Fir #124720
Tints of Deep Fir #124720
RGB
CMYK
RGB Variations
Color information
#124720 (or 0x124720) is known color: Deep Fir. HEX triplet: 12, 47 and 20. RGB value is (18,71,32). Sum of RGB (Red+Green+Blue) = 18+71+32=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #124720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124720 is #EDB8DF. Grayscale: #323232. Windows color (decimal): -15579360 or 2115346. OLE color: 2115346.
HSL color Cylindrical-coordinate representation of color #124720: hue angle of 135.85º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124720 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 71 | 32 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.72 |
| HSL | 135.85º | 0.6% | 0.17% | - |
| HSV(B) | 135.85º | 0.75% | 0.28% | - |
| XYZ | 2.76 | 4.74 | 2.14 | - |
| YUV | 50.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 32 | 0.75 | 0 | 0.55 | 0.72 | 135.85 | 0.6 | 0.17 |
| Hex | 12 | 47 | 20 | 4B | 0 | 37 | 48 | 88 | 3C | 11 |
| Octal | 22 | 107 | 40 | 113 | 0 | 67 | 110 | 210 | 74 | 21 |
| Binary | 10010 | 1000111 | 100000 | 1001011 | 0 | 110111 | 1001000 | 10001000 | 111100 | 10001 |
Color Harmonies of #124720
Complementary color
Monochromatic Colors of #124720
Black with #124720
Text Example
Text Example
White with #124720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124720; }
p { color: rgb(18,71,32); }
H1.HeaderClassName
{
color: #124720;
}
.AnyTagClassName
{
color: #124720;
}
</style>
background-color css
<style>
a { background-color: #124720; }
a { background-color: rgb(18,71,32); }
div.DivClassName
{
background-color: #124720;
}
.BgClassName
{
background-color: #124720;
}
</style>
border-color css
<style>
span { border-color: #124720; }
span { border-color: rgb(18,71,32); }
td.TdClassName
{
border-color: #124720;
}
.TagClassName
{
border-color: #124720;
}
</style>