Shades of Myrtle #0D2801
Tints of Myrtle #0D2801
RGB
CMYK
RGB Variations
Color information
#0D2801 (or 0x0D2801) is known color: Myrtle. HEX triplet: 0D, 28 and 01. RGB value is (13,40,1). Sum of RGB (Red+Green+Blue) = 13+40+1=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 40 (16.02% from 255 or 74.07% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 40 - color contains mainly: green. Hex color #0D2801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2801 is #F2D7FE. Grayscale: #1B1B1B. Windows color (decimal): -15915007 or 75789. OLE color: 75789.
HSL color Cylindrical-coordinate representation of color #0D2801: hue angle of 101.54º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D2801 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 40 | 1 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.84 |
| HSL | 101.54º | 0.95% | 0.08% | - |
| HSV(B) | 101.54º | 0.98% | 0.16% | - |
| XYZ | 0.93 | 1.61 | 0.29 | - |
| YUV | 27.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 1 | 0.67 | 0 | 0.98 | 0.84 | 101.54 | 0.95 | 0.08 |
| Hex | D | 28 | 1 | 43 | 0 | 62 | 54 | 66 | 5F | 8 |
| Octal | 15 | 50 | 1 | 103 | 0 | 142 | 124 | 146 | 137 | 10 |
| Binary | 1101 | 101000 | 1 | 1000011 | 0 | 1100010 | 1010100 | 1100110 | 1011111 | 1000 |
Color Harmonies of #0D2801
Complementary color
Monochromatic Colors of #0D2801
Black with #0D2801
Text Example
Text Example
White with #0D2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2801; }
p { color: rgb(13,40,1); }
H1.HeaderClassName
{
color: #0D2801;
}
.AnyTagClassName
{
color: #0D2801;
}
</style>
background-color css
<style>
a { background-color: #0D2801; }
a { background-color: rgb(13,40,1); }
div.DivClassName
{
background-color: #0D2801;
}
.BgClassName
{
background-color: #0D2801;
}
</style>
border-color css
<style>
span { border-color: #0D2801; }
span { border-color: rgb(13,40,1); }
td.TdClassName
{
border-color: #0D2801;
}
.TagClassName
{
border-color: #0D2801;
}
</style>