Shades of Myrtle #0D2E03
Tints of Myrtle #0D2E03
RGB
CMYK
RGB Variations
Color information
#0D2E03 (or 0x0D2E03) is known color: Myrtle. HEX triplet: 0D, 2E and 03. RGB value is (13,46,3). Sum of RGB (Red+Green+Blue) = 13+46+3=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 46 (18.36% from 255 or 74.19% from 62); Blue value is 3 (1.56% from 255 or 4.84% from 62); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2E03 is #F2D1FC. Grayscale: #1F1F1F. Windows color (decimal): -15913469 or 208397. OLE color: 208397.
HSL color Cylindrical-coordinate representation of color #0D2E03: hue angle of 106.05º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D2E03 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 46 | 3 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.82 |
| HSL | 106.05º | 0.88% | 0.1% | - |
| HSV(B) | 106.05º | 0.93% | 0.18% | - |
| XYZ | 1.16 | 2.05 | 0.42 | - |
| YUV | 31.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 3 | 0.72 | 0 | 0.93 | 0.82 | 106.05 | 0.88 | 0.1 |
| Hex | D | 2E | 3 | 48 | 0 | 5D | 52 | 6A | 58 | A |
| Octal | 15 | 56 | 3 | 110 | 0 | 135 | 122 | 152 | 130 | 12 |
| Binary | 1101 | 101110 | 11 | 1001000 | 0 | 1011101 | 1010010 | 1101010 | 1011000 | 1010 |
Color Harmonies of #0D2E03
Complementary color
Monochromatic Colors of #0D2E03
Black with #0D2E03
Text Example
Text Example
White with #0D2E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2E03; }
p { color: rgb(13,46,3); }
H1.HeaderClassName
{
color: #0D2E03;
}
.AnyTagClassName
{
color: #0D2E03;
}
</style>
background-color css
<style>
a { background-color: #0D2E03; }
a { background-color: rgb(13,46,3); }
div.DivClassName
{
background-color: #0D2E03;
}
.BgClassName
{
background-color: #0D2E03;
}
</style>
border-color css
<style>
span { border-color: #0D2E03; }
span { border-color: rgb(13,46,3); }
td.TdClassName
{
border-color: #0D2E03;
}
.TagClassName
{
border-color: #0D2E03;
}
</style>