Shades of Myrtle #082A04
Tints of Myrtle #082A04
RGB
CMYK
RGB Variations
Color information
#082A04 (or 0x082A04) is known color: Myrtle. HEX triplet: 08, 2A and 04. RGB value is (8,42,4). Sum of RGB (Red+Green+Blue) = 8+42+4=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 42 (16.80% from 255 or 77.78% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 42 - color contains mainly: green. Hex color #082A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082A04 is #F7D5FB. Grayscale: #1B1B1B. Windows color (decimal): -16242172 or 272904. OLE color: 272904.
HSL color Cylindrical-coordinate representation of color #082A04: hue angle of 113.68º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082A04 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 42 | 4 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.84 |
| HSL | 113.68º | 0.83% | 0.09% | - |
| HSV(B) | 113.68º | 0.9% | 0.16% | - |
| XYZ | 0.95 | 1.72 | 0.4 | - |
| YUV | 27.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 4 | 0.81 | 0 | 0.90 | 0.84 | 113.68 | 0.83 | 0.09 |
| Hex | 8 | 2A | 4 | 51 | 0 | 5A | 54 | 72 | 53 | 9 |
| Octal | 10 | 52 | 4 | 121 | 0 | 132 | 124 | 162 | 123 | 11 |
| Binary | 1000 | 101010 | 100 | 1010001 | 0 | 1011010 | 1010100 | 1110010 | 1010011 | 1001 |
Color Harmonies of #082A04
Complementary color
Monochromatic Colors of #082A04
Black with #082A04
Text Example
Text Example
White with #082A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A04; }
p { color: rgb(8,42,4); }
H1.HeaderClassName
{
color: #082A04;
}
.AnyTagClassName
{
color: #082A04;
}
</style>
background-color css
<style>
a { background-color: #082A04; }
a { background-color: rgb(8,42,4); }
div.DivClassName
{
background-color: #082A04;
}
.BgClassName
{
background-color: #082A04;
}
</style>
border-color css
<style>
span { border-color: #082A04; }
span { border-color: rgb(8,42,4); }
td.TdClassName
{
border-color: #082A04;
}
.TagClassName
{
border-color: #082A04;
}
</style>