Shades of Myrtle #042F05
Tints of Myrtle #042F05
RGB
CMYK
RGB Variations
Color information
#042F05 (or 0x042F05) is known color: Myrtle. HEX triplet: 04, 2F and 05. RGB value is (4,47,5). Sum of RGB (Red+Green+Blue) = 4+47+5=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 47 (18.75% from 255 or 83.93% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 47 - color contains mainly: green. Hex color #042F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042F05 is #FBD0FA. Grayscale: #1D1D1D. Windows color (decimal): -16503035 or 339716. OLE color: 339716.
HSL color Cylindrical-coordinate representation of color #042F05: hue angle of 121.4º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042F05 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 47 | 5 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.82 |
| HSL | 121.4º | 0.84% | 0.1% | - |
| HSV(B) | 121.4º | 0.91% | 0.18% | - |
| XYZ | 1.09 | 2.07 | 0.49 | - |
| YUV | 29.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 5 | 0.91 | 0 | 0.89 | 0.82 | 121.4 | 0.84 | 0.1 |
| Hex | 4 | 2F | 5 | 5B | 0 | 59 | 52 | 79 | 54 | A |
| Octal | 4 | 57 | 5 | 133 | 0 | 131 | 122 | 171 | 124 | 12 |
| Binary | 100 | 101111 | 101 | 1011011 | 0 | 1011001 | 1010010 | 1111001 | 1010100 | 1010 |
Color Harmonies of #042F05
Complementary color
Monochromatic Colors of #042F05
Black with #042F05
Text Example
Text Example
White with #042F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042F05; }
p { color: rgb(4,47,5); }
H1.HeaderClassName
{
color: #042F05;
}
.AnyTagClassName
{
color: #042F05;
}
</style>
background-color css
<style>
a { background-color: #042F05; }
a { background-color: rgb(4,47,5); }
div.DivClassName
{
background-color: #042F05;
}
.BgClassName
{
background-color: #042F05;
}
</style>
border-color css
<style>
span { border-color: #042F05; }
span { border-color: rgb(4,47,5); }
td.TdClassName
{
border-color: #042F05;
}
.TagClassName
{
border-color: #042F05;
}
</style>