Shades of Myrtle #0B2602
Tints of Myrtle #0B2602
RGB
CMYK
RGB Variations
Color information
#0B2602 (or 0x0B2602) is known color: Myrtle. HEX triplet: 0B, 26 and 02. RGB value is (11,38,2). Sum of RGB (Red+Green+Blue) = 11+38+2=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 38 (15.23% from 255 or 74.51% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 38 - color contains mainly: green. Hex color #0B2602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2602 is #F4D9FD. Grayscale: #191919. Windows color (decimal): -16046590 or 140811. OLE color: 140811.
HSL color Cylindrical-coordinate representation of color #0B2602: hue angle of 105º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2602 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 38 | 2 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.85 |
| HSL | 105º | 0.9% | 0.08% | - |
| HSV(B) | 105º | 0.95% | 0.15% | - |
| XYZ | 0.84 | 1.46 | 0.3 | - |
| YUV | 25.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 2 | 0.71 | 0 | 0.95 | 0.85 | 105 | 0.9 | 0.08 |
| Hex | B | 26 | 2 | 47 | 0 | 5F | 55 | 69 | 5A | 8 |
| Octal | 13 | 46 | 2 | 107 | 0 | 137 | 125 | 151 | 132 | 10 |
| Binary | 1011 | 100110 | 10 | 1000111 | 0 | 1011111 | 1010101 | 1101001 | 1011010 | 1000 |
Color Harmonies of #0B2602
Complementary color
Monochromatic Colors of #0B2602
Black with #0B2602
Text Example
Text Example
White with #0B2602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2602; }
p { color: rgb(11,38,2); }
H1.HeaderClassName
{
color: #0B2602;
}
.AnyTagClassName
{
color: #0B2602;
}
</style>
background-color css
<style>
a { background-color: #0B2602; }
a { background-color: rgb(11,38,2); }
div.DivClassName
{
background-color: #0B2602;
}
.BgClassName
{
background-color: #0B2602;
}
</style>
border-color css
<style>
span { border-color: #0B2602; }
span { border-color: rgb(11,38,2); }
td.TdClassName
{
border-color: #0B2602;
}
.TagClassName
{
border-color: #0B2602;
}
</style>