Shades of Deep Fir #124225
Tints of Deep Fir #124225
RGB
CMYK
RGB Variations
Color information
#124225 (or 0x124225) is known color: Deep Fir. HEX triplet: 12, 42 and 25. RGB value is (18,66,37). Sum of RGB (Red+Green+Blue) = 18+66+37=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #124225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124225 is #EDBDDA. Grayscale: #303030. Windows color (decimal): -15580635 or 2441746. OLE color: 2441746.
HSL color Cylindrical-coordinate representation of color #124225: hue angle of 143.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124225 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 66 | 37 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.74 |
| HSL | 143.75º | 0.57% | 0.16% | - |
| HSV(B) | 143.75º | 0.73% | 0.26% | - |
| XYZ | 2.53 | 4.16 | 2.42 | - |
| YUV | 48.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 37 | 0.73 | 0 | 0.44 | 0.74 | 143.75 | 0.57 | 0.16 |
| Hex | 12 | 42 | 25 | 49 | 0 | 2C | 4A | 90 | 39 | 10 |
| Octal | 22 | 102 | 45 | 111 | 0 | 54 | 112 | 220 | 71 | 20 |
| Binary | 10010 | 1000010 | 100101 | 1001001 | 0 | 101100 | 1001010 | 10010000 | 111001 | 10000 |
Color Harmonies of #124225
Complementary color
Monochromatic Colors of #124225
Black with #124225
Text Example
Text Example
White with #124225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124225; }
p { color: rgb(18,66,37); }
H1.HeaderClassName
{
color: #124225;
}
.AnyTagClassName
{
color: #124225;
}
</style>
background-color css
<style>
a { background-color: #124225; }
a { background-color: rgb(18,66,37); }
div.DivClassName
{
background-color: #124225;
}
.BgClassName
{
background-color: #124225;
}
</style>
border-color css
<style>
span { border-color: #124225; }
span { border-color: rgb(18,66,37); }
td.TdClassName
{
border-color: #124225;
}
.TagClassName
{
border-color: #124225;
}
</style>