Shades of Myrtle #0D270A
Tints of Myrtle #0D270A
RGB
CMYK
RGB Variations
Color information
#0D270A (or 0x0D270A) is known color: Myrtle. HEX triplet: 0D, 27 and 0A. RGB value is (13,39,10). Sum of RGB (Red+Green+Blue) = 13+39+10=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #0D270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D270A is #F2D8F5. Grayscale: #1C1C1C. Windows color (decimal): -15915254 or 665357. OLE color: 665357.
HSL color Cylindrical-coordinate representation of color #0D270A: hue angle of 113.79º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D270A is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 39 | 10 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.85 |
| HSL | 113.79º | 0.59% | 0.1% | - |
| HSV(B) | 113.79º | 0.74% | 0.15% | - |
| XYZ | 0.95 | 1.56 | 0.54 | - |
| YUV | 27.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 10 | 0.67 | 0 | 0.74 | 0.85 | 113.79 | 0.59 | 0.1 |
| Hex | D | 27 | A | 43 | 0 | 4A | 55 | 72 | 3B | A |
| Octal | 15 | 47 | 12 | 103 | 0 | 112 | 125 | 162 | 73 | 12 |
| Binary | 1101 | 100111 | 1010 | 1000011 | 0 | 1001010 | 1010101 | 1110010 | 111011 | 1010 |
Color Harmonies of #0D270A
Complementary color
Monochromatic Colors of #0D270A
Black with #0D270A
Text Example
Text Example
White with #0D270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D270A; }
p { color: rgb(13,39,10); }
H1.HeaderClassName
{
color: #0D270A;
}
.AnyTagClassName
{
color: #0D270A;
}
</style>
background-color css
<style>
a { background-color: #0D270A; }
a { background-color: rgb(13,39,10); }
div.DivClassName
{
background-color: #0D270A;
}
.BgClassName
{
background-color: #0D270A;
}
</style>
border-color css
<style>
span { border-color: #0D270A; }
span { border-color: rgb(13,39,10); }
td.TdClassName
{
border-color: #0D270A;
}
.TagClassName
{
border-color: #0D270A;
}
</style>