Shades of Myrtle #0D2901
Tints of Myrtle #0D2901
RGB
CMYK
RGB Variations
Color information
#0D2901 (or 0x0D2901) is known color: Myrtle. HEX triplet: 0D, 29 and 01. RGB value is (13,41,1). Sum of RGB (Red+Green+Blue) = 13+41+1=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 41 (16.41% from 255 or 74.55% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 41 - color contains mainly: green. Hex color #0D2901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2901 is #F2D6FE. Grayscale: #1C1C1C. Windows color (decimal): -15914751 or 76045. OLE color: 76045.
HSL color Cylindrical-coordinate representation of color #0D2901: hue angle of 102º 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 #0D2901 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 41 | 1 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.84 |
| HSL | 102º | 0.95% | 0.08% | - |
| HSV(B) | 102º | 0.98% | 0.16% | - |
| XYZ | 0.96 | 1.67 | 0.3 | - |
| YUV | 28.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 1 | 0.68 | 0 | 0.98 | 0.84 | 102 | 0.95 | 0.08 |
| Hex | D | 29 | 1 | 44 | 0 | 62 | 54 | 66 | 5F | 8 |
| Octal | 15 | 51 | 1 | 104 | 0 | 142 | 124 | 146 | 137 | 10 |
| Binary | 1101 | 101001 | 1 | 1000100 | 0 | 1100010 | 1010100 | 1100110 | 1011111 | 1000 |
Color Harmonies of #0D2901
Complementary color
Monochromatic Colors of #0D2901
Black with #0D2901
Text Example
Text Example
White with #0D2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2901; }
p { color: rgb(13,41,1); }
H1.HeaderClassName
{
color: #0D2901;
}
.AnyTagClassName
{
color: #0D2901;
}
</style>
background-color css
<style>
a { background-color: #0D2901; }
a { background-color: rgb(13,41,1); }
div.DivClassName
{
background-color: #0D2901;
}
.BgClassName
{
background-color: #0D2901;
}
</style>
border-color css
<style>
span { border-color: #0D2901; }
span { border-color: rgb(13,41,1); }
td.TdClassName
{
border-color: #0D2901;
}
.TagClassName
{
border-color: #0D2901;
}
</style>