Shades of Myrtle #032302
Tints of Myrtle #032302
RGB
CMYK
RGB Variations
Color information
#032302 (or 0x032302) is known color: Myrtle. HEX triplet: 03, 23 and 02. RGB value is (3,35,2). Sum of RGB (Red+Green+Blue) = 3+35+2=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 35 (14.06% from 255 or 87.5% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 35 - color contains mainly: green. Hex color #032302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032302 is #FCDCFD. Grayscale: #151515. Windows color (decimal): -16571646 or 140035. OLE color: 140035.
HSL color Cylindrical-coordinate representation of color #032302: hue angle of 118.18º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032302 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 35 | 2 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.86 |
| HSL | 118.18º | 0.89% | 0.07% | - |
| HSV(B) | 118.18º | 0.94% | 0.14% | - |
| XYZ | 0.65 | 1.23 | 0.26 | - |
| YUV | 21.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 2 | 0.91 | 0 | 0.94 | 0.86 | 118.18 | 0.89 | 0.07 |
| Hex | 3 | 23 | 2 | 5B | 0 | 5E | 56 | 76 | 59 | 7 |
| Octal | 3 | 43 | 2 | 133 | 0 | 136 | 126 | 166 | 131 | 7 |
| Binary | 11 | 100011 | 10 | 1011011 | 0 | 1011110 | 1010110 | 1110110 | 1011001 | 111 |
Color Harmonies of #032302
Complementary color
Monochromatic Colors of #032302
Black with #032302
Text Example
Text Example
White with #032302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032302; }
p { color: rgb(3,35,2); }
H1.HeaderClassName
{
color: #032302;
}
.AnyTagClassName
{
color: #032302;
}
</style>
background-color css
<style>
a { background-color: #032302; }
a { background-color: rgb(3,35,2); }
div.DivClassName
{
background-color: #032302;
}
.BgClassName
{
background-color: #032302;
}
</style>
border-color css
<style>
span { border-color: #032302; }
span { border-color: rgb(3,35,2); }
td.TdClassName
{
border-color: #032302;
}
.TagClassName
{
border-color: #032302;
}
</style>