Shades of Myrtle #0D3002
Tints of Myrtle #0D3002
RGB
CMYK
RGB Variations
Color information
#0D3002 (or 0x0D3002) is known color: Myrtle. HEX triplet: 0D, 30 and 02. RGB value is (13,48,2). Sum of RGB (Red+Green+Blue) = 13+48+2=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 48 (19.14% from 255 or 76.19% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3002 is #F2CFFD. Grayscale: #202020. Windows color (decimal): -15912958 or 143373. OLE color: 143373.
HSL color Cylindrical-coordinate representation of color #0D3002: hue angle of 105.65º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D3002 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 48 | 2 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.81 |
| HSL | 105.65º | 0.92% | 0.1% | - |
| HSV(B) | 105.65º | 0.96% | 0.19% | - |
| XYZ | 1.23 | 2.2 | 0.42 | - |
| YUV | 32.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 2 | 0.73 | 0 | 0.96 | 0.81 | 105.65 | 0.92 | 0.1 |
| Hex | D | 30 | 2 | 49 | 0 | 60 | 51 | 6A | 5C | A |
| Octal | 15 | 60 | 2 | 111 | 0 | 140 | 121 | 152 | 134 | 12 |
| Binary | 1101 | 110000 | 10 | 1001001 | 0 | 1100000 | 1010001 | 1101010 | 1011100 | 1010 |
Color Harmonies of #0D3002
Complementary color
Monochromatic Colors of #0D3002
Black with #0D3002
Text Example
Text Example
White with #0D3002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3002; }
p { color: rgb(13,48,2); }
H1.HeaderClassName
{
color: #0D3002;
}
.AnyTagClassName
{
color: #0D3002;
}
</style>
background-color css
<style>
a { background-color: #0D3002; }
a { background-color: rgb(13,48,2); }
div.DivClassName
{
background-color: #0D3002;
}
.BgClassName
{
background-color: #0D3002;
}
</style>
border-color css
<style>
span { border-color: #0D3002; }
span { border-color: rgb(13,48,2); }
td.TdClassName
{
border-color: #0D3002;
}
.TagClassName
{
border-color: #0D3002;
}
</style>