Shades of Myrtle #0D3E02
Tints of Myrtle #0D3E02
RGB
CMYK
RGB Variations
Color information
#0D3E02 (or 0x0D3E02) is known color: Myrtle. HEX triplet: 0D, 3E and 02. RGB value is (13,62,2). Sum of RGB (Red+Green+Blue) = 13+62+2=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 62 (24.61% from 255 or 80.52% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 62 - color contains mainly: green. Hex color #0D3E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3E02 is #F2C1FD. Grayscale: #282828. Windows color (decimal): -15909374 or 146957. OLE color: 146957.
HSL color Cylindrical-coordinate representation of color #0D3E02: hue angle of 109º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D3E02 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 62 | 2 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.76 |
| HSL | 109º | 0.94% | 0.13% | - |
| HSV(B) | 109º | 0.97% | 0.24% | - |
| XYZ | 1.9 | 3.54 | 0.64 | - |
| YUV | 40.51 | 106.27 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 2 | 0.79 | 0 | 0.97 | 0.76 | 109 | 0.94 | 0.13 |
| Hex | D | 3E | 2 | 4F | 0 | 61 | 4C | 6D | 5E | D |
| Octal | 15 | 76 | 2 | 117 | 0 | 141 | 114 | 155 | 136 | 15 |
| Binary | 1101 | 111110 | 10 | 1001111 | 0 | 1100001 | 1001100 | 1101101 | 1011110 | 1101 |
Color Harmonies of #0D3E02
Complementary color
Monochromatic Colors of #0D3E02
Black with #0D3E02
Text Example
Text Example
White with #0D3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E02; }
p { color: rgb(13,62,2); }
H1.HeaderClassName
{
color: #0D3E02;
}
.AnyTagClassName
{
color: #0D3E02;
}
</style>
background-color css
<style>
a { background-color: #0D3E02; }
a { background-color: rgb(13,62,2); }
div.DivClassName
{
background-color: #0D3E02;
}
.BgClassName
{
background-color: #0D3E02;
}
</style>
border-color css
<style>
span { border-color: #0D3E02; }
span { border-color: rgb(13,62,2); }
td.TdClassName
{
border-color: #0D3E02;
}
.TagClassName
{
border-color: #0D3E02;
}
</style>