Shades of Myrtle #072A02
Tints of Myrtle #072A02
RGB
CMYK
RGB Variations
Color information
#072A02 (or 0x072A02) is known color: Myrtle. HEX triplet: 07, 2A and 02. RGB value is (7,42,2). Sum of RGB (Red+Green+Blue) = 7+42+2=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 42 (16.80% from 255 or 82.35% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 42 - color contains mainly: green. Hex color #072A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072A02 is #F8D5FD. Grayscale: #1B1B1B. Windows color (decimal): -16307710 or 141831. OLE color: 141831.
HSL color Cylindrical-coordinate representation of color #072A02: hue angle of 112.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072A02 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 42 | 2 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.84 |
| HSL | 112.5º | 0.91% | 0.09% | - |
| HSV(B) | 112.5º | 0.95% | 0.16% | - |
| XYZ | 0.93 | 1.71 | 0.34 | - |
| YUV | 26.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 2 | 0.83 | 0 | 0.95 | 0.84 | 112.5 | 0.91 | 0.09 |
| Hex | 7 | 2A | 2 | 53 | 0 | 5F | 54 | 70 | 5B | 9 |
| Octal | 7 | 52 | 2 | 123 | 0 | 137 | 124 | 160 | 133 | 11 |
| Binary | 111 | 101010 | 10 | 1010011 | 0 | 1011111 | 1010100 | 1110000 | 1011011 | 1001 |
Color Harmonies of #072A02
Complementary color
Monochromatic Colors of #072A02
Black with #072A02
Text Example
Text Example
White with #072A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A02; }
p { color: rgb(7,42,2); }
H1.HeaderClassName
{
color: #072A02;
}
.AnyTagClassName
{
color: #072A02;
}
</style>
background-color css
<style>
a { background-color: #072A02; }
a { background-color: rgb(7,42,2); }
div.DivClassName
{
background-color: #072A02;
}
.BgClassName
{
background-color: #072A02;
}
</style>
border-color css
<style>
span { border-color: #072A02; }
span { border-color: rgb(7,42,2); }
td.TdClassName
{
border-color: #072A02;
}
.TagClassName
{
border-color: #072A02;
}
</style>