Shades of Myrtle #0D2705
Tints of Myrtle #0D2705
RGB
CMYK
RGB Variations
Color information
#0D2705 (or 0x0D2705) is known color: Myrtle. HEX triplet: 0D, 27 and 05. RGB value is (13,39,5). Sum of RGB (Red+Green+Blue) = 13+39+5=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 39 (15.62% from 255 or 68.42% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 39 - color contains mainly: green. Hex color #0D2705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2705 is #F2D8FA. Grayscale: #1B1B1B. Windows color (decimal): -15915259 or 337677. OLE color: 337677.
HSL color Cylindrical-coordinate representation of color #0D2705: hue angle of 105.88º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2705 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 39 | 5 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.85 |
| HSL | 105.88º | 0.77% | 0.09% | - |
| HSV(B) | 105.88º | 0.87% | 0.15% | - |
| XYZ | 0.92 | 1.55 | 0.39 | - |
| YUV | 27.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 5 | 0.67 | 0 | 0.87 | 0.85 | 105.88 | 0.77 | 0.09 |
| Hex | D | 27 | 5 | 43 | 0 | 57 | 55 | 6A | 4D | 9 |
| Octal | 15 | 47 | 5 | 103 | 0 | 127 | 125 | 152 | 115 | 11 |
| Binary | 1101 | 100111 | 101 | 1000011 | 0 | 1010111 | 1010101 | 1101010 | 1001101 | 1001 |
Color Harmonies of #0D2705
Complementary color
Monochromatic Colors of #0D2705
Black with #0D2705
Text Example
Text Example
White with #0D2705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2705; }
p { color: rgb(13,39,5); }
H1.HeaderClassName
{
color: #0D2705;
}
.AnyTagClassName
{
color: #0D2705;
}
</style>
background-color css
<style>
a { background-color: #0D2705; }
a { background-color: rgb(13,39,5); }
div.DivClassName
{
background-color: #0D2705;
}
.BgClassName
{
background-color: #0D2705;
}
</style>
border-color css
<style>
span { border-color: #0D2705; }
span { border-color: rgb(13,39,5); }
td.TdClassName
{
border-color: #0D2705;
}
.TagClassName
{
border-color: #0D2705;
}
</style>