Shades of Myrtle #023A05
Tints of Myrtle #023A05
RGB
CMYK
RGB Variations
Color information
#023A05 (or 0x023A05) is known color: Myrtle. HEX triplet: 02, 3A and 05. RGB value is (2,58,5). Sum of RGB (Red+Green+Blue) = 2+58+5=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 58 (23.05% from 255 or 89.23% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 58 - color contains mainly: green. Hex color #023A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A05 is #FDC5FA. Grayscale: #232323. Windows color (decimal): -16631291 or 342530. OLE color: 342530.
HSL color Cylindrical-coordinate representation of color #023A05: hue angle of 123.21º 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 #023A05 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 58 | 5 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.77 |
| HSL | 123.21º | 0.93% | 0.12% | - |
| HSV(B) | 123.21º | 0.97% | 0.23% | - |
| XYZ | 1.57 | 3.05 | 0.65 | - |
| YUV | 35.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 5 | 0.97 | 0 | 0.91 | 0.77 | 123.21 | 0.93 | 0.12 |
| Hex | 2 | 3A | 5 | 61 | 0 | 5B | 4D | 7B | 5D | C |
| Octal | 2 | 72 | 5 | 141 | 0 | 133 | 115 | 173 | 135 | 14 |
| Binary | 10 | 111010 | 101 | 1100001 | 0 | 1011011 | 1001101 | 1111011 | 1011101 | 1100 |
Color Harmonies of #023A05
Complementary color
Monochromatic Colors of #023A05
Black with #023A05
Text Example
Text Example
White with #023A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A05; }
p { color: rgb(2,58,5); }
H1.HeaderClassName
{
color: #023A05;
}
.AnyTagClassName
{
color: #023A05;
}
</style>
background-color css
<style>
a { background-color: #023A05; }
a { background-color: rgb(2,58,5); }
div.DivClassName
{
background-color: #023A05;
}
.BgClassName
{
background-color: #023A05;
}
</style>
border-color css
<style>
span { border-color: #023A05; }
span { border-color: rgb(2,58,5); }
td.TdClassName
{
border-color: #023A05;
}
.TagClassName
{
border-color: #023A05;
}
</style>