Shades of Myrtle #0B2502
Tints of Myrtle #0B2502
RGB
CMYK
RGB Variations
Color information
#0B2502 (or 0x0B2502) is known color: Myrtle. HEX triplet: 0B, 25 and 02. RGB value is (11,37,2). Sum of RGB (Red+Green+Blue) = 11+37+2=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 37 (14.84% from 255 or 74% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 37 - color contains mainly: green. Hex color #0B2502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2502 is #F4DAFD. Grayscale: #191919. Windows color (decimal): -16046846 or 140555. OLE color: 140555.
HSL color Cylindrical-coordinate representation of color #0B2502: hue angle of 104.57º 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 #0B2502 is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 37 | 2 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.85 |
| HSL | 104.57º | 0.9% | 0.08% | - |
| HSV(B) | 104.57º | 0.95% | 0.15% | - |
| XYZ | 0.81 | 1.4 | 0.28 | - |
| YUV | 25.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 2 | 0.70 | 0 | 0.95 | 0.85 | 104.57 | 0.9 | 0.08 |
| Hex | B | 25 | 2 | 46 | 0 | 5F | 55 | 69 | 5A | 8 |
| Octal | 13 | 45 | 2 | 106 | 0 | 137 | 125 | 151 | 132 | 10 |
| Binary | 1011 | 100101 | 10 | 1000110 | 0 | 1011111 | 1010101 | 1101001 | 1011010 | 1000 |
Color Harmonies of #0B2502
Complementary color
Monochromatic Colors of #0B2502
Black with #0B2502
Text Example
Text Example
White with #0B2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2502; }
p { color: rgb(11,37,2); }
H1.HeaderClassName
{
color: #0B2502;
}
.AnyTagClassName
{
color: #0B2502;
}
</style>
background-color css
<style>
a { background-color: #0B2502; }
a { background-color: rgb(11,37,2); }
div.DivClassName
{
background-color: #0B2502;
}
.BgClassName
{
background-color: #0B2502;
}
</style>
border-color css
<style>
span { border-color: #0B2502; }
span { border-color: rgb(11,37,2); }
td.TdClassName
{
border-color: #0B2502;
}
.TagClassName
{
border-color: #0B2502;
}
</style>