Shades of Deep Fir #0F451B
Tints of Deep Fir #0F451B
RGB
CMYK
RGB Variations
Color information
#0F451B (or 0x0F451B) is known color: Deep Fir. HEX triplet: 0F, 45 and 1B. RGB value is (15,69,27). Sum of RGB (Red+Green+Blue) = 15+69+27=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #0F451B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F451B is #F0BAE4. Grayscale: #303030. Windows color (decimal): -15776485 or 1787151. OLE color: 1787151.
HSL color Cylindrical-coordinate representation of color #0F451B: hue angle of 133.33º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F451B is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 69 | 27 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.73 |
| HSL | 133.33º | 0.64% | 0.16% | - |
| HSV(B) | 133.33º | 0.78% | 0.27% | - |
| XYZ | 2.52 | 4.44 | 1.76 | - |
| YUV | 48.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 27 | 0.78 | 0 | 0.61 | 0.73 | 133.33 | 0.64 | 0.16 |
| Hex | F | 45 | 1B | 4E | 0 | 3D | 49 | 85 | 40 | 10 |
| Octal | 17 | 105 | 33 | 116 | 0 | 75 | 111 | 205 | 100 | 20 |
| Binary | 1111 | 1000101 | 11011 | 1001110 | 0 | 111101 | 1001001 | 10000101 | 1000000 | 10000 |
Color Harmonies of #0F451B
Complementary color
Monochromatic Colors of #0F451B
Black with #0F451B
Text Example
Text Example
White with #0F451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F451B; }
p { color: rgb(15,69,27); }
H1.HeaderClassName
{
color: #0F451B;
}
.AnyTagClassName
{
color: #0F451B;
}
</style>
background-color css
<style>
a { background-color: #0F451B; }
a { background-color: rgb(15,69,27); }
div.DivClassName
{
background-color: #0F451B;
}
.BgClassName
{
background-color: #0F451B;
}
</style>
border-color css
<style>
span { border-color: #0F451B; }
span { border-color: rgb(15,69,27); }
td.TdClassName
{
border-color: #0F451B;
}
.TagClassName
{
border-color: #0F451B;
}
</style>