Shades of Deep Fir #0B4A1E
Tints of Deep Fir #0B4A1E
RGB
CMYK
RGB Variations
Color information
#0B4A1E (or 0x0B4A1E) is known color: Deep Fir. HEX triplet: 0B, 4A and 1E. RGB value is (11,74,30). Sum of RGB (Red+Green+Blue) = 11+74+30=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 74 (29.30% from 255 or 64.35% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 74 - color contains mainly: green. Hex color #0B4A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4A1E is #F4B5E1. Grayscale: #323232. Windows color (decimal): -16037346 or 1985035. OLE color: 1985035.
HSL color Cylindrical-coordinate representation of color #0B4A1E: hue angle of 138.1º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4A1E is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 74 | 30 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.71 |
| HSL | 138.1º | 0.74% | 0.17% | - |
| HSV(B) | 138.1º | 0.85% | 0.29% | - |
| XYZ | 2.82 | 5.06 | 2.06 | - |
| YUV | 50.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 74 | 30 | 0.85 | 0 | 0.59 | 0.71 | 138.1 | 0.74 | 0.17 |
| Hex | B | 4A | 1E | 55 | 0 | 3B | 47 | 8A | 4A | 11 |
| Octal | 13 | 112 | 36 | 125 | 0 | 73 | 107 | 212 | 112 | 21 |
| Binary | 1011 | 1001010 | 11110 | 1010101 | 0 | 111011 | 1000111 | 10001010 | 1001010 | 10001 |
Color Harmonies of #0B4A1E
Complementary color
Monochromatic Colors of #0B4A1E
Black with #0B4A1E
Text Example
Text Example
White with #0B4A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4A1E; }
p { color: rgb(11,74,30); }
H1.HeaderClassName
{
color: #0B4A1E;
}
.AnyTagClassName
{
color: #0B4A1E;
}
</style>
background-color css
<style>
a { background-color: #0B4A1E; }
a { background-color: rgb(11,74,30); }
div.DivClassName
{
background-color: #0B4A1E;
}
.BgClassName
{
background-color: #0B4A1E;
}
</style>
border-color css
<style>
span { border-color: #0B4A1E; }
span { border-color: rgb(11,74,30); }
td.TdClassName
{
border-color: #0B4A1E;
}
.TagClassName
{
border-color: #0B4A1E;
}
</style>