Shades of Myrtle #051F02
Tints of Myrtle #051F02
RGB
CMYK
RGB Variations
Color information
#051F02 (or 0x051F02) is known color: Myrtle. HEX triplet: 05, 1F and 02. RGB value is (5,31,2). Sum of RGB (Red+Green+Blue) = 5+31+2=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 31 (12.5% from 255 or 81.58% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 31 - color contains mainly: green. Hex color #051F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F02 is #FAE0FD. Grayscale: #141414. Windows color (decimal): -16441598 or 139013. OLE color: 139013.
HSL color Cylindrical-coordinate representation of color #051F02: hue angle of 113.79º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051F02 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 2 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.88 |
| HSL | 113.79º | 0.88% | 0.06% | - |
| HSV(B) | 113.79º | 0.94% | 0.12% | - |
| XYZ | 0.56 | 1.02 | 0.22 | - |
| YUV | 19.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 2 | 0.84 | 0 | 0.94 | 0.88 | 113.79 | 0.88 | 0.06 |
| Hex | 5 | 1F | 2 | 54 | 0 | 5E | 58 | 72 | 58 | 6 |
| Octal | 5 | 37 | 2 | 124 | 0 | 136 | 130 | 162 | 130 | 6 |
| Binary | 101 | 11111 | 10 | 1010100 | 0 | 1011110 | 1011000 | 1110010 | 1011000 | 110 |
Color Harmonies of #051F02
Complementary color
Monochromatic Colors of #051F02
Black with #051F02
Text Example
Text Example
White with #051F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F02; }
p { color: rgb(5,31,2); }
H1.HeaderClassName
{
color: #051F02;
}
.AnyTagClassName
{
color: #051F02;
}
</style>
background-color css
<style>
a { background-color: #051F02; }
a { background-color: rgb(5,31,2); }
div.DivClassName
{
background-color: #051F02;
}
.BgClassName
{
background-color: #051F02;
}
</style>
border-color css
<style>
span { border-color: #051F02; }
span { border-color: rgb(5,31,2); }
td.TdClassName
{
border-color: #051F02;
}
.TagClassName
{
border-color: #051F02;
}
</style>