Shades of Myrtle #0D3A02
Tints of Myrtle #0D3A02
RGB
CMYK
RGB Variations
Color information
#0D3A02 (or 0x0D3A02) is known color: Myrtle. HEX triplet: 0D, 3A and 02. RGB value is (13,58,2). Sum of RGB (Red+Green+Blue) = 13+58+2=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 58 (23.05% from 255 or 79.45% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 58 - color contains mainly: green. Hex color #0D3A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3A02 is #F2C5FD. Grayscale: #262626. Windows color (decimal): -15910398 or 145933. OLE color: 145933.
HSL color Cylindrical-coordinate representation of color #0D3A02: hue angle of 108.21º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D3A02 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 58 | 2 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.77 |
| HSL | 108.21º | 0.93% | 0.12% | - |
| HSV(B) | 108.21º | 0.97% | 0.23% | - |
| XYZ | 1.69 | 3.12 | 0.57 | - |
| YUV | 38.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 2 | 0.78 | 0 | 0.97 | 0.77 | 108.21 | 0.93 | 0.12 |
| Hex | D | 3A | 2 | 4E | 0 | 61 | 4D | 6C | 5D | C |
| Octal | 15 | 72 | 2 | 116 | 0 | 141 | 115 | 154 | 135 | 14 |
| Binary | 1101 | 111010 | 10 | 1001110 | 0 | 1100001 | 1001101 | 1101100 | 1011101 | 1100 |
Color Harmonies of #0D3A02
Complementary color
Monochromatic Colors of #0D3A02
Black with #0D3A02
Text Example
Text Example
White with #0D3A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A02; }
p { color: rgb(13,58,2); }
H1.HeaderClassName
{
color: #0D3A02;
}
.AnyTagClassName
{
color: #0D3A02;
}
</style>
background-color css
<style>
a { background-color: #0D3A02; }
a { background-color: rgb(13,58,2); }
div.DivClassName
{
background-color: #0D3A02;
}
.BgClassName
{
background-color: #0D3A02;
}
</style>
border-color css
<style>
span { border-color: #0D3A02; }
span { border-color: rgb(13,58,2); }
td.TdClassName
{
border-color: #0D3A02;
}
.TagClassName
{
border-color: #0D3A02;
}
</style>