Shades of Myrtle #0D2900
Tints of Myrtle #0D2900
RGB
CMYK
RGB Variations
Color information
#0D2900 (or 0x0D2900) is known color: Myrtle. HEX triplet: 0D, 29 and 00. RGB value is (13,41,0). Sum of RGB (Red+Green+Blue) = 13+41+0=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 41 (16.41% from 255 or 75.93% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 41 - color contains mainly: green. Hex color #0D2900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2900 is #F2D6FF. Grayscale: #1C1C1C. Windows color (decimal): -15914752 or 10509. OLE color: 10509.
HSL color Cylindrical-coordinate representation of color #0D2900: hue angle of 100.98º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D2900 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 41 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.84 |
| HSL | 100.98º | 1% | 0.08% | - |
| HSV(B) | 100.98º | 1% | 0.16% | - |
| XYZ | 0.96 | 1.67 | 0.27 | - |
| YUV | 27.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 0 | 0.68 | 0 | 1 | 0.84 | 100.98 | 1 | 0.08 |
| Hex | D | 29 | 0 | 44 | 0 | 64 | 54 | 65 | 64 | 8 |
| Octal | 15 | 51 | 0 | 104 | 0 | 144 | 124 | 145 | 144 | 10 |
| Binary | 1101 | 101001 | 0 | 1000100 | 0 | 1100100 | 1010100 | 1100101 | 1100100 | 1000 |
Color Harmonies of #0D2900
Complementary color
Monochromatic Colors of #0D2900
Black with #0D2900
Text Example
Text Example
White with #0D2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2900; }
p { color: rgb(13,41,0); }
H1.HeaderClassName
{
color: #0D2900;
}
.AnyTagClassName
{
color: #0D2900;
}
</style>
background-color css
<style>
a { background-color: #0D2900; }
a { background-color: rgb(13,41,0); }
div.DivClassName
{
background-color: #0D2900;
}
.BgClassName
{
background-color: #0D2900;
}
</style>
border-color css
<style>
span { border-color: #0D2900; }
span { border-color: rgb(13,41,0); }
td.TdClassName
{
border-color: #0D2900;
}
.TagClassName
{
border-color: #0D2900;
}
</style>