Shades of Myrtle #062E02
Tints of Myrtle #062E02
RGB
CMYK
RGB Variations
Color information
#062E02 (or 0x062E02) is known color: Myrtle. HEX triplet: 06, 2E and 02. RGB value is (6,46,2). Sum of RGB (Red+Green+Blue) = 6+46+2=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 46 (18.36% from 255 or 85.19% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 46 - color contains mainly: green. Hex color #062E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062E02 is #F9D1FD. Grayscale: #1D1D1D. Windows color (decimal): -16372222 or 142854. OLE color: 142854.
HSL color Cylindrical-coordinate representation of color #062E02: hue angle of 114.55º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062E02 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 46 | 2 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.82 |
| HSL | 114.55º | 0.92% | 0.09% | - |
| HSV(B) | 114.55º | 0.96% | 0.18% | - |
| XYZ | 1.06 | 2 | 0.39 | - |
| YUV | 29.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 2 | 0.87 | 0 | 0.96 | 0.82 | 114.55 | 0.92 | 0.09 |
| Hex | 6 | 2E | 2 | 57 | 0 | 60 | 52 | 73 | 5C | 9 |
| Octal | 6 | 56 | 2 | 127 | 0 | 140 | 122 | 163 | 134 | 11 |
| Binary | 110 | 101110 | 10 | 1010111 | 0 | 1100000 | 1010010 | 1110011 | 1011100 | 1001 |
Color Harmonies of #062E02
Complementary color
Monochromatic Colors of #062E02
Black with #062E02
Text Example
Text Example
White with #062E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E02; }
p { color: rgb(6,46,2); }
H1.HeaderClassName
{
color: #062E02;
}
.AnyTagClassName
{
color: #062E02;
}
</style>
background-color css
<style>
a { background-color: #062E02; }
a { background-color: rgb(6,46,2); }
div.DivClassName
{
background-color: #062E02;
}
.BgClassName
{
background-color: #062E02;
}
</style>
border-color css
<style>
span { border-color: #062E02; }
span { border-color: rgb(6,46,2); }
td.TdClassName
{
border-color: #062E02;
}
.TagClassName
{
border-color: #062E02;
}
</style>