Shades of Deep Fir #124823
Tints of Deep Fir #124823
RGB
CMYK
RGB Variations
Color information
#124823 (or 0x124823) is known color: Deep Fir. HEX triplet: 12, 48 and 23. RGB value is (18,72,35). Sum of RGB (Red+Green+Blue) = 18+72+35=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #124823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124823 is #EDB7DC. Grayscale: #333333. Windows color (decimal): -15579101 or 2312210. OLE color: 2312210.
HSL color Cylindrical-coordinate representation of color #124823: hue angle of 138.89º 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 #124823 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 35 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.72 |
| HSL | 138.89º | 0.6% | 0.18% | - |
| HSV(B) | 138.89º | 0.75% | 0.28% | - |
| XYZ | 2.87 | 4.88 | 2.38 | - |
| YUV | 51.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 35 | 0.75 | 0 | 0.51 | 0.72 | 138.89 | 0.6 | 0.18 |
| Hex | 12 | 48 | 23 | 4B | 0 | 33 | 48 | 8B | 3C | 12 |
| Octal | 22 | 110 | 43 | 113 | 0 | 63 | 110 | 213 | 74 | 22 |
| Binary | 10010 | 1001000 | 100011 | 1001011 | 0 | 110011 | 1001000 | 10001011 | 111100 | 10010 |
Color Harmonies of #124823
Complementary color
Monochromatic Colors of #124823
Black with #124823
Text Example
Text Example
White with #124823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124823; }
p { color: rgb(18,72,35); }
H1.HeaderClassName
{
color: #124823;
}
.AnyTagClassName
{
color: #124823;
}
</style>
background-color css
<style>
a { background-color: #124823; }
a { background-color: rgb(18,72,35); }
div.DivClassName
{
background-color: #124823;
}
.BgClassName
{
background-color: #124823;
}
</style>
border-color css
<style>
span { border-color: #124823; }
span { border-color: rgb(18,72,35); }
td.TdClassName
{
border-color: #124823;
}
.TagClassName
{
border-color: #124823;
}
</style>