Shades of Deep Fir #12451E
Tints of Deep Fir #12451E
RGB
CMYK
RGB Variations
Color information
#12451E (or 0x12451E) is known color: Deep Fir. HEX triplet: 12, 45 and 1E. RGB value is (18,69,30). Sum of RGB (Red+Green+Blue) = 18+69+30=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #12451E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12451E is #EDBAE1. Grayscale: #313131. Windows color (decimal): -15579874 or 1983762. OLE color: 1983762.
HSL color Cylindrical-coordinate representation of color #12451E: hue angle of 134.12º 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 #12451E is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 30 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.73 |
| HSL | 134.12º | 0.59% | 0.17% | - |
| HSV(B) | 134.12º | 0.74% | 0.27% | - |
| XYZ | 2.61 | 4.48 | 1.96 | - |
| YUV | 49.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 30 | 0.74 | 0 | 0.57 | 0.73 | 134.12 | 0.59 | 0.17 |
| Hex | 12 | 45 | 1E | 4A | 0 | 39 | 49 | 86 | 3B | 11 |
| Octal | 22 | 105 | 36 | 112 | 0 | 71 | 111 | 206 | 73 | 21 |
| Binary | 10010 | 1000101 | 11110 | 1001010 | 0 | 111001 | 1001001 | 10000110 | 111011 | 10001 |
Color Harmonies of #12451E
Complementary color
Monochromatic Colors of #12451E
Black with #12451E
Text Example
Text Example
White with #12451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12451E; }
p { color: rgb(18,69,30); }
H1.HeaderClassName
{
color: #12451E;
}
.AnyTagClassName
{
color: #12451E;
}
</style>
background-color css
<style>
a { background-color: #12451E; }
a { background-color: rgb(18,69,30); }
div.DivClassName
{
background-color: #12451E;
}
.BgClassName
{
background-color: #12451E;
}
</style>
border-color css
<style>
span { border-color: #12451E; }
span { border-color: rgb(18,69,30); }
td.TdClassName
{
border-color: #12451E;
}
.TagClassName
{
border-color: #12451E;
}
</style>