Shades of Myrtle #032A05
Tints of Myrtle #032A05
RGB
CMYK
RGB Variations
Color information
#032A05 (or 0x032A05) is known color: Myrtle. HEX triplet: 03, 2A and 05. RGB value is (3,42,5). Sum of RGB (Red+Green+Blue) = 3+42+5=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 42 (16.80% from 255 or 84% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 42 - color contains mainly: green. Hex color #032A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032A05 is #FCD5FA. Grayscale: #1A1A1A. Windows color (decimal): -16569851 or 338435. OLE color: 338435.
HSL color Cylindrical-coordinate representation of color #032A05: hue angle of 123.08º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032A05 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 42 | 5 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.84 |
| HSL | 123.08º | 0.87% | 0.09% | - |
| HSV(B) | 123.08º | 0.93% | 0.16% | - |
| XYZ | 0.89 | 1.69 | 0.42 | - |
| YUV | 26.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 5 | 0.93 | 0 | 0.88 | 0.84 | 123.08 | 0.87 | 0.09 |
| Hex | 3 | 2A | 5 | 5D | 0 | 58 | 54 | 7B | 57 | 9 |
| Octal | 3 | 52 | 5 | 135 | 0 | 130 | 124 | 173 | 127 | 11 |
| Binary | 11 | 101010 | 101 | 1011101 | 0 | 1011000 | 1010100 | 1111011 | 1010111 | 1001 |
Color Harmonies of #032A05
Complementary color
Monochromatic Colors of #032A05
Black with #032A05
Text Example
Text Example
White with #032A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A05; }
p { color: rgb(3,42,5); }
H1.HeaderClassName
{
color: #032A05;
}
.AnyTagClassName
{
color: #032A05;
}
</style>
background-color css
<style>
a { background-color: #032A05; }
a { background-color: rgb(3,42,5); }
div.DivClassName
{
background-color: #032A05;
}
.BgClassName
{
background-color: #032A05;
}
</style>
border-color css
<style>
span { border-color: #032A05; }
span { border-color: rgb(3,42,5); }
td.TdClassName
{
border-color: #032A05;
}
.TagClassName
{
border-color: #032A05;
}
</style>