Shades of Myrtle #0B2802
Tints of Myrtle #0B2802
RGB
CMYK
RGB Variations
Color information
#0B2802 (or 0x0B2802) is known color: Myrtle. HEX triplet: 0B, 28 and 02. RGB value is (11,40,2). Sum of RGB (Red+Green+Blue) = 11+40+2=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #0B2802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2802 is #F4D7FD. Grayscale: #1B1B1B. Windows color (decimal): -16046078 or 141323. OLE color: 141323.
HSL color Cylindrical-coordinate representation of color #0B2802: hue angle of 105.79º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2802 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 40 | 2 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.84 |
| HSL | 105.79º | 0.9% | 0.08% | - |
| HSV(B) | 105.79º | 0.95% | 0.16% | - |
| XYZ | 0.91 | 1.59 | 0.32 | - |
| YUV | 27 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 2 | 0.72 | 0 | 0.95 | 0.84 | 105.79 | 0.9 | 0.08 |
| Hex | B | 28 | 2 | 48 | 0 | 5F | 54 | 6A | 5A | 8 |
| Octal | 13 | 50 | 2 | 110 | 0 | 137 | 124 | 152 | 132 | 10 |
| Binary | 1011 | 101000 | 10 | 1001000 | 0 | 1011111 | 1010100 | 1101010 | 1011010 | 1000 |
Color Harmonies of #0B2802
Complementary color
Monochromatic Colors of #0B2802
Black with #0B2802
Text Example
Text Example
White with #0B2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2802; }
p { color: rgb(11,40,2); }
H1.HeaderClassName
{
color: #0B2802;
}
.AnyTagClassName
{
color: #0B2802;
}
</style>
background-color css
<style>
a { background-color: #0B2802; }
a { background-color: rgb(11,40,2); }
div.DivClassName
{
background-color: #0B2802;
}
.BgClassName
{
background-color: #0B2802;
}
</style>
border-color css
<style>
span { border-color: #0B2802; }
span { border-color: rgb(11,40,2); }
td.TdClassName
{
border-color: #0B2802;
}
.TagClassName
{
border-color: #0B2802;
}
</style>