Shades of Myrtle #072C03
Tints of Myrtle #072C03
RGB
CMYK
RGB Variations
Color information
#072C03 (or 0x072C03) is known color: Myrtle. HEX triplet: 07, 2C and 03. RGB value is (7,44,3). Sum of RGB (Red+Green+Blue) = 7+44+3=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 44 (17.58% from 255 or 81.48% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 44 - color contains mainly: green. Hex color #072C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072C03 is #F8D3FC. Grayscale: #1C1C1C. Windows color (decimal): -16307197 or 207879. OLE color: 207879.
HSL color Cylindrical-coordinate representation of color #072C03: hue angle of 114.15º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072C03 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 44 | 3 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.83 |
| HSL | 114.15º | 0.87% | 0.09% | - |
| HSV(B) | 114.15º | 0.93% | 0.17% | - |
| XYZ | 1 | 1.85 | 0.39 | - |
| YUV | 28.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 3 | 0.84 | 0 | 0.93 | 0.83 | 114.15 | 0.87 | 0.09 |
| Hex | 7 | 2C | 3 | 54 | 0 | 5D | 53 | 72 | 57 | 9 |
| Octal | 7 | 54 | 3 | 124 | 0 | 135 | 123 | 162 | 127 | 11 |
| Binary | 111 | 101100 | 11 | 1010100 | 0 | 1011101 | 1010011 | 1110010 | 1010111 | 1001 |
Color Harmonies of #072C03
Complementary color
Monochromatic Colors of #072C03
Black with #072C03
Text Example
Text Example
White with #072C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C03; }
p { color: rgb(7,44,3); }
H1.HeaderClassName
{
color: #072C03;
}
.AnyTagClassName
{
color: #072C03;
}
</style>
background-color css
<style>
a { background-color: #072C03; }
a { background-color: rgb(7,44,3); }
div.DivClassName
{
background-color: #072C03;
}
.BgClassName
{
background-color: #072C03;
}
</style>
border-color css
<style>
span { border-color: #072C03; }
span { border-color: rgb(7,44,3); }
td.TdClassName
{
border-color: #072C03;
}
.TagClassName
{
border-color: #072C03;
}
</style>