Shades of Myrtle #023101
Tints of Myrtle #023101
RGB
CMYK
RGB Variations
Color information
#023101 (or 0x023101) is known color: Myrtle. HEX triplet: 02, 31 and 01. RGB value is (2,49,1). Sum of RGB (Red+Green+Blue) = 2+49+1=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 49 (19.53% from 255 or 94.23% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 49 - color contains mainly: green. Hex color #023101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023101 is #FDCEFE. Grayscale: #1D1D1D. Windows color (decimal): -16633599 or 78082. OLE color: 78082.
HSL color Cylindrical-coordinate representation of color #023101: hue angle of 118.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023101 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 49 | 1 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.81 |
| HSL | 118.75º | 0.96% | 0.1% | - |
| HSV(B) | 118.75º | 0.98% | 0.19% | - |
| XYZ | 1.13 | 2.21 | 0.4 | - |
| YUV | 29.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 1 | 0.96 | 0 | 0.98 | 0.81 | 118.75 | 0.96 | 0.1 |
| Hex | 2 | 31 | 1 | 60 | 0 | 62 | 51 | 77 | 60 | A |
| Octal | 2 | 61 | 1 | 140 | 0 | 142 | 121 | 167 | 140 | 12 |
| Binary | 10 | 110001 | 1 | 1100000 | 0 | 1100010 | 1010001 | 1110111 | 1100000 | 1010 |
Color Harmonies of #023101
Complementary color
Monochromatic Colors of #023101
Black with #023101
Text Example
Text Example
White with #023101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023101; }
p { color: rgb(2,49,1); }
H1.HeaderClassName
{
color: #023101;
}
.AnyTagClassName
{
color: #023101;
}
</style>
background-color css
<style>
a { background-color: #023101; }
a { background-color: rgb(2,49,1); }
div.DivClassName
{
background-color: #023101;
}
.BgClassName
{
background-color: #023101;
}
</style>
border-color css
<style>
span { border-color: #023101; }
span { border-color: rgb(2,49,1); }
td.TdClassName
{
border-color: #023101;
}
.TagClassName
{
border-color: #023101;
}
</style>