Shades of Myrtle #042E08
Tints of Myrtle #042E08
RGB
CMYK
RGB Variations
Color information
#042E08 (or 0x042E08) is known color: Myrtle. HEX triplet: 04, 2E and 08. RGB value is (4,46,8). Sum of RGB (Red+Green+Blue) = 4+46+8=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 46 (18.36% from 255 or 79.31% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 46 - color contains mainly: green. Hex color #042E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042E08 is #FBD1F7. Grayscale: #1D1D1D. Windows color (decimal): -16503288 or 536068. OLE color: 536068.
HSL color Cylindrical-coordinate representation of color #042E08: hue angle of 125.71º 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 #042E08 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 8 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.82 |
| HSL | 125.71º | 0.84% | 0.1% | - |
| HSV(B) | 125.71º | 0.91% | 0.18% | - |
| XYZ | 1.07 | 2 | 0.56 | - |
| YUV | 29.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 8 | 0.91 | 0 | 0.83 | 0.82 | 125.71 | 0.84 | 0.1 |
| Hex | 4 | 2E | 8 | 5B | 0 | 53 | 52 | 7E | 54 | A |
| Octal | 4 | 56 | 10 | 133 | 0 | 123 | 122 | 176 | 124 | 12 |
| Binary | 100 | 101110 | 1000 | 1011011 | 0 | 1010011 | 1010010 | 1111110 | 1010100 | 1010 |
Color Harmonies of #042E08
Complementary color
Monochromatic Colors of #042E08
Black with #042E08
Text Example
Text Example
White with #042E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E08; }
p { color: rgb(4,46,8); }
H1.HeaderClassName
{
color: #042E08;
}
.AnyTagClassName
{
color: #042E08;
}
</style>
background-color css
<style>
a { background-color: #042E08; }
a { background-color: rgb(4,46,8); }
div.DivClassName
{
background-color: #042E08;
}
.BgClassName
{
background-color: #042E08;
}
</style>
border-color css
<style>
span { border-color: #042E08; }
span { border-color: rgb(4,46,8); }
td.TdClassName
{
border-color: #042E08;
}
.TagClassName
{
border-color: #042E08;
}
</style>