Shades of Myrtle #023205
Tints of Myrtle #023205
RGB
CMYK
RGB Variations
Color information
#023205 (or 0x023205) is known color: Myrtle. HEX triplet: 02, 32 and 05. RGB value is (2,50,5). Sum of RGB (Red+Green+Blue) = 2+50+5=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 50 (19.92% from 255 or 87.72% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 50 - color contains mainly: green. Hex color #023205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023205 is #FDCDFA. Grayscale: #1E1E1E. Windows color (decimal): -16633339 or 340482. OLE color: 340482.
HSL color Cylindrical-coordinate representation of color #023205: hue angle of 123.75º 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 #023205 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 50 | 5 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.80 |
| HSL | 123.75º | 0.92% | 0.1% | - |
| HSV(B) | 123.75º | 0.96% | 0.2% | - |
| XYZ | 1.19 | 2.31 | 0.53 | - |
| YUV | 30.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 5 | 0.96 | 0 | 0.90 | 0.80 | 123.75 | 0.92 | 0.1 |
| Hex | 2 | 32 | 5 | 60 | 0 | 5A | 50 | 7C | 5C | A |
| Octal | 2 | 62 | 5 | 140 | 0 | 132 | 120 | 174 | 134 | 12 |
| Binary | 10 | 110010 | 101 | 1100000 | 0 | 1011010 | 1010000 | 1111100 | 1011100 | 1010 |
Color Harmonies of #023205
Complementary color
Monochromatic Colors of #023205
Black with #023205
Text Example
Text Example
White with #023205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023205; }
p { color: rgb(2,50,5); }
H1.HeaderClassName
{
color: #023205;
}
.AnyTagClassName
{
color: #023205;
}
</style>
background-color css
<style>
a { background-color: #023205; }
a { background-color: rgb(2,50,5); }
div.DivClassName
{
background-color: #023205;
}
.BgClassName
{
background-color: #023205;
}
</style>
border-color css
<style>
span { border-color: #023205; }
span { border-color: rgb(2,50,5); }
td.TdClassName
{
border-color: #023205;
}
.TagClassName
{
border-color: #023205;
}
</style>