Shades of Deep Fir #12451B
Tints of Deep Fir #12451B
RGB
CMYK
RGB Variations
Color information
#12451B (or 0x12451B) is known color: Deep Fir. HEX triplet: 12, 45 and 1B. RGB value is (18,69,27). Sum of RGB (Red+Green+Blue) = 18+69+27=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #12451B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12451B is #EDBAE4. Grayscale: #313131. Windows color (decimal): -15579877 or 1787154. OLE color: 1787154.
HSL color Cylindrical-coordinate representation of color #12451B: hue angle of 130.59º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12451B is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 27 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.73 |
| HSL | 130.59º | 0.59% | 0.17% | - |
| HSV(B) | 130.59º | 0.74% | 0.27% | - |
| XYZ | 2.58 | 4.46 | 1.76 | - |
| YUV | 48.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 27 | 0.74 | 0 | 0.61 | 0.73 | 130.59 | 0.59 | 0.17 |
| Hex | 12 | 45 | 1B | 4A | 0 | 3D | 49 | 83 | 3B | 11 |
| Octal | 22 | 105 | 33 | 112 | 0 | 75 | 111 | 203 | 73 | 21 |
| Binary | 10010 | 1000101 | 11011 | 1001010 | 0 | 111101 | 1001001 | 10000011 | 111011 | 10001 |
Color Harmonies of #12451B
Complementary color
Monochromatic Colors of #12451B
Black with #12451B
Text Example
Text Example
White with #12451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12451B; }
p { color: rgb(18,69,27); }
H1.HeaderClassName
{
color: #12451B;
}
.AnyTagClassName
{
color: #12451B;
}
</style>
background-color css
<style>
a { background-color: #12451B; }
a { background-color: rgb(18,69,27); }
div.DivClassName
{
background-color: #12451B;
}
.BgClassName
{
background-color: #12451B;
}
</style>
border-color css
<style>
span { border-color: #12451B; }
span { border-color: rgb(18,69,27); }
td.TdClassName
{
border-color: #12451B;
}
.TagClassName
{
border-color: #12451B;
}
</style>