Shades of Myrtle #0D2C0B
Tints of Myrtle #0D2C0B
RGB
CMYK
RGB Variations
Color information
#0D2C0B (or 0x0D2C0B) is known color: Myrtle. HEX triplet: 0D, 2C and 0B. RGB value is (13,44,11). Sum of RGB (Red+Green+Blue) = 13+44+11=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 44 (17.58% from 255 or 64.71% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 44 - color contains mainly: green. Hex color #0D2C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2C0B is #F2D3F4. Grayscale: #1F1F1F. Windows color (decimal): -15913973 or 732173. OLE color: 732173.
HSL color Cylindrical-coordinate representation of color #0D2C0B: hue angle of 116.36º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D2C0B is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 44 | 11 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.83 |
| HSL | 116.36º | 0.6% | 0.11% | - |
| HSV(B) | 116.36º | 0.75% | 0.17% | - |
| XYZ | 1.13 | 1.91 | 0.63 | - |
| YUV | 30.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 11 | 0.70 | 0 | 0.75 | 0.83 | 116.36 | 0.6 | 0.11 |
| Hex | D | 2C | B | 46 | 0 | 4B | 53 | 74 | 3C | B |
| Octal | 15 | 54 | 13 | 106 | 0 | 113 | 123 | 164 | 74 | 13 |
| Binary | 1101 | 101100 | 1011 | 1000110 | 0 | 1001011 | 1010011 | 1110100 | 111100 | 1011 |
Color Harmonies of #0D2C0B
Complementary color
Monochromatic Colors of #0D2C0B
Black with #0D2C0B
Text Example
Text Example
White with #0D2C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C0B; }
p { color: rgb(13,44,11); }
H1.HeaderClassName
{
color: #0D2C0B;
}
.AnyTagClassName
{
color: #0D2C0B;
}
</style>
background-color css
<style>
a { background-color: #0D2C0B; }
a { background-color: rgb(13,44,11); }
div.DivClassName
{
background-color: #0D2C0B;
}
.BgClassName
{
background-color: #0D2C0B;
}
</style>
border-color css
<style>
span { border-color: #0D2C0B; }
span { border-color: rgb(13,44,11); }
td.TdClassName
{
border-color: #0D2C0B;
}
.TagClassName
{
border-color: #0D2C0B;
}
</style>