Shades of Deep Fir #0B2F10
Tints of Deep Fir #0B2F10
RGB
CMYK
RGB Variations
Color information
#0B2F10 (or 0x0B2F10) is known color: Deep Fir. HEX triplet: 0B, 2F and 10. RGB value is (11,47,16). Sum of RGB (Red+Green+Blue) = 11+47+16=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 47 (18.75% from 255 or 63.51% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2F10 is #F4D0EF. Grayscale: #202020. Windows color (decimal): -16044272 or 1060619. OLE color: 1060619.
HSL color Cylindrical-coordinate representation of color #0B2F10: hue angle of 128.33º 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 #0B2F10 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 47 | 16 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.82 |
| HSL | 128.33º | 0.62% | 0.11% | - |
| HSV(B) | 128.33º | 0.77% | 0.18% | - |
| XYZ | 1.25 | 2.14 | 0.84 | - |
| YUV | 32.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 16 | 0.77 | 0 | 0.66 | 0.82 | 128.33 | 0.62 | 0.11 |
| Hex | B | 2F | 10 | 4D | 0 | 42 | 52 | 80 | 3E | B |
| Octal | 13 | 57 | 20 | 115 | 0 | 102 | 122 | 200 | 76 | 13 |
| Binary | 1011 | 101111 | 10000 | 1001101 | 0 | 1000010 | 1010010 | 10000000 | 111110 | 1011 |
Color Harmonies of #0B2F10
Complementary color
Monochromatic Colors of #0B2F10
Black with #0B2F10
Text Example
Text Example
White with #0B2F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F10; }
p { color: rgb(11,47,16); }
H1.HeaderClassName
{
color: #0B2F10;
}
.AnyTagClassName
{
color: #0B2F10;
}
</style>
background-color css
<style>
a { background-color: #0B2F10; }
a { background-color: rgb(11,47,16); }
div.DivClassName
{
background-color: #0B2F10;
}
.BgClassName
{
background-color: #0B2F10;
}
</style>
border-color css
<style>
span { border-color: #0B2F10; }
span { border-color: rgb(11,47,16); }
td.TdClassName
{
border-color: #0B2F10;
}
.TagClassName
{
border-color: #0B2F10;
}
</style>