Shades of Myrtle #0D1E08
Tints of Myrtle #0D1E08
RGB
CMYK
RGB Variations
Color information
#0D1E08 (or 0x0D1E08) is known color: Myrtle. HEX triplet: 0D, 1E and 08. RGB value is (13,30,8). Sum of RGB (Red+Green+Blue) = 13+30+8=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1E08 is #F2E1F7. Grayscale: #161616. Windows color (decimal): -15917560 or 531981. OLE color: 531981.
HSL color Cylindrical-coordinate representation of color #0D1E08: hue angle of 106.36º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D1E08 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 30 | 8 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.88 |
| HSL | 106.36º | 0.58% | 0.07% | - |
| HSV(B) | 106.36º | 0.73% | 0.12% | - |
| XYZ | 0.67 | 1.03 | 0.39 | - |
| YUV | 22.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 30 | 8 | 0.57 | 0 | 0.73 | 0.88 | 106.36 | 0.58 | 0.07 |
| Hex | D | 1E | 8 | 39 | 0 | 49 | 58 | 6A | 3A | 7 |
| Octal | 15 | 36 | 10 | 71 | 0 | 111 | 130 | 152 | 72 | 7 |
| Binary | 1101 | 11110 | 1000 | 111001 | 0 | 1001001 | 1011000 | 1101010 | 111010 | 111 |
Color Harmonies of #0D1E08
Complementary color
Monochromatic Colors of #0D1E08
Black with #0D1E08
Text Example
Text Example
White with #0D1E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1E08; }
p { color: rgb(13,30,8); }
H1.HeaderClassName
{
color: #0D1E08;
}
.AnyTagClassName
{
color: #0D1E08;
}
</style>
background-color css
<style>
a { background-color: #0D1E08; }
a { background-color: rgb(13,30,8); }
div.DivClassName
{
background-color: #0D1E08;
}
.BgClassName
{
background-color: #0D1E08;
}
</style>
border-color css
<style>
span { border-color: #0D1E08; }
span { border-color: rgb(13,30,8); }
td.TdClassName
{
border-color: #0D1E08;
}
.TagClassName
{
border-color: #0D1E08;
}
</style>