Shades of Deep Fir #0B2F18
Tints of Deep Fir #0B2F18
RGB
CMYK
RGB Variations
Color information
#0B2F18 (or 0x0B2F18) is known color: Deep Fir. HEX triplet: 0B, 2F and 18. RGB value is (11,47,24). Sum of RGB (Red+Green+Blue) = 11+47+24=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2F18 is #F4D0E7. Grayscale: #212121. Windows color (decimal): -16044264 or 1584907. OLE color: 1584907.
HSL color Cylindrical-coordinate representation of color #0B2F18: hue angle of 141.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 #0B2F18 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 47 | 24 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.82 |
| HSL | 141.67º | 0.62% | 0.11% | - |
| HSV(B) | 141.67º | 0.77% | 0.18% | - |
| XYZ | 1.32 | 2.17 | 1.21 | - |
| YUV | 33.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 24 | 0.77 | 0 | 0.49 | 0.82 | 141.67 | 0.62 | 0.11 |
| Hex | B | 2F | 18 | 4D | 0 | 31 | 52 | 8E | 3E | B |
| Octal | 13 | 57 | 30 | 115 | 0 | 61 | 122 | 216 | 76 | 13 |
| Binary | 1011 | 101111 | 11000 | 1001101 | 0 | 110001 | 1010010 | 10001110 | 111110 | 1011 |
Color Harmonies of #0B2F18
Complementary color
Monochromatic Colors of #0B2F18
Black with #0B2F18
Text Example
Text Example
White with #0B2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F18; }
p { color: rgb(11,47,24); }
H1.HeaderClassName
{
color: #0B2F18;
}
.AnyTagClassName
{
color: #0B2F18;
}
</style>
background-color css
<style>
a { background-color: #0B2F18; }
a { background-color: rgb(11,47,24); }
div.DivClassName
{
background-color: #0B2F18;
}
.BgClassName
{
background-color: #0B2F18;
}
</style>
border-color css
<style>
span { border-color: #0B2F18; }
span { border-color: rgb(11,47,24); }
td.TdClassName
{
border-color: #0B2F18;
}
.TagClassName
{
border-color: #0B2F18;
}
</style>