Shades of Myrtle #023204
Tints of Myrtle #023204
RGB
CMYK
RGB Variations
Color information
#023204 (or 0x023204) is known color: Myrtle. HEX triplet: 02, 32 and 04. RGB value is (2,50,4). Sum of RGB (Red+Green+Blue) = 2+50+4=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 50 (19.92% from 255 or 89.29% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 50 - color contains mainly: green. Hex color #023204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023204 is #FDCDFB. Grayscale: #1E1E1E. Windows color (decimal): -16633340 or 274946. OLE color: 274946.
HSL color Cylindrical-coordinate representation of color #023204: hue angle of 122.5º 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 #023204 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 50 | 4 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.80 |
| HSL | 122.5º | 0.92% | 0.1% | - |
| HSV(B) | 122.5º | 0.96% | 0.2% | - |
| XYZ | 1.19 | 2.3 | 0.5 | - |
| YUV | 30.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 4 | 0.96 | 0 | 0.92 | 0.80 | 122.5 | 0.92 | 0.1 |
| Hex | 2 | 32 | 4 | 60 | 0 | 5C | 50 | 7B | 5C | A |
| Octal | 2 | 62 | 4 | 140 | 0 | 134 | 120 | 173 | 134 | 12 |
| Binary | 10 | 110010 | 100 | 1100000 | 0 | 1011100 | 1010000 | 1111011 | 1011100 | 1010 |
Color Harmonies of #023204
Complementary color
Monochromatic Colors of #023204
Black with #023204
Text Example
Text Example
White with #023204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023204; }
p { color: rgb(2,50,4); }
H1.HeaderClassName
{
color: #023204;
}
.AnyTagClassName
{
color: #023204;
}
</style>
background-color css
<style>
a { background-color: #023204; }
a { background-color: rgb(2,50,4); }
div.DivClassName
{
background-color: #023204;
}
.BgClassName
{
background-color: #023204;
}
</style>
border-color css
<style>
span { border-color: #023204; }
span { border-color: rgb(2,50,4); }
td.TdClassName
{
border-color: #023204;
}
.TagClassName
{
border-color: #023204;
}
</style>