Shades of Deep Fir #124025
Tints of Deep Fir #124025
RGB
CMYK
RGB Variations
Color information
#124025 (or 0x124025) is known color: Deep Fir. HEX triplet: 12, 40 and 25. RGB value is (18,64,37). Sum of RGB (Red+Green+Blue) = 18+64+37=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #124025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124025 is #EDBFDA. Grayscale: #2F2F2F. Windows color (decimal): -15581147 or 2441234. OLE color: 2441234.
HSL color Cylindrical-coordinate representation of color #124025: hue angle of 144.78º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124025 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 37 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.75 |
| HSL | 144.78º | 0.56% | 0.16% | - |
| HSV(B) | 144.78º | 0.72% | 0.25% | - |
| XYZ | 2.42 | 3.93 | 2.38 | - |
| YUV | 47.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 37 | 0.72 | 0 | 0.42 | 0.75 | 144.78 | 0.56 | 0.16 |
| Hex | 12 | 40 | 25 | 48 | 0 | 2A | 4B | 91 | 38 | 10 |
| Octal | 22 | 100 | 45 | 110 | 0 | 52 | 113 | 221 | 70 | 20 |
| Binary | 10010 | 1000000 | 100101 | 1001000 | 0 | 101010 | 1001011 | 10010001 | 111000 | 10000 |
Color Harmonies of #124025
Complementary color
Monochromatic Colors of #124025
Black with #124025
Text Example
Text Example
White with #124025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124025; }
p { color: rgb(18,64,37); }
H1.HeaderClassName
{
color: #124025;
}
.AnyTagClassName
{
color: #124025;
}
</style>
background-color css
<style>
a { background-color: #124025; }
a { background-color: rgb(18,64,37); }
div.DivClassName
{
background-color: #124025;
}
.BgClassName
{
background-color: #124025;
}
</style>
border-color css
<style>
span { border-color: #124025; }
span { border-color: rgb(18,64,37); }
td.TdClassName
{
border-color: #124025;
}
.TagClassName
{
border-color: #124025;
}
</style>