Shades of Myrtle #0D430F
Tints of Myrtle #0D430F
RGB
CMYK
RGB Variations
Color information
#0D430F (or 0x0D430F) is known color: Myrtle. HEX triplet: 0D, 43 and 0F. RGB value is (13,67,15). Sum of RGB (Red+Green+Blue) = 13+67+15=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #0D430F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D430F is #F2BCF0. Grayscale: #2D2D2D. Windows color (decimal): -15908081 or 1000205. OLE color: 1000205.
HSL color Cylindrical-coordinate representation of color #0D430F: hue angle of 122.22º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D430F is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 67 | 15 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.74 |
| HSL | 122.22º | 0.68% | 0.16% | - |
| HSV(B) | 122.22º | 0.81% | 0.26% | - |
| XYZ | 2.26 | 4.13 | 1.13 | - |
| YUV | 44.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 15 | 0.81 | 0 | 0.78 | 0.74 | 122.22 | 0.68 | 0.16 |
| Hex | D | 43 | F | 51 | 0 | 4E | 4A | 7A | 44 | 10 |
| Octal | 15 | 103 | 17 | 121 | 0 | 116 | 112 | 172 | 104 | 20 |
| Binary | 1101 | 1000011 | 1111 | 1010001 | 0 | 1001110 | 1001010 | 1111010 | 1000100 | 10000 |
Color Harmonies of #0D430F
Complementary color
Monochromatic Colors of #0D430F
Black with #0D430F
Text Example
Text Example
White with #0D430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D430F; }
p { color: rgb(13,67,15); }
H1.HeaderClassName
{
color: #0D430F;
}
.AnyTagClassName
{
color: #0D430F;
}
</style>
background-color css
<style>
a { background-color: #0D430F; }
a { background-color: rgb(13,67,15); }
div.DivClassName
{
background-color: #0D430F;
}
.BgClassName
{
background-color: #0D430F;
}
</style>
border-color css
<style>
span { border-color: #0D430F; }
span { border-color: rgb(13,67,15); }
td.TdClassName
{
border-color: #0D430F;
}
.TagClassName
{
border-color: #0D430F;
}
</style>