Shades of Myrtle #0D2F02
Tints of Myrtle #0D2F02
RGB
CMYK
RGB Variations
Color information
#0D2F02 (or 0x0D2F02) is known color: Myrtle. HEX triplet: 0D, 2F and 02. RGB value is (13,47,2). Sum of RGB (Red+Green+Blue) = 13+47+2=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 47 (18.75% from 255 or 75.81% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 47 - color contains mainly: green. Hex color #0D2F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2F02 is #F2D0FD. Grayscale: #1F1F1F. Windows color (decimal): -15913214 or 143117. OLE color: 143117.
HSL color Cylindrical-coordinate representation of color #0D2F02: hue angle of 105.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D2F02 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 47 | 2 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.82 |
| HSL | 105.33º | 0.92% | 0.1% | - |
| HSV(B) | 105.33º | 0.96% | 0.18% | - |
| XYZ | 1.19 | 2.12 | 0.4 | - |
| YUV | 31.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 2 | 0.72 | 0 | 0.96 | 0.82 | 105.33 | 0.92 | 0.1 |
| Hex | D | 2F | 2 | 48 | 0 | 60 | 52 | 69 | 5C | A |
| Octal | 15 | 57 | 2 | 110 | 0 | 140 | 122 | 151 | 134 | 12 |
| Binary | 1101 | 101111 | 10 | 1001000 | 0 | 1100000 | 1010010 | 1101001 | 1011100 | 1010 |
Color Harmonies of #0D2F02
Complementary color
Monochromatic Colors of #0D2F02
Black with #0D2F02
Text Example
Text Example
White with #0D2F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2F02; }
p { color: rgb(13,47,2); }
H1.HeaderClassName
{
color: #0D2F02;
}
.AnyTagClassName
{
color: #0D2F02;
}
</style>
background-color css
<style>
a { background-color: #0D2F02; }
a { background-color: rgb(13,47,2); }
div.DivClassName
{
background-color: #0D2F02;
}
.BgClassName
{
background-color: #0D2F02;
}
</style>
border-color css
<style>
span { border-color: #0D2F02; }
span { border-color: rgb(13,47,2); }
td.TdClassName
{
border-color: #0D2F02;
}
.TagClassName
{
border-color: #0D2F02;
}
</style>