Shades of Myrtle #072F03
Tints of Myrtle #072F03
RGB
CMYK
RGB Variations
Color information
#072F03 (or 0x072F03) is known color: Myrtle. HEX triplet: 07, 2F and 03. RGB value is (7,47,3). Sum of RGB (Red+Green+Blue) = 7+47+3=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 47 (18.75% from 255 or 82.46% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 47 - color contains mainly: green. Hex color #072F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072F03 is #F8D0FC. Grayscale: #1E1E1E. Windows color (decimal): -16306429 or 208647. OLE color: 208647.
HSL color Cylindrical-coordinate representation of color #072F03: hue angle of 114.55º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072F03 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 47 | 3 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.82 |
| HSL | 114.55º | 0.88% | 0.1% | - |
| HSV(B) | 114.55º | 0.94% | 0.18% | - |
| XYZ | 1.12 | 2.08 | 0.43 | - |
| YUV | 30.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 3 | 0.85 | 0 | 0.94 | 0.82 | 114.55 | 0.88 | 0.1 |
| Hex | 7 | 2F | 3 | 55 | 0 | 5E | 52 | 73 | 58 | A |
| Octal | 7 | 57 | 3 | 125 | 0 | 136 | 122 | 163 | 130 | 12 |
| Binary | 111 | 101111 | 11 | 1010101 | 0 | 1011110 | 1010010 | 1110011 | 1011000 | 1010 |
Color Harmonies of #072F03
Complementary color
Monochromatic Colors of #072F03
Black with #072F03
Text Example
Text Example
White with #072F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F03; }
p { color: rgb(7,47,3); }
H1.HeaderClassName
{
color: #072F03;
}
.AnyTagClassName
{
color: #072F03;
}
</style>
background-color css
<style>
a { background-color: #072F03; }
a { background-color: rgb(7,47,3); }
div.DivClassName
{
background-color: #072F03;
}
.BgClassName
{
background-color: #072F03;
}
</style>
border-color css
<style>
span { border-color: #072F03; }
span { border-color: rgb(7,47,3); }
td.TdClassName
{
border-color: #072F03;
}
.TagClassName
{
border-color: #072F03;
}
</style>