Shades of Myrtle #082A08
Tints of Myrtle #082A08
RGB
CMYK
RGB Variations
Color information
#082A08 (or 0x082A08) is known color: Myrtle. HEX triplet: 08, 2A and 08. RGB value is (8,42,8). Sum of RGB (Red+Green+Blue) = 8+42+8=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 42 (16.80% from 255 or 72.41% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 42 - color contains mainly: green. Hex color #082A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082A08 is #F7D5F7. Grayscale: #1C1C1C. Windows color (decimal): -16242168 or 535048. OLE color: 535048.
HSL color Cylindrical-coordinate representation of color #082A08: hue angle of 120º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #082A08 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 42 | 8 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.84 |
| HSL | 120º | 0.68% | 0.1% | - |
| HSV(B) | 120º | 0.81% | 0.16% | - |
| XYZ | 0.97 | 1.73 | 0.51 | - |
| YUV | 27.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 8 | 0.81 | 0 | 0.81 | 0.84 | 120 | 0.68 | 0.1 |
| Hex | 8 | 2A | 8 | 51 | 0 | 51 | 54 | 78 | 44 | A |
| Octal | 10 | 52 | 10 | 121 | 0 | 121 | 124 | 170 | 104 | 12 |
| Binary | 1000 | 101010 | 1000 | 1010001 | 0 | 1010001 | 1010100 | 1111000 | 1000100 | 1010 |
Color Harmonies of #082A08
Complementary color
Monochromatic Colors of #082A08
Black with #082A08
Text Example
Text Example
White with #082A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A08; }
p { color: rgb(8,42,8); }
H1.HeaderClassName
{
color: #082A08;
}
.AnyTagClassName
{
color: #082A08;
}
</style>
background-color css
<style>
a { background-color: #082A08; }
a { background-color: rgb(8,42,8); }
div.DivClassName
{
background-color: #082A08;
}
.BgClassName
{
background-color: #082A08;
}
</style>
border-color css
<style>
span { border-color: #082A08; }
span { border-color: rgb(8,42,8); }
td.TdClassName
{
border-color: #082A08;
}
.TagClassName
{
border-color: #082A08;
}
</style>