Shades of Myrtle #014C02
Tints of Myrtle #014C02
RGB
CMYK
RGB Variations
Color information
#014C02 (or 0x014C02) is known color: Myrtle. HEX triplet: 01, 4C and 02. RGB value is (1,76,2). Sum of RGB (Red+Green+Blue) = 1+76+2=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 76 (30.08% from 255 or 96.20% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 76 - color contains mainly: green. Hex color #014C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C02 is #FEB3FD. Grayscale: #2D2D2D. Windows color (decimal): -16692222 or 150529. OLE color: 150529.
HSL color Cylindrical-coordinate representation of color #014C02: hue angle of 120.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C02 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 2 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.70 |
| HSL | 120.8º | 0.97% | 0.15% | - |
| HSV(B) | 120.8º | 0.99% | 0.3% | - |
| XYZ | 2.61 | 5.18 | 0.92 | - |
| YUV | 45.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 2 | 0.99 | 0 | 0.97 | 0.70 | 120.8 | 0.97 | 0.15 |
| Hex | 1 | 4C | 2 | 63 | 0 | 61 | 46 | 79 | 61 | F |
| Octal | 1 | 114 | 2 | 143 | 0 | 141 | 106 | 171 | 141 | 17 |
| Binary | 1 | 1001100 | 10 | 1100011 | 0 | 1100001 | 1000110 | 1111001 | 1100001 | 1111 |
Color Harmonies of #014C02
Complementary color
Monochromatic Colors of #014C02
Black with #014C02
Text Example
Text Example
White with #014C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C02; }
p { color: rgb(1,76,2); }
H1.HeaderClassName
{
color: #014C02;
}
.AnyTagClassName
{
color: #014C02;
}
</style>
background-color css
<style>
a { background-color: #014C02; }
a { background-color: rgb(1,76,2); }
div.DivClassName
{
background-color: #014C02;
}
.BgClassName
{
background-color: #014C02;
}
</style>
border-color css
<style>
span { border-color: #014C02; }
span { border-color: rgb(1,76,2); }
td.TdClassName
{
border-color: #014C02;
}
.TagClassName
{
border-color: #014C02;
}
</style>