Shades of Myrtle #0D2601
Tints of Myrtle #0D2601
RGB
CMYK
RGB Variations
Color information
#0D2601 (or 0x0D2601) is known color: Myrtle. HEX triplet: 0D, 26 and 01. RGB value is (13,38,1). Sum of RGB (Red+Green+Blue) = 13+38+1=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 38 (15.23% from 255 or 73.08% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 38 - color contains mainly: green. Hex color #0D2601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2601 is #F2D9FE. Grayscale: #1A1A1A. Windows color (decimal): -15915519 or 75277. OLE color: 75277.
HSL color Cylindrical-coordinate representation of color #0D2601: hue angle of 100.54º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D2601 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 38 | 1 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.85 |
| HSL | 100.54º | 0.95% | 0.08% | - |
| HSV(B) | 100.54º | 0.97% | 0.15% | - |
| XYZ | 0.86 | 1.47 | 0.27 | - |
| YUV | 26.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 1 | 0.66 | 0 | 0.97 | 0.85 | 100.54 | 0.95 | 0.08 |
| Hex | D | 26 | 1 | 42 | 0 | 61 | 55 | 65 | 5F | 8 |
| Octal | 15 | 46 | 1 | 102 | 0 | 141 | 125 | 145 | 137 | 10 |
| Binary | 1101 | 100110 | 1 | 1000010 | 0 | 1100001 | 1010101 | 1100101 | 1011111 | 1000 |
Color Harmonies of #0D2601
Complementary color
Monochromatic Colors of #0D2601
Black with #0D2601
Text Example
Text Example
White with #0D2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2601; }
p { color: rgb(13,38,1); }
H1.HeaderClassName
{
color: #0D2601;
}
.AnyTagClassName
{
color: #0D2601;
}
</style>
background-color css
<style>
a { background-color: #0D2601; }
a { background-color: rgb(13,38,1); }
div.DivClassName
{
background-color: #0D2601;
}
.BgClassName
{
background-color: #0D2601;
}
</style>
border-color css
<style>
span { border-color: #0D2601; }
span { border-color: rgb(13,38,1); }
td.TdClassName
{
border-color: #0D2601;
}
.TagClassName
{
border-color: #0D2601;
}
</style>