Shades of Deep Fir #0B2A11
Tints of Deep Fir #0B2A11
RGB
CMYK
RGB Variations
Color information
#0B2A11 (or 0x0B2A11) is known color: Deep Fir. HEX triplet: 0B, 2A and 11. RGB value is (11,42,17). Sum of RGB (Red+Green+Blue) = 11+42+17=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 42 (16.80% from 255 or 60% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 42 - color contains mainly: green. Hex color #0B2A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2A11 is #F4D5EE. Grayscale: #1D1D1D. Windows color (decimal): -16045551 or 1124875. OLE color: 1124875.
HSL color Cylindrical-coordinate representation of color #0B2A11: hue angle of 131.61º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B2A11 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 42 | 17 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.84 |
| HSL | 131.61º | 0.58% | 0.1% | - |
| HSV(B) | 131.61º | 0.74% | 0.16% | - |
| XYZ | 1.07 | 1.77 | 0.82 | - |
| YUV | 29.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 42 | 17 | 0.74 | 0 | 0.60 | 0.84 | 131.61 | 0.58 | 0.1 |
| Hex | B | 2A | 11 | 4A | 0 | 3C | 54 | 84 | 3A | A |
| Octal | 13 | 52 | 21 | 112 | 0 | 74 | 124 | 204 | 72 | 12 |
| Binary | 1011 | 101010 | 10001 | 1001010 | 0 | 111100 | 1010100 | 10000100 | 111010 | 1010 |
Color Harmonies of #0B2A11
Complementary color
Monochromatic Colors of #0B2A11
Black with #0B2A11
Text Example
Text Example
White with #0B2A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2A11; }
p { color: rgb(11,42,17); }
H1.HeaderClassName
{
color: #0B2A11;
}
.AnyTagClassName
{
color: #0B2A11;
}
</style>
background-color css
<style>
a { background-color: #0B2A11; }
a { background-color: rgb(11,42,17); }
div.DivClassName
{
background-color: #0B2A11;
}
.BgClassName
{
background-color: #0B2A11;
}
</style>
border-color css
<style>
span { border-color: #0B2A11; }
span { border-color: rgb(11,42,17); }
td.TdClassName
{
border-color: #0B2A11;
}
.TagClassName
{
border-color: #0B2A11;
}
</style>