Shades of Deep Fir #0F3D1A
Tints of Deep Fir #0F3D1A
RGB
CMYK
RGB Variations
Color information
#0F3D1A (or 0x0F3D1A) is known color: Deep Fir. HEX triplet: 0F, 3D and 1A. RGB value is (15,61,26). Sum of RGB (Red+Green+Blue) = 15+61+26=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 61 (24.22% from 255 or 59.80% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 61 - color contains mainly: green. Hex color #0F3D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3D1A is #F0C2E5. Grayscale: #2B2B2B. Windows color (decimal): -15778534 or 1719567. OLE color: 1719567.
HSL color Cylindrical-coordinate representation of color #0F3D1A: hue angle of 134.35º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3D1A is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 61 | 26 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.76 |
| HSL | 134.35º | 0.61% | 0.15% | - |
| HSV(B) | 134.35º | 0.75% | 0.24% | - |
| XYZ | 2.05 | 3.51 | 1.55 | - |
| YUV | 43.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 61 | 26 | 0.75 | 0 | 0.57 | 0.76 | 134.35 | 0.61 | 0.15 |
| Hex | F | 3D | 1A | 4B | 0 | 39 | 4C | 86 | 3D | F |
| Octal | 17 | 75 | 32 | 113 | 0 | 71 | 114 | 206 | 75 | 17 |
| Binary | 1111 | 111101 | 11010 | 1001011 | 0 | 111001 | 1001100 | 10000110 | 111101 | 1111 |
Color Harmonies of #0F3D1A
Complementary color
Monochromatic Colors of #0F3D1A
Black with #0F3D1A
Text Example
Text Example
White with #0F3D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3D1A; }
p { color: rgb(15,61,26); }
H1.HeaderClassName
{
color: #0F3D1A;
}
.AnyTagClassName
{
color: #0F3D1A;
}
</style>
background-color css
<style>
a { background-color: #0F3D1A; }
a { background-color: rgb(15,61,26); }
div.DivClassName
{
background-color: #0F3D1A;
}
.BgClassName
{
background-color: #0F3D1A;
}
</style>
border-color css
<style>
span { border-color: #0F3D1A; }
span { border-color: rgb(15,61,26); }
td.TdClassName
{
border-color: #0F3D1A;
}
.TagClassName
{
border-color: #0F3D1A;
}
</style>