Shades of Myrtle #0D2700
Tints of Myrtle #0D2700
RGB
CMYK
RGB Variations
Color information
#0D2700 (or 0x0D2700) is known color: Myrtle. HEX triplet: 0D, 27 and 00. RGB value is (13,39,0). Sum of RGB (Red+Green+Blue) = 13+39+0=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 39 (15.62% from 255 or 75% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 39 - color contains mainly: green. Hex color #0D2700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2700 is #F2D8FF. Grayscale: #1A1A1A. Windows color (decimal): -15915264 or 9997. OLE color: 9997.
HSL color Cylindrical-coordinate representation of color #0D2700: hue angle of 100º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D2700 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 39 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.85 |
| HSL | 100º | 1% | 0.08% | - |
| HSV(B) | 100º | 1% | 0.15% | - |
| XYZ | 0.89 | 1.54 | 0.25 | - |
| YUV | 26.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 0 | 0.67 | 0 | 1 | 0.85 | 100 | 1 | 0.08 |
| Hex | D | 27 | 0 | 43 | 0 | 64 | 55 | 64 | 64 | 8 |
| Octal | 15 | 47 | 0 | 103 | 0 | 144 | 125 | 144 | 144 | 10 |
| Binary | 1101 | 100111 | 0 | 1000011 | 0 | 1100100 | 1010101 | 1100100 | 1100100 | 1000 |
Color Harmonies of #0D2700
Complementary color
Monochromatic Colors of #0D2700
Black with #0D2700
Text Example
Text Example
White with #0D2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2700; }
p { color: rgb(13,39,0); }
H1.HeaderClassName
{
color: #0D2700;
}
.AnyTagClassName
{
color: #0D2700;
}
</style>
background-color css
<style>
a { background-color: #0D2700; }
a { background-color: rgb(13,39,0); }
div.DivClassName
{
background-color: #0D2700;
}
.BgClassName
{
background-color: #0D2700;
}
</style>
border-color css
<style>
span { border-color: #0D2700; }
span { border-color: rgb(13,39,0); }
td.TdClassName
{
border-color: #0D2700;
}
.TagClassName
{
border-color: #0D2700;
}
</style>