Shades of Myrtle #014802
Tints of Myrtle #014802
RGB
CMYK
RGB Variations
Color information
#014802 (or 0x014802) is known color: Myrtle. HEX triplet: 01, 48 and 02. RGB value is (1,72,2). Sum of RGB (Red+Green+Blue) = 1+72+2=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 72 (28.52% from 255 or 96% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 72 - color contains mainly: green. Hex color #014802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014802 is #FEB7FD. Grayscale: #2A2A2A. Windows color (decimal): -16693246 or 149505. OLE color: 149505.
HSL color Cylindrical-coordinate representation of color #014802: hue angle of 120.85º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014802 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 72 | 2 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.72 |
| HSL | 120.85º | 0.97% | 0.14% | - |
| HSV(B) | 120.85º | 0.99% | 0.28% | - |
| XYZ | 2.34 | 4.65 | 0.83 | - |
| YUV | 42.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 2 | 0.99 | 0 | 0.97 | 0.72 | 120.85 | 0.97 | 0.14 |
| Hex | 1 | 48 | 2 | 63 | 0 | 61 | 48 | 79 | 61 | E |
| Octal | 1 | 110 | 2 | 143 | 0 | 141 | 110 | 171 | 141 | 16 |
| Binary | 1 | 1001000 | 10 | 1100011 | 0 | 1100001 | 1001000 | 1111001 | 1100001 | 1110 |
Color Harmonies of #014802
Complementary color
Monochromatic Colors of #014802
Black with #014802
Text Example
Text Example
White with #014802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014802; }
p { color: rgb(1,72,2); }
H1.HeaderClassName
{
color: #014802;
}
.AnyTagClassName
{
color: #014802;
}
</style>
background-color css
<style>
a { background-color: #014802; }
a { background-color: rgb(1,72,2); }
div.DivClassName
{
background-color: #014802;
}
.BgClassName
{
background-color: #014802;
}
</style>
border-color css
<style>
span { border-color: #014802; }
span { border-color: rgb(1,72,2); }
td.TdClassName
{
border-color: #014802;
}
.TagClassName
{
border-color: #014802;
}
</style>