Shades of Myrtle #014A02
Tints of Myrtle #014A02
RGB
CMYK
RGB Variations
Color information
#014A02 (or 0x014A02) is known color: Myrtle. HEX triplet: 01, 4A and 02. RGB value is (1,74,2). Sum of RGB (Red+Green+Blue) = 1+74+2=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 74 (29.30% from 255 or 96.10% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 74 - color contains mainly: green. Hex color #014A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014A02 is #FEB5FD. Grayscale: #2C2C2C. Windows color (decimal): -16692734 or 150017. OLE color: 150017.
HSL color Cylindrical-coordinate representation of color #014A02: hue angle of 120.82º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A02 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 74 | 2 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.71 |
| HSL | 120.82º | 0.97% | 0.15% | - |
| HSV(B) | 120.82º | 0.99% | 0.29% | - |
| XYZ | 2.47 | 4.91 | 0.87 | - |
| YUV | 43.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 2 | 0.99 | 0 | 0.97 | 0.71 | 120.82 | 0.97 | 0.15 |
| Hex | 1 | 4A | 2 | 63 | 0 | 61 | 47 | 79 | 61 | F |
| Octal | 1 | 112 | 2 | 143 | 0 | 141 | 107 | 171 | 141 | 17 |
| Binary | 1 | 1001010 | 10 | 1100011 | 0 | 1100001 | 1000111 | 1111001 | 1100001 | 1111 |
Color Harmonies of #014A02
Complementary color
Monochromatic Colors of #014A02
Black with #014A02
Text Example
Text Example
White with #014A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A02; }
p { color: rgb(1,74,2); }
H1.HeaderClassName
{
color: #014A02;
}
.AnyTagClassName
{
color: #014A02;
}
</style>
background-color css
<style>
a { background-color: #014A02; }
a { background-color: rgb(1,74,2); }
div.DivClassName
{
background-color: #014A02;
}
.BgClassName
{
background-color: #014A02;
}
</style>
border-color css
<style>
span { border-color: #014A02; }
span { border-color: rgb(1,74,2); }
td.TdClassName
{
border-color: #014A02;
}
.TagClassName
{
border-color: #014A02;
}
</style>