Shades of Myrtle #0B2F0D
Tints of Myrtle #0B2F0D
RGB
CMYK
RGB Variations
Color information
#0B2F0D (or 0x0B2F0D) is known color: Myrtle. HEX triplet: 0B, 2F and 0D. RGB value is (11,47,13). Sum of RGB (Red+Green+Blue) = 11+47+13=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 47 (18.75% from 255 or 66.20% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2F0D is #F4D0F2. Grayscale: #202020. Windows color (decimal): -16044275 or 864011. OLE color: 864011.
HSL color Cylindrical-coordinate representation of color #0B2F0D: hue angle of 123.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 #0B2F0D is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 47 | 13 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.82 |
| HSL | 123.33º | 0.62% | 0.11% | - |
| HSV(B) | 123.33º | 0.77% | 0.18% | - |
| XYZ | 1.23 | 2.13 | 0.73 | - |
| YUV | 32.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 13 | 0.77 | 0 | 0.72 | 0.82 | 123.33 | 0.62 | 0.11 |
| Hex | B | 2F | D | 4D | 0 | 48 | 52 | 7B | 3E | B |
| Octal | 13 | 57 | 15 | 115 | 0 | 110 | 122 | 173 | 76 | 13 |
| Binary | 1011 | 101111 | 1101 | 1001101 | 0 | 1001000 | 1010010 | 1111011 | 111110 | 1011 |
Color Harmonies of #0B2F0D
Complementary color
Monochromatic Colors of #0B2F0D
Black with #0B2F0D
Text Example
Text Example
White with #0B2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F0D; }
p { color: rgb(11,47,13); }
H1.HeaderClassName
{
color: #0B2F0D;
}
.AnyTagClassName
{
color: #0B2F0D;
}
</style>
background-color css
<style>
a { background-color: #0B2F0D; }
a { background-color: rgb(11,47,13); }
div.DivClassName
{
background-color: #0B2F0D;
}
.BgClassName
{
background-color: #0B2F0D;
}
</style>
border-color css
<style>
span { border-color: #0B2F0D; }
span { border-color: rgb(11,47,13); }
td.TdClassName
{
border-color: #0B2F0D;
}
.TagClassName
{
border-color: #0B2F0D;
}
</style>