Shades of Myrtle #082E08
Tints of Myrtle #082E08
RGB
CMYK
RGB Variations
Color information
#082E08 (or 0x082E08) is known color: Myrtle. HEX triplet: 08, 2E and 08. RGB value is (8,46,8). Sum of RGB (Red+Green+Blue) = 8+46+8=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 46 (18.36% from 255 or 74.19% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 46 - color contains mainly: green. Hex color #082E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082E08 is #F7D1F7. Grayscale: #1E1E1E. Windows color (decimal): -16241144 or 536072. OLE color: 536072.
HSL color Cylindrical-coordinate representation of color #082E08: hue angle of 120º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082E08 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 46 | 8 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.82 |
| HSL | 120º | 0.7% | 0.11% | - |
| HSV(B) | 120º | 0.83% | 0.18% | - |
| XYZ | 1.12 | 2.02 | 0.56 | - |
| YUV | 30.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 8 | 0.83 | 0 | 0.83 | 0.82 | 120 | 0.7 | 0.11 |
| Hex | 8 | 2E | 8 | 53 | 0 | 53 | 52 | 78 | 46 | B |
| Octal | 10 | 56 | 10 | 123 | 0 | 123 | 122 | 170 | 106 | 13 |
| Binary | 1000 | 101110 | 1000 | 1010011 | 0 | 1010011 | 1010010 | 1111000 | 1000110 | 1011 |
Color Harmonies of #082E08
Complementary color
Monochromatic Colors of #082E08
Black with #082E08
Text Example
Text Example
White with #082E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E08; }
p { color: rgb(8,46,8); }
H1.HeaderClassName
{
color: #082E08;
}
.AnyTagClassName
{
color: #082E08;
}
</style>
background-color css
<style>
a { background-color: #082E08; }
a { background-color: rgb(8,46,8); }
div.DivClassName
{
background-color: #082E08;
}
.BgClassName
{
background-color: #082E08;
}
</style>
border-color css
<style>
span { border-color: #082E08; }
span { border-color: rgb(8,46,8); }
td.TdClassName
{
border-color: #082E08;
}
.TagClassName
{
border-color: #082E08;
}
</style>