Shades of Myrtle #072A03
Tints of Myrtle #072A03
RGB
CMYK
RGB Variations
Color information
#072A03 (or 0x072A03) is known color: Myrtle. HEX triplet: 07, 2A and 03. RGB value is (7,42,3). Sum of RGB (Red+Green+Blue) = 7+42+3=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 42 (16.80% from 255 or 80.77% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 42 - color contains mainly: green. Hex color #072A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072A03 is #F8D5FC. Grayscale: #1B1B1B. Windows color (decimal): -16307709 or 207367. OLE color: 207367.
HSL color Cylindrical-coordinate representation of color #072A03: hue angle of 113.85º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072A03 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 42 | 3 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.84 |
| HSL | 113.85º | 0.87% | 0.09% | - |
| HSV(B) | 113.85º | 0.93% | 0.16% | - |
| XYZ | 0.93 | 1.71 | 0.37 | - |
| YUV | 27.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 3 | 0.83 | 0 | 0.93 | 0.84 | 113.85 | 0.87 | 0.09 |
| Hex | 7 | 2A | 3 | 53 | 0 | 5D | 54 | 72 | 57 | 9 |
| Octal | 7 | 52 | 3 | 123 | 0 | 135 | 124 | 162 | 127 | 11 |
| Binary | 111 | 101010 | 11 | 1010011 | 0 | 1011101 | 1010100 | 1110010 | 1010111 | 1001 |
Color Harmonies of #072A03
Complementary color
Monochromatic Colors of #072A03
Black with #072A03
Text Example
Text Example
White with #072A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A03; }
p { color: rgb(7,42,3); }
H1.HeaderClassName
{
color: #072A03;
}
.AnyTagClassName
{
color: #072A03;
}
</style>
background-color css
<style>
a { background-color: #072A03; }
a { background-color: rgb(7,42,3); }
div.DivClassName
{
background-color: #072A03;
}
.BgClassName
{
background-color: #072A03;
}
</style>
border-color css
<style>
span { border-color: #072A03; }
span { border-color: rgb(7,42,3); }
td.TdClassName
{
border-color: #072A03;
}
.TagClassName
{
border-color: #072A03;
}
</style>