Shades of Myrtle #014102
Tints of Myrtle #014102
RGB
CMYK
RGB Variations
Color information
#014102 (or 0x014102) is known color: Myrtle. HEX triplet: 01, 41 and 02. RGB value is (1,65,2). Sum of RGB (Red+Green+Blue) = 1+65+2=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 65 (25.78% from 255 or 95.59% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 65 - color contains mainly: green. Hex color #014102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014102 is #FEBEFD. Grayscale: #262626. Windows color (decimal): -16695038 or 147713. OLE color: 147713.
HSL color Cylindrical-coordinate representation of color #014102: hue angle of 120.94º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014102 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 2 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.75 |
| HSL | 120.94º | 0.97% | 0.13% | - |
| HSV(B) | 120.94º | 0.98% | 0.25% | - |
| XYZ | 1.91 | 3.79 | 0.69 | - |
| YUV | 38.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 2 | 0.98 | 0 | 0.97 | 0.75 | 120.94 | 0.97 | 0.13 |
| Hex | 1 | 41 | 2 | 62 | 0 | 61 | 4B | 79 | 61 | D |
| Octal | 1 | 101 | 2 | 142 | 0 | 141 | 113 | 171 | 141 | 15 |
| Binary | 1 | 1000001 | 10 | 1100010 | 0 | 1100001 | 1001011 | 1111001 | 1100001 | 1101 |
Color Harmonies of #014102
Complementary color
Monochromatic Colors of #014102
Black with #014102
Text Example
Text Example
White with #014102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014102; }
p { color: rgb(1,65,2); }
H1.HeaderClassName
{
color: #014102;
}
.AnyTagClassName
{
color: #014102;
}
</style>
background-color css
<style>
a { background-color: #014102; }
a { background-color: rgb(1,65,2); }
div.DivClassName
{
background-color: #014102;
}
.BgClassName
{
background-color: #014102;
}
</style>
border-color css
<style>
span { border-color: #014102; }
span { border-color: rgb(1,65,2); }
td.TdClassName
{
border-color: #014102;
}
.TagClassName
{
border-color: #014102;
}
</style>