Shades of Myrtle #082F03
Tints of Myrtle #082F03
RGB
CMYK
RGB Variations
Color information
#082F03 (or 0x082F03) is known color: Myrtle. HEX triplet: 08, 2F and 03. RGB value is (8,47,3). Sum of RGB (Red+Green+Blue) = 8+47+3=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 47 (18.75% from 255 or 81.03% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 47 - color contains mainly: green. Hex color #082F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082F03 is #F7D0FC. Grayscale: #1E1E1E. Windows color (decimal): -16240893 or 208648. OLE color: 208648.
HSL color Cylindrical-coordinate representation of color #082F03: hue angle of 113.18º 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 #082F03 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 47 | 3 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.82 |
| HSL | 113.18º | 0.88% | 0.1% | - |
| HSV(B) | 113.18º | 0.94% | 0.18% | - |
| XYZ | 1.13 | 2.09 | 0.43 | - |
| YUV | 30.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 3 | 0.83 | 0 | 0.94 | 0.82 | 113.18 | 0.88 | 0.1 |
| Hex | 8 | 2F | 3 | 53 | 0 | 5E | 52 | 71 | 58 | A |
| Octal | 10 | 57 | 3 | 123 | 0 | 136 | 122 | 161 | 130 | 12 |
| Binary | 1000 | 101111 | 11 | 1010011 | 0 | 1011110 | 1010010 | 1110001 | 1011000 | 1010 |
Color Harmonies of #082F03
Complementary color
Monochromatic Colors of #082F03
Black with #082F03
Text Example
Text Example
White with #082F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F03; }
p { color: rgb(8,47,3); }
H1.HeaderClassName
{
color: #082F03;
}
.AnyTagClassName
{
color: #082F03;
}
</style>
background-color css
<style>
a { background-color: #082F03; }
a { background-color: rgb(8,47,3); }
div.DivClassName
{
background-color: #082F03;
}
.BgClassName
{
background-color: #082F03;
}
</style>
border-color css
<style>
span { border-color: #082F03; }
span { border-color: rgb(8,47,3); }
td.TdClassName
{
border-color: #082F03;
}
.TagClassName
{
border-color: #082F03;
}
</style>