Shades of Deep Fir #12481B
Tints of Deep Fir #12481B
RGB
CMYK
RGB Variations
Color information
#12481B (or 0x12481B) is known color: Deep Fir. HEX triplet: 12, 48 and 1B. RGB value is (18,72,27). Sum of RGB (Red+Green+Blue) = 18+72+27=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #12481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12481B is #EDB7E4. Grayscale: #323232. Windows color (decimal): -15579109 or 1787922. OLE color: 1787922.
HSL color Cylindrical-coordinate representation of color #12481B: hue angle of 130º 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 #12481B is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 27 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.72 |
| HSL | 130º | 0.6% | 0.18% | - |
| HSV(B) | 130º | 0.75% | 0.28% | - |
| XYZ | 2.76 | 4.84 | 1.83 | - |
| YUV | 50.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 27 | 0.75 | 0 | 0.62 | 0.72 | 130 | 0.6 | 0.18 |
| Hex | 12 | 48 | 1B | 4B | 0 | 3E | 48 | 82 | 3C | 12 |
| Octal | 22 | 110 | 33 | 113 | 0 | 76 | 110 | 202 | 74 | 22 |
| Binary | 10010 | 1001000 | 11011 | 1001011 | 0 | 111110 | 1001000 | 10000010 | 111100 | 10010 |
Color Harmonies of #12481B
Complementary color
Monochromatic Colors of #12481B
Black with #12481B
Text Example
Text Example
White with #12481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12481B; }
p { color: rgb(18,72,27); }
H1.HeaderClassName
{
color: #12481B;
}
.AnyTagClassName
{
color: #12481B;
}
</style>
background-color css
<style>
a { background-color: #12481B; }
a { background-color: rgb(18,72,27); }
div.DivClassName
{
background-color: #12481B;
}
.BgClassName
{
background-color: #12481B;
}
</style>
border-color css
<style>
span { border-color: #12481B; }
span { border-color: rgb(18,72,27); }
td.TdClassName
{
border-color: #12481B;
}
.TagClassName
{
border-color: #12481B;
}
</style>