Shades of Myrtle #081E02
Tints of Myrtle #081E02
RGB
CMYK
RGB Variations
Color information
#081E02 (or 0x081E02) is known color: Myrtle. HEX triplet: 08, 1E and 02. RGB value is (8,30,2). Sum of RGB (Red+Green+Blue) = 8+30+2=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 30 (12.11% from 255 or 75% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 30 - color contains mainly: green. Hex color #081E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E02 is #F7E1FD. Grayscale: #141414. Windows color (decimal): -16245246 or 138760. OLE color: 138760.
HSL color Cylindrical-coordinate representation of color #081E02: hue angle of 107.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081E02 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 30 | 2 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.88 |
| HSL | 107.14º | 0.88% | 0.06% | - |
| HSV(B) | 107.14º | 0.93% | 0.12% | - |
| XYZ | 0.58 | 0.98 | 0.22 | - |
| YUV | 20.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 2 | 0.73 | 0 | 0.93 | 0.88 | 107.14 | 0.88 | 0.06 |
| Hex | 8 | 1E | 2 | 49 | 0 | 5D | 58 | 6B | 58 | 6 |
| Octal | 10 | 36 | 2 | 111 | 0 | 135 | 130 | 153 | 130 | 6 |
| Binary | 1000 | 11110 | 10 | 1001001 | 0 | 1011101 | 1011000 | 1101011 | 1011000 | 110 |
Color Harmonies of #081E02
Complementary color
Monochromatic Colors of #081E02
Black with #081E02
Text Example
Text Example
White with #081E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E02; }
p { color: rgb(8,30,2); }
H1.HeaderClassName
{
color: #081E02;
}
.AnyTagClassName
{
color: #081E02;
}
</style>
background-color css
<style>
a { background-color: #081E02; }
a { background-color: rgb(8,30,2); }
div.DivClassName
{
background-color: #081E02;
}
.BgClassName
{
background-color: #081E02;
}
</style>
border-color css
<style>
span { border-color: #081E02; }
span { border-color: rgb(8,30,2); }
td.TdClassName
{
border-color: #081E02;
}
.TagClassName
{
border-color: #081E02;
}
</style>