Shades of Myrtle #014302
Tints of Myrtle #014302
RGB
CMYK
RGB Variations
Color information
#014302 (or 0x014302) is known color: Myrtle. HEX triplet: 01, 43 and 02. RGB value is (1,67,2). Sum of RGB (Red+Green+Blue) = 1+67+2=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 67 (26.56% from 255 or 95.71% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 67 - color contains mainly: green. Hex color #014302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014302 is #FEBCFD. Grayscale: #282828. Windows color (decimal): -16694526 or 148225. OLE color: 148225.
HSL color Cylindrical-coordinate representation of color #014302: hue angle of 120.91º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014302 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 67 | 2 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.74 |
| HSL | 120.91º | 0.97% | 0.13% | - |
| HSV(B) | 120.91º | 0.99% | 0.26% | - |
| XYZ | 2.03 | 4.03 | 0.73 | - |
| YUV | 39.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 2 | 0.99 | 0 | 0.97 | 0.74 | 120.91 | 0.97 | 0.13 |
| Hex | 1 | 43 | 2 | 63 | 0 | 61 | 4A | 79 | 61 | D |
| Octal | 1 | 103 | 2 | 143 | 0 | 141 | 112 | 171 | 141 | 15 |
| Binary | 1 | 1000011 | 10 | 1100011 | 0 | 1100001 | 1001010 | 1111001 | 1100001 | 1101 |
Color Harmonies of #014302
Complementary color
Monochromatic Colors of #014302
Black with #014302
Text Example
Text Example
White with #014302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014302; }
p { color: rgb(1,67,2); }
H1.HeaderClassName
{
color: #014302;
}
.AnyTagClassName
{
color: #014302;
}
</style>
background-color css
<style>
a { background-color: #014302; }
a { background-color: rgb(1,67,2); }
div.DivClassName
{
background-color: #014302;
}
.BgClassName
{
background-color: #014302;
}
</style>
border-color css
<style>
span { border-color: #014302; }
span { border-color: rgb(1,67,2); }
td.TdClassName
{
border-color: #014302;
}
.TagClassName
{
border-color: #014302;
}
</style>