Shades of Deep Fir #0B2F12
Tints of Deep Fir #0B2F12
RGB
CMYK
RGB Variations
Color information
#0B2F12 (or 0x0B2F12) is known color: Deep Fir. HEX triplet: 0B, 2F and 12. RGB value is (11,47,18). Sum of RGB (Red+Green+Blue) = 11+47+18=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 47 (18.75% from 255 or 61.84% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2F12 is #F4D0ED. Grayscale: #212121. Windows color (decimal): -16044270 or 1191691. OLE color: 1191691.
HSL color Cylindrical-coordinate representation of color #0B2F12: hue angle of 131.67º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B2F12 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 47 | 18 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.82 |
| HSL | 131.67º | 0.62% | 0.11% | - |
| HSV(B) | 131.67º | 0.77% | 0.18% | - |
| XYZ | 1.26 | 2.15 | 0.92 | - |
| YUV | 32.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 18 | 0.77 | 0 | 0.62 | 0.82 | 131.67 | 0.62 | 0.11 |
| Hex | B | 2F | 12 | 4D | 0 | 3E | 52 | 84 | 3E | B |
| Octal | 13 | 57 | 22 | 115 | 0 | 76 | 122 | 204 | 76 | 13 |
| Binary | 1011 | 101111 | 10010 | 1001101 | 0 | 111110 | 1010010 | 10000100 | 111110 | 1011 |
Color Harmonies of #0B2F12
Complementary color
Monochromatic Colors of #0B2F12
Black with #0B2F12
Text Example
Text Example
White with #0B2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F12; }
p { color: rgb(11,47,18); }
H1.HeaderClassName
{
color: #0B2F12;
}
.AnyTagClassName
{
color: #0B2F12;
}
</style>
background-color css
<style>
a { background-color: #0B2F12; }
a { background-color: rgb(11,47,18); }
div.DivClassName
{
background-color: #0B2F12;
}
.BgClassName
{
background-color: #0B2F12;
}
</style>
border-color css
<style>
span { border-color: #0B2F12; }
span { border-color: rgb(11,47,18); }
td.TdClassName
{
border-color: #0B2F12;
}
.TagClassName
{
border-color: #0B2F12;
}
</style>