Shades of Myrtle #062D03
Tints of Myrtle #062D03
RGB
CMYK
RGB Variations
Color information
#062D03 (or 0x062D03) is known color: Myrtle. HEX triplet: 06, 2D and 03. RGB value is (6,45,3). Sum of RGB (Red+Green+Blue) = 6+45+3=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 45 (17.97% from 255 or 83.33% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 45 - color contains mainly: green. Hex color #062D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062D03 is #F9D2FC. Grayscale: #1C1C1C. Windows color (decimal): -16372477 or 208134. OLE color: 208134.
HSL color Cylindrical-coordinate representation of color #062D03: hue angle of 115.71º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062D03 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 45 | 3 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.82 |
| HSL | 115.71º | 0.88% | 0.09% | - |
| HSV(B) | 115.71º | 0.93% | 0.18% | - |
| XYZ | 1.03 | 1.92 | 0.4 | - |
| YUV | 28.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 3 | 0.87 | 0 | 0.93 | 0.82 | 115.71 | 0.88 | 0.09 |
| Hex | 6 | 2D | 3 | 57 | 0 | 5D | 52 | 74 | 58 | 9 |
| Octal | 6 | 55 | 3 | 127 | 0 | 135 | 122 | 164 | 130 | 11 |
| Binary | 110 | 101101 | 11 | 1010111 | 0 | 1011101 | 1010010 | 1110100 | 1011000 | 1001 |
Color Harmonies of #062D03
Complementary color
Monochromatic Colors of #062D03
Black with #062D03
Text Example
Text Example
White with #062D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D03; }
p { color: rgb(6,45,3); }
H1.HeaderClassName
{
color: #062D03;
}
.AnyTagClassName
{
color: #062D03;
}
</style>
background-color css
<style>
a { background-color: #062D03; }
a { background-color: rgb(6,45,3); }
div.DivClassName
{
background-color: #062D03;
}
.BgClassName
{
background-color: #062D03;
}
</style>
border-color css
<style>
span { border-color: #062D03; }
span { border-color: rgb(6,45,3); }
td.TdClassName
{
border-color: #062D03;
}
.TagClassName
{
border-color: #062D03;
}
</style>