Shades of Deep Fir #0B2A17
Tints of Deep Fir #0B2A17
RGB
CMYK
RGB Variations
Color information
#0B2A17 (or 0x0B2A17) is known color: Deep Fir. HEX triplet: 0B, 2A and 17. RGB value is (11,42,23). Sum of RGB (Red+Green+Blue) = 11+42+23=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 42 (16.80% from 255 or 55.26% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 42 - color contains mainly: green. Hex color #0B2A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2A17 is #F4D5E8. Grayscale: #1E1E1E. Windows color (decimal): -16045545 or 1518091. OLE color: 1518091.
HSL color Cylindrical-coordinate representation of color #0B2A17: hue angle of 143.23º 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 #0B2A17 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 42 | 23 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.84 |
| HSL | 143.23º | 0.58% | 0.1% | - |
| HSV(B) | 143.23º | 0.74% | 0.16% | - |
| XYZ | 1.12 | 1.79 | 1.1 | - |
| YUV | 30.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 42 | 23 | 0.74 | 0 | 0.45 | 0.84 | 143.23 | 0.58 | 0.1 |
| Hex | B | 2A | 17 | 4A | 0 | 2D | 54 | 8F | 3A | A |
| Octal | 13 | 52 | 27 | 112 | 0 | 55 | 124 | 217 | 72 | 12 |
| Binary | 1011 | 101010 | 10111 | 1001010 | 0 | 101101 | 1010100 | 10001111 | 111010 | 1010 |
Color Harmonies of #0B2A17
Complementary color
Monochromatic Colors of #0B2A17
Black with #0B2A17
Text Example
Text Example
White with #0B2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2A17; }
p { color: rgb(11,42,23); }
H1.HeaderClassName
{
color: #0B2A17;
}
.AnyTagClassName
{
color: #0B2A17;
}
</style>
background-color css
<style>
a { background-color: #0B2A17; }
a { background-color: rgb(11,42,23); }
div.DivClassName
{
background-color: #0B2A17;
}
.BgClassName
{
background-color: #0B2A17;
}
</style>
border-color css
<style>
span { border-color: #0B2A17; }
span { border-color: rgb(11,42,23); }
td.TdClassName
{
border-color: #0B2A17;
}
.TagClassName
{
border-color: #0B2A17;
}
</style>