Shades of Myrtle #082802
Tints of Myrtle #082802
RGB
CMYK
RGB Variations
Color information
#082802 (or 0x082802) is known color: Myrtle. HEX triplet: 08, 28 and 02. RGB value is (8,40,2). Sum of RGB (Red+Green+Blue) = 8+40+2=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 40 (16.02% from 255 or 80% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 40 - color contains mainly: green. Hex color #082802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082802 is #F7D7FD. Grayscale: #1A1A1A. Windows color (decimal): -16242686 or 141320. OLE color: 141320.
HSL color Cylindrical-coordinate representation of color #082802: hue angle of 110.53º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082802 is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 40 | 2 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.84 |
| HSL | 110.53º | 0.9% | 0.08% | - |
| HSV(B) | 110.53º | 0.95% | 0.16% | - |
| XYZ | 0.87 | 1.57 | 0.32 | - |
| YUV | 26.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 2 | 0.80 | 0 | 0.95 | 0.84 | 110.53 | 0.9 | 0.08 |
| Hex | 8 | 28 | 2 | 50 | 0 | 5F | 54 | 6F | 5A | 8 |
| Octal | 10 | 50 | 2 | 120 | 0 | 137 | 124 | 157 | 132 | 10 |
| Binary | 1000 | 101000 | 10 | 1010000 | 0 | 1011111 | 1010100 | 1101111 | 1011010 | 1000 |
Color Harmonies of #082802
Complementary color
Monochromatic Colors of #082802
Black with #082802
Text Example
Text Example
White with #082802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082802; }
p { color: rgb(8,40,2); }
H1.HeaderClassName
{
color: #082802;
}
.AnyTagClassName
{
color: #082802;
}
</style>
background-color css
<style>
a { background-color: #082802; }
a { background-color: rgb(8,40,2); }
div.DivClassName
{
background-color: #082802;
}
.BgClassName
{
background-color: #082802;
}
</style>
border-color css
<style>
span { border-color: #082802; }
span { border-color: rgb(8,40,2); }
td.TdClassName
{
border-color: #082802;
}
.TagClassName
{
border-color: #082802;
}
</style>