Shades of Myrtle #082F02
Tints of Myrtle #082F02
RGB
CMYK
RGB Variations
Color information
#082F02 (or 0x082F02) is known color: Myrtle. HEX triplet: 08, 2F and 02. RGB value is (8,47,2). Sum of RGB (Red+Green+Blue) = 8+47+2=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 47 (18.75% from 255 or 82.46% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 47 - color contains mainly: green. Hex color #082F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082F02 is #F7D0FD. Grayscale: #1E1E1E. Windows color (decimal): -16240894 or 143112. OLE color: 143112.
HSL color Cylindrical-coordinate representation of color #082F02: hue angle of 112º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082F02 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 47 | 2 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.82 |
| HSL | 112º | 0.92% | 0.1% | - |
| HSV(B) | 112º | 0.96% | 0.18% | - |
| XYZ | 1.13 | 2.09 | 0.4 | - |
| YUV | 30.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 2 | 0.83 | 0 | 0.96 | 0.82 | 112 | 0.92 | 0.1 |
| Hex | 8 | 2F | 2 | 53 | 0 | 60 | 52 | 70 | 5C | A |
| Octal | 10 | 57 | 2 | 123 | 0 | 140 | 122 | 160 | 134 | 12 |
| Binary | 1000 | 101111 | 10 | 1010011 | 0 | 1100000 | 1010010 | 1110000 | 1011100 | 1010 |
Color Harmonies of #082F02
Complementary color
Monochromatic Colors of #082F02
Black with #082F02
Text Example
Text Example
White with #082F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F02; }
p { color: rgb(8,47,2); }
H1.HeaderClassName
{
color: #082F02;
}
.AnyTagClassName
{
color: #082F02;
}
</style>
background-color css
<style>
a { background-color: #082F02; }
a { background-color: rgb(8,47,2); }
div.DivClassName
{
background-color: #082F02;
}
.BgClassName
{
background-color: #082F02;
}
</style>
border-color css
<style>
span { border-color: #082F02; }
span { border-color: rgb(8,47,2); }
td.TdClassName
{
border-color: #082F02;
}
.TagClassName
{
border-color: #082F02;
}
</style>