Shades of Deep Fir #12481E
Tints of Deep Fir #12481E
RGB
CMYK
RGB Variations
Color information
#12481E (or 0x12481E) is known color: Deep Fir. HEX triplet: 12, 48 and 1E. RGB value is (18,72,30). Sum of RGB (Red+Green+Blue) = 18+72+30=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #12481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12481E is #EDB7E1. Grayscale: #333333. Windows color (decimal): -15579106 or 1984530. OLE color: 1984530.
HSL color Cylindrical-coordinate representation of color #12481E: hue angle of 133.33º 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 #12481E is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 30 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.72 |
| HSL | 133.33º | 0.6% | 0.18% | - |
| HSV(B) | 133.33º | 0.75% | 0.28% | - |
| XYZ | 2.8 | 4.86 | 2.02 | - |
| YUV | 51.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 30 | 0.75 | 0 | 0.58 | 0.72 | 133.33 | 0.6 | 0.18 |
| Hex | 12 | 48 | 1E | 4B | 0 | 3A | 48 | 85 | 3C | 12 |
| Octal | 22 | 110 | 36 | 113 | 0 | 72 | 110 | 205 | 74 | 22 |
| Binary | 10010 | 1001000 | 11110 | 1001011 | 0 | 111010 | 1001000 | 10000101 | 111100 | 10010 |
Color Harmonies of #12481E
Complementary color
Monochromatic Colors of #12481E
Black with #12481E
Text Example
Text Example
White with #12481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12481E; }
p { color: rgb(18,72,30); }
H1.HeaderClassName
{
color: #12481E;
}
.AnyTagClassName
{
color: #12481E;
}
</style>
background-color css
<style>
a { background-color: #12481E; }
a { background-color: rgb(18,72,30); }
div.DivClassName
{
background-color: #12481E;
}
.BgClassName
{
background-color: #12481E;
}
</style>
border-color css
<style>
span { border-color: #12481E; }
span { border-color: rgb(18,72,30); }
td.TdClassName
{
border-color: #12481E;
}
.TagClassName
{
border-color: #12481E;
}
</style>