Shades of Myrtle #083A02
Tints of Myrtle #083A02
RGB
CMYK
RGB Variations
Color information
#083A02 (or 0x083A02) is known color: Myrtle. HEX triplet: 08, 3A and 02. RGB value is (8,58,2). Sum of RGB (Red+Green+Blue) = 8+58+2=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 58 (23.05% from 255 or 85.29% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 58 - color contains mainly: green. Hex color #083A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083A02 is #F7C5FD. Grayscale: #242424. Windows color (decimal): -16238078 or 145928. OLE color: 145928.
HSL color Cylindrical-coordinate representation of color #083A02: hue angle of 113.57º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083A02 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 58 | 2 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.77 |
| HSL | 113.57º | 0.93% | 0.12% | - |
| HSV(B) | 113.57º | 0.97% | 0.23% | - |
| XYZ | 1.62 | 3.08 | 0.57 | - |
| YUV | 36.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 2 | 0.86 | 0 | 0.97 | 0.77 | 113.57 | 0.93 | 0.12 |
| Hex | 8 | 3A | 2 | 56 | 0 | 61 | 4D | 72 | 5D | C |
| Octal | 10 | 72 | 2 | 126 | 0 | 141 | 115 | 162 | 135 | 14 |
| Binary | 1000 | 111010 | 10 | 1010110 | 0 | 1100001 | 1001101 | 1110010 | 1011101 | 1100 |
Color Harmonies of #083A02
Complementary color
Monochromatic Colors of #083A02
Black with #083A02
Text Example
Text Example
White with #083A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A02; }
p { color: rgb(8,58,2); }
H1.HeaderClassName
{
color: #083A02;
}
.AnyTagClassName
{
color: #083A02;
}
</style>
background-color css
<style>
a { background-color: #083A02; }
a { background-color: rgb(8,58,2); }
div.DivClassName
{
background-color: #083A02;
}
.BgClassName
{
background-color: #083A02;
}
</style>
border-color css
<style>
span { border-color: #083A02; }
span { border-color: rgb(8,58,2); }
td.TdClassName
{
border-color: #083A02;
}
.TagClassName
{
border-color: #083A02;
}
</style>