Shades of Deep Fir #0B2612
Tints of Deep Fir #0B2612
RGB
CMYK
RGB Variations
Color information
#0B2612 (or 0x0B2612) is known color: Deep Fir. HEX triplet: 0B, 26 and 12. RGB value is (11,38,18). Sum of RGB (Red+Green+Blue) = 11+38+18=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #0B2612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2612 is #F4D9ED. Grayscale: #1B1B1B. Windows color (decimal): -16046574 or 1189387. OLE color: 1189387.
HSL color Cylindrical-coordinate representation of color #0B2612: hue angle of 135.56º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B2612 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 38 | 18 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.85 |
| HSL | 135.56º | 0.55% | 0.1% | - |
| HSV(B) | 135.56º | 0.71% | 0.15% | - |
| XYZ | 0.94 | 1.5 | 0.81 | - |
| YUV | 27.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 18 | 0.71 | 0 | 0.53 | 0.85 | 135.56 | 0.55 | 0.1 |
| Hex | B | 26 | 12 | 47 | 0 | 35 | 55 | 88 | 37 | A |
| Octal | 13 | 46 | 22 | 107 | 0 | 65 | 125 | 210 | 67 | 12 |
| Binary | 1011 | 100110 | 10010 | 1000111 | 0 | 110101 | 1010101 | 10001000 | 110111 | 1010 |
Color Harmonies of #0B2612
Complementary color
Monochromatic Colors of #0B2612
Black with #0B2612
Text Example
Text Example
White with #0B2612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2612; }
p { color: rgb(11,38,18); }
H1.HeaderClassName
{
color: #0B2612;
}
.AnyTagClassName
{
color: #0B2612;
}
</style>
background-color css
<style>
a { background-color: #0B2612; }
a { background-color: rgb(11,38,18); }
div.DivClassName
{
background-color: #0B2612;
}
.BgClassName
{
background-color: #0B2612;
}
</style>
border-color css
<style>
span { border-color: #0B2612; }
span { border-color: rgb(11,38,18); }
td.TdClassName
{
border-color: #0B2612;
}
.TagClassName
{
border-color: #0B2612;
}
</style>