Shades of Myrtle #0D2308
Tints of Myrtle #0D2308
RGB
CMYK
RGB Variations
Color information
#0D2308 (or 0x0D2308) is known color: Myrtle. HEX triplet: 0D, 23 and 08. RGB value is (13,35,8). Sum of RGB (Red+Green+Blue) = 13+35+8=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2308 is #F2DCF7. Grayscale: #191919. Windows color (decimal): -15916280 or 533261. OLE color: 533261.
HSL color Cylindrical-coordinate representation of color #0D2308: hue angle of 108.89º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D2308 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 35 | 8 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.86 |
| HSL | 108.89º | 0.63% | 0.08% | - |
| HSV(B) | 108.89º | 0.77% | 0.14% | - |
| XYZ | 0.81 | 1.31 | 0.44 | - |
| YUV | 25.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 8 | 0.63 | 0 | 0.77 | 0.86 | 108.89 | 0.63 | 0.08 |
| Hex | D | 23 | 8 | 3F | 0 | 4D | 56 | 6D | 3F | 8 |
| Octal | 15 | 43 | 10 | 77 | 0 | 115 | 126 | 155 | 77 | 10 |
| Binary | 1101 | 100011 | 1000 | 111111 | 0 | 1001101 | 1010110 | 1101101 | 111111 | 1000 |
Color Harmonies of #0D2308
Complementary color
Monochromatic Colors of #0D2308
Black with #0D2308
Text Example
Text Example
White with #0D2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2308; }
p { color: rgb(13,35,8); }
H1.HeaderClassName
{
color: #0D2308;
}
.AnyTagClassName
{
color: #0D2308;
}
</style>
background-color css
<style>
a { background-color: #0D2308; }
a { background-color: rgb(13,35,8); }
div.DivClassName
{
background-color: #0D2308;
}
.BgClassName
{
background-color: #0D2308;
}
</style>
border-color css
<style>
span { border-color: #0D2308; }
span { border-color: rgb(13,35,8); }
td.TdClassName
{
border-color: #0D2308;
}
.TagClassName
{
border-color: #0D2308;
}
</style>