Shades of Myrtle #0D2D04
Tints of Myrtle #0D2D04
RGB
CMYK
RGB Variations
Color information
#0D2D04 (or 0x0D2D04) is known color: Myrtle. HEX triplet: 0D, 2D and 04. RGB value is (13,45,4). Sum of RGB (Red+Green+Blue) = 13+45+4=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 45 (17.97% from 255 or 72.58% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 45 - color contains mainly: green. Hex color #0D2D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2D04 is #F2D2FB. Grayscale: #1E1E1E. Windows color (decimal): -15913724 or 273677. OLE color: 273677.
HSL color Cylindrical-coordinate representation of color #0D2D04: hue angle of 106.83º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2D04 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 45 | 4 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.82 |
| HSL | 106.83º | 0.84% | 0.1% | - |
| HSV(B) | 106.83º | 0.91% | 0.18% | - |
| XYZ | 1.13 | 1.97 | 0.44 | - |
| YUV | 30.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 4 | 0.71 | 0 | 0.91 | 0.82 | 106.83 | 0.84 | 0.1 |
| Hex | D | 2D | 4 | 47 | 0 | 5B | 52 | 6B | 54 | A |
| Octal | 15 | 55 | 4 | 107 | 0 | 133 | 122 | 153 | 124 | 12 |
| Binary | 1101 | 101101 | 100 | 1000111 | 0 | 1011011 | 1010010 | 1101011 | 1010100 | 1010 |
Color Harmonies of #0D2D04
Complementary color
Monochromatic Colors of #0D2D04
Black with #0D2D04
Text Example
Text Example
White with #0D2D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2D04; }
p { color: rgb(13,45,4); }
H1.HeaderClassName
{
color: #0D2D04;
}
.AnyTagClassName
{
color: #0D2D04;
}
</style>
background-color css
<style>
a { background-color: #0D2D04; }
a { background-color: rgb(13,45,4); }
div.DivClassName
{
background-color: #0D2D04;
}
.BgClassName
{
background-color: #0D2D04;
}
</style>
border-color css
<style>
span { border-color: #0D2D04; }
span { border-color: rgb(13,45,4); }
td.TdClassName
{
border-color: #0D2D04;
}
.TagClassName
{
border-color: #0D2D04;
}
</style>