Shades of Deep Fir #124724
Tints of Deep Fir #124724
RGB
CMYK
RGB Variations
Color information
#124724 (or 0x124724) is known color: Deep Fir. HEX triplet: 12, 47 and 24. RGB value is (18,71,36). Sum of RGB (Red+Green+Blue) = 18+71+36=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #124724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124724 is #EDB8DB. Grayscale: #333333. Windows color (decimal): -15579356 or 2377490. OLE color: 2377490.
HSL color Cylindrical-coordinate representation of color #124724: hue angle of 140.38º 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 #124724 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 71 | 36 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.72 |
| HSL | 140.38º | 0.6% | 0.17% | - |
| HSV(B) | 140.38º | 0.75% | 0.28% | - |
| XYZ | 2.82 | 4.76 | 2.44 | - |
| YUV | 51.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 36 | 0.75 | 0 | 0.49 | 0.72 | 140.38 | 0.6 | 0.17 |
| Hex | 12 | 47 | 24 | 4B | 0 | 31 | 48 | 8C | 3C | 11 |
| Octal | 22 | 107 | 44 | 113 | 0 | 61 | 110 | 214 | 74 | 21 |
| Binary | 10010 | 1000111 | 100100 | 1001011 | 0 | 110001 | 1001000 | 10001100 | 111100 | 10001 |
Color Harmonies of #124724
Complementary color
Monochromatic Colors of #124724
Black with #124724
Text Example
Text Example
White with #124724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124724; }
p { color: rgb(18,71,36); }
H1.HeaderClassName
{
color: #124724;
}
.AnyTagClassName
{
color: #124724;
}
</style>
background-color css
<style>
a { background-color: #124724; }
a { background-color: rgb(18,71,36); }
div.DivClassName
{
background-color: #124724;
}
.BgClassName
{
background-color: #124724;
}
</style>
border-color css
<style>
span { border-color: #124724; }
span { border-color: rgb(18,71,36); }
td.TdClassName
{
border-color: #124724;
}
.TagClassName
{
border-color: #124724;
}
</style>