Shades of Myrtle #023404
Tints of Myrtle #023404
RGB
CMYK
RGB Variations
Color information
#023404 (or 0x023404) is known color: Myrtle. HEX triplet: 02, 34 and 04. RGB value is (2,52,4). Sum of RGB (Red+Green+Blue) = 2+52+4=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 52 (20.70% from 255 or 89.66% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 52 - color contains mainly: green. Hex color #023404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023404 is #FDCBFB. Grayscale: #1F1F1F. Windows color (decimal): -16632828 or 275458. OLE color: 275458.
HSL color Cylindrical-coordinate representation of color #023404: hue angle of 122.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023404 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 52 | 4 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.80 |
| HSL | 122.4º | 0.93% | 0.11% | - |
| HSV(B) | 122.4º | 0.96% | 0.2% | - |
| XYZ | 1.27 | 2.48 | 0.53 | - |
| YUV | 31.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 4 | 0.96 | 0 | 0.92 | 0.80 | 122.4 | 0.93 | 0.11 |
| Hex | 2 | 34 | 4 | 60 | 0 | 5C | 50 | 7A | 5D | B |
| Octal | 2 | 64 | 4 | 140 | 0 | 134 | 120 | 172 | 135 | 13 |
| Binary | 10 | 110100 | 100 | 1100000 | 0 | 1011100 | 1010000 | 1111010 | 1011101 | 1011 |
Color Harmonies of #023404
Complementary color
Monochromatic Colors of #023404
Black with #023404
Text Example
Text Example
White with #023404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023404; }
p { color: rgb(2,52,4); }
H1.HeaderClassName
{
color: #023404;
}
.AnyTagClassName
{
color: #023404;
}
</style>
background-color css
<style>
a { background-color: #023404; }
a { background-color: rgb(2,52,4); }
div.DivClassName
{
background-color: #023404;
}
.BgClassName
{
background-color: #023404;
}
</style>
border-color css
<style>
span { border-color: #023404; }
span { border-color: rgb(2,52,4); }
td.TdClassName
{
border-color: #023404;
}
.TagClassName
{
border-color: #023404;
}
</style>