Shades of Myrtle #051D02
Tints of Myrtle #051D02
RGB
CMYK
RGB Variations
Color information
#051D02 (or 0x051D02) is known color: Myrtle. HEX triplet: 05, 1D and 02. RGB value is (5,29,2). Sum of RGB (Red+Green+Blue) = 5+29+2=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 29 (11.72% from 255 or 80.56% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 29 - color contains mainly: green. Hex color #051D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D02 is #FAE2FD. Grayscale: #121212. Windows color (decimal): -16442110 or 138501. OLE color: 138501.
HSL color Cylindrical-coordinate representation of color #051D02: hue angle of 113.33º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051D02 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 2 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.89 |
| HSL | 113.33º | 0.87% | 0.06% | - |
| HSV(B) | 113.33º | 0.93% | 0.11% | - |
| XYZ | 0.51 | 0.92 | 0.21 | - |
| YUV | 18.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 2 | 0.83 | 0 | 0.93 | 0.89 | 113.33 | 0.87 | 0.06 |
| Hex | 5 | 1D | 2 | 53 | 0 | 5D | 59 | 71 | 57 | 6 |
| Octal | 5 | 35 | 2 | 123 | 0 | 135 | 131 | 161 | 127 | 6 |
| Binary | 101 | 11101 | 10 | 1010011 | 0 | 1011101 | 1011001 | 1110001 | 1010111 | 110 |
Color Harmonies of #051D02
Complementary color
Monochromatic Colors of #051D02
Black with #051D02
Text Example
Text Example
White with #051D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D02; }
p { color: rgb(5,29,2); }
H1.HeaderClassName
{
color: #051D02;
}
.AnyTagClassName
{
color: #051D02;
}
</style>
background-color css
<style>
a { background-color: #051D02; }
a { background-color: rgb(5,29,2); }
div.DivClassName
{
background-color: #051D02;
}
.BgClassName
{
background-color: #051D02;
}
</style>
border-color css
<style>
span { border-color: #051D02; }
span { border-color: rgb(5,29,2); }
td.TdClassName
{
border-color: #051D02;
}
.TagClassName
{
border-color: #051D02;
}
</style>