Shades of Myrtle #023202
Tints of Myrtle #023202
RGB
CMYK
RGB Variations
Color information
#023202 (or 0x023202) is known color: Myrtle. HEX triplet: 02, 32 and 02. RGB value is (2,50,2). Sum of RGB (Red+Green+Blue) = 2+50+2=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 50 (19.92% from 255 or 92.59% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 50 - color contains mainly: green. Hex color #023202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023202 is #FDCDFD. Grayscale: #1E1E1E. Windows color (decimal): -16633342 or 143874. OLE color: 143874.
HSL color Cylindrical-coordinate representation of color #023202: 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 #023202 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 50 | 2 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.80 |
| HSL | 120º | 0.92% | 0.1% | - |
| HSV(B) | 120º | 0.96% | 0.2% | - |
| XYZ | 1.18 | 2.3 | 0.44 | - |
| YUV | 30.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 2 | 0.96 | 0 | 0.96 | 0.80 | 120 | 0.92 | 0.1 |
| Hex | 2 | 32 | 2 | 60 | 0 | 60 | 50 | 78 | 5C | A |
| Octal | 2 | 62 | 2 | 140 | 0 | 140 | 120 | 170 | 134 | 12 |
| Binary | 10 | 110010 | 10 | 1100000 | 0 | 1100000 | 1010000 | 1111000 | 1011100 | 1010 |
Color Harmonies of #023202
Complementary color
Monochromatic Colors of #023202
Black with #023202
Text Example
Text Example
White with #023202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023202; }
p { color: rgb(2,50,2); }
H1.HeaderClassName
{
color: #023202;
}
.AnyTagClassName
{
color: #023202;
}
</style>
background-color css
<style>
a { background-color: #023202; }
a { background-color: rgb(2,50,2); }
div.DivClassName
{
background-color: #023202;
}
.BgClassName
{
background-color: #023202;
}
</style>
border-color css
<style>
span { border-color: #023202; }
span { border-color: rgb(2,50,2); }
td.TdClassName
{
border-color: #023202;
}
.TagClassName
{
border-color: #023202;
}
</style>