Shades of Deep Fir #12481F
Tints of Deep Fir #12481F
RGB
CMYK
RGB Variations
Color information
#12481F (or 0x12481F) is known color: Deep Fir. HEX triplet: 12, 48 and 1F. RGB value is (18,72,31). Sum of RGB (Red+Green+Blue) = 18+72+31=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #12481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12481F is #EDB7E0. Grayscale: #333333. Windows color (decimal): -15579105 or 2050066. OLE color: 2050066.
HSL color Cylindrical-coordinate representation of color #12481F: hue angle of 134.44º 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 #12481F is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 31 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.72 |
| HSL | 134.44º | 0.6% | 0.18% | - |
| HSV(B) | 134.44º | 0.75% | 0.28% | - |
| XYZ | 2.81 | 4.86 | 2.09 | - |
| YUV | 51.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 31 | 0.75 | 0 | 0.57 | 0.72 | 134.44 | 0.6 | 0.18 |
| Hex | 12 | 48 | 1F | 4B | 0 | 39 | 48 | 86 | 3C | 12 |
| Octal | 22 | 110 | 37 | 113 | 0 | 71 | 110 | 206 | 74 | 22 |
| Binary | 10010 | 1001000 | 11111 | 1001011 | 0 | 111001 | 1001000 | 10000110 | 111100 | 10010 |
Color Harmonies of #12481F
Complementary color
Monochromatic Colors of #12481F
Black with #12481F
Text Example
Text Example
White with #12481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12481F; }
p { color: rgb(18,72,31); }
H1.HeaderClassName
{
color: #12481F;
}
.AnyTagClassName
{
color: #12481F;
}
</style>
background-color css
<style>
a { background-color: #12481F; }
a { background-color: rgb(18,72,31); }
div.DivClassName
{
background-color: #12481F;
}
.BgClassName
{
background-color: #12481F;
}
</style>
border-color css
<style>
span { border-color: #12481F; }
span { border-color: rgb(18,72,31); }
td.TdClassName
{
border-color: #12481F;
}
.TagClassName
{
border-color: #12481F;
}
</style>