Shades of Myrtle #0D2B0C
Tints of Myrtle #0D2B0C
RGB
CMYK
RGB Variations
Color information
#0D2B0C (or 0x0D2B0C) is known color: Myrtle. HEX triplet: 0D, 2B and 0C. RGB value is (13,43,12). Sum of RGB (Red+Green+Blue) = 13+43+12=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 43 (17.19% from 255 or 63.24% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 43 - color contains mainly: green. Hex color #0D2B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2B0C is #F2D4F3. Grayscale: #1E1E1E. Windows color (decimal): -15914228 or 797453. OLE color: 797453.
HSL color Cylindrical-coordinate representation of color #0D2B0C: hue angle of 118.06º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2B0C is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 43 | 12 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.83 |
| HSL | 118.06º | 0.56% | 0.11% | - |
| HSV(B) | 118.06º | 0.72% | 0.17% | - |
| XYZ | 1.1 | 1.84 | 0.65 | - |
| YUV | 30.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 43 | 12 | 0.70 | 0 | 0.72 | 0.83 | 118.06 | 0.56 | 0.11 |
| Hex | D | 2B | C | 46 | 0 | 48 | 53 | 76 | 38 | B |
| Octal | 15 | 53 | 14 | 106 | 0 | 110 | 123 | 166 | 70 | 13 |
| Binary | 1101 | 101011 | 1100 | 1000110 | 0 | 1001000 | 1010011 | 1110110 | 111000 | 1011 |
Color Harmonies of #0D2B0C
Complementary color
Monochromatic Colors of #0D2B0C
Black with #0D2B0C
Text Example
Text Example
White with #0D2B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2B0C; }
p { color: rgb(13,43,12); }
H1.HeaderClassName
{
color: #0D2B0C;
}
.AnyTagClassName
{
color: #0D2B0C;
}
</style>
background-color css
<style>
a { background-color: #0D2B0C; }
a { background-color: rgb(13,43,12); }
div.DivClassName
{
background-color: #0D2B0C;
}
.BgClassName
{
background-color: #0D2B0C;
}
</style>
border-color css
<style>
span { border-color: #0D2B0C; }
span { border-color: rgb(13,43,12); }
td.TdClassName
{
border-color: #0D2B0C;
}
.TagClassName
{
border-color: #0D2B0C;
}
</style>