Shades of Myrtle #023306
Tints of Myrtle #023306
RGB
CMYK
RGB Variations
Color information
#023306 (or 0x023306) is known color: Myrtle. HEX triplet: 02, 33 and 06. RGB value is (2,51,6). Sum of RGB (Red+Green+Blue) = 2+51+6=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 51 (20.31% from 255 or 86.44% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 51 - color contains mainly: green. Hex color #023306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023306 is #FDCCF9. Grayscale: #1F1F1F. Windows color (decimal): -16633082 or 406274. OLE color: 406274.
HSL color Cylindrical-coordinate representation of color #023306: hue angle of 124.9º 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 #023306 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 51 | 6 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.8 |
| HSL | 124.9º | 0.92% | 0.1% | - |
| HSV(B) | 124.9º | 0.96% | 0.2% | - |
| XYZ | 1.24 | 2.39 | 0.57 | - |
| YUV | 31.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 6 | 0.96 | 0 | 0.88 | 0.8 | 124.9 | 0.92 | 0.1 |
| Hex | 2 | 33 | 6 | 60 | 0 | 58 | 50 | 7D | 5C | A |
| Octal | 2 | 63 | 6 | 140 | 0 | 130 | 120 | 175 | 134 | 12 |
| Binary | 10 | 110011 | 110 | 1100000 | 0 | 1011000 | 1010000 | 1111101 | 1011100 | 1010 |
Color Harmonies of #023306
Complementary color
Monochromatic Colors of #023306
Black with #023306
Text Example
Text Example
White with #023306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023306; }
p { color: rgb(2,51,6); }
H1.HeaderClassName
{
color: #023306;
}
.AnyTagClassName
{
color: #023306;
}
</style>
background-color css
<style>
a { background-color: #023306; }
a { background-color: rgb(2,51,6); }
div.DivClassName
{
background-color: #023306;
}
.BgClassName
{
background-color: #023306;
}
</style>
border-color css
<style>
span { border-color: #023306; }
span { border-color: rgb(2,51,6); }
td.TdClassName
{
border-color: #023306;
}
.TagClassName
{
border-color: #023306;
}
</style>