Shades of Myrtle #042802
Tints of Myrtle #042802
RGB
CMYK
RGB Variations
Color information
#042802 (or 0x042802) is known color: Myrtle. HEX triplet: 04, 28 and 02. RGB value is (4,40,2). Sum of RGB (Red+Green+Blue) = 4+40+2=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 40 (16.02% from 255 or 86.96% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 40 - color contains mainly: green. Hex color #042802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042802 is #FBD7FD. Grayscale: #191919. Windows color (decimal): -16504830 or 141316. OLE color: 141316.
HSL color Cylindrical-coordinate representation of color #042802: hue angle of 116.84º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042802 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 40 | 2 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.84 |
| HSL | 116.84º | 0.9% | 0.08% | - |
| HSV(B) | 116.84º | 0.95% | 0.16% | - |
| XYZ | 0.82 | 1.55 | 0.31 | - |
| YUV | 24.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 2 | 0.90 | 0 | 0.95 | 0.84 | 116.84 | 0.9 | 0.08 |
| Hex | 4 | 28 | 2 | 5A | 0 | 5F | 54 | 75 | 5A | 8 |
| Octal | 4 | 50 | 2 | 132 | 0 | 137 | 124 | 165 | 132 | 10 |
| Binary | 100 | 101000 | 10 | 1011010 | 0 | 1011111 | 1010100 | 1110101 | 1011010 | 1000 |
Color Harmonies of #042802
Complementary color
Monochromatic Colors of #042802
Black with #042802
Text Example
Text Example
White with #042802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042802; }
p { color: rgb(4,40,2); }
H1.HeaderClassName
{
color: #042802;
}
.AnyTagClassName
{
color: #042802;
}
</style>
background-color css
<style>
a { background-color: #042802; }
a { background-color: rgb(4,40,2); }
div.DivClassName
{
background-color: #042802;
}
.BgClassName
{
background-color: #042802;
}
</style>
border-color css
<style>
span { border-color: #042802; }
span { border-color: rgb(4,40,2); }
td.TdClassName
{
border-color: #042802;
}
.TagClassName
{
border-color: #042802;
}
</style>