Shades of Myrtle #023302
Tints of Myrtle #023302
RGB
CMYK
RGB Variations
Color information
#023302 (or 0x023302) is known color: Myrtle. HEX triplet: 02, 33 and 02. RGB value is (2,51,2). Sum of RGB (Red+Green+Blue) = 2+51+2=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 51 (20.31% from 255 or 92.73% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 51 - color contains mainly: green. Hex color #023302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023302 is #FDCCFD. Grayscale: #1E1E1E. Windows color (decimal): -16633086 or 144130. OLE color: 144130.
HSL color Cylindrical-coordinate representation of color #023302: hue angle of 120º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023302 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 51 | 2 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.8 |
| HSL | 120º | 0.92% | 0.1% | - |
| HSV(B) | 120º | 0.96% | 0.2% | - |
| XYZ | 1.22 | 2.38 | 0.45 | - |
| YUV | 30.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 2 | 0.96 | 0 | 0.96 | 0.8 | 120 | 0.92 | 0.1 |
| Hex | 2 | 33 | 2 | 60 | 0 | 60 | 50 | 78 | 5C | A |
| Octal | 2 | 63 | 2 | 140 | 0 | 140 | 120 | 170 | 134 | 12 |
| Binary | 10 | 110011 | 10 | 1100000 | 0 | 1100000 | 1010000 | 1111000 | 1011100 | 1010 |
Color Harmonies of #023302
Complementary color
Monochromatic Colors of #023302
Black with #023302
Text Example
Text Example
White with #023302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023302; }
p { color: rgb(2,51,2); }
H1.HeaderClassName
{
color: #023302;
}
.AnyTagClassName
{
color: #023302;
}
</style>
background-color css
<style>
a { background-color: #023302; }
a { background-color: rgb(2,51,2); }
div.DivClassName
{
background-color: #023302;
}
.BgClassName
{
background-color: #023302;
}
</style>
border-color css
<style>
span { border-color: #023302; }
span { border-color: rgb(2,51,2); }
td.TdClassName
{
border-color: #023302;
}
.TagClassName
{
border-color: #023302;
}
</style>